Skip to content

Commit a3fae7e

Browse files
committed
Release v0.5.1
1 parent b5541f9 commit a3fae7e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/puppeteer-browser-ready.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! puppeteer-browser-ready v0.5.0 ~~ https://github.com/center-key/puppeteer-browser-ready ~~ MIT License
1+
//! puppeteer-browser-ready v0.5.1 ~~ https://github.com/center-key/puppeteer-browser-ready ~~ MIT License
22

33
/// <reference types="cheerio" />
44
import httpTerminator from 'http-terminator';

dist/puppeteer-browser-ready.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! puppeteer-browser-ready v0.5.0 ~~ https://github.com/center-key/puppeteer-browser-ready ~~ MIT License
1+
//! puppeteer-browser-ready v0.5.1 ~~ https://github.com/center-key/puppeteer-browser-ready ~~ MIT License
22

33
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
44
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }

dist/puppeteer-browser-ready.umd.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! puppeteer-browser-ready v0.5.0 ~~ https://github.com/center-key/puppeteer-browser-ready ~~ MIT License
1+
//! puppeteer-browser-ready v0.5.1 ~~ https://github.com/center-key/puppeteer-browser-ready ~~ MIT License
22

33
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
44
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppeteer-browser-ready",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Simple utility to go to a URL and wait for the HTTP response (written in TypeScript)",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)