Skip to content

Commit 3606a7a

Browse files
committed
Release v0.6.0
puppeteer v19.7.0 fixes: "Error: Failed to launch the browser process!"
1 parent 36f0b1f commit 3606a7a

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
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.9 ~~ https://github.com/center-key/puppeteer-browser-ready ~~ MIT License
1+
//! puppeteer-browser-ready v0.6.0 ~~ https://github.com/center-key/puppeteer-browser-ready ~~ MIT License
22

33
/// <reference types="cheerio" />
44
import { Browser, HTTPResponse, Page } from 'puppeteer';

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.9 ~~ https://github.com/center-key/puppeteer-browser-ready ~~ MIT License
1+
//! puppeteer-browser-ready v0.6.0 ~~ 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.9 ~~ https://github.com/center-key/puppeteer-browser-ready ~~ MIT License
1+
//! puppeteer-browser-ready v0.6.0 ~~ 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); }); }

hello-world/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"jshint": "~2.13",
18-
"puppeteer": "19.5",
19-
"puppeteer-browser-ready": "~0.5"
18+
"puppeteer": "~19.7",
19+
"puppeteer-browser-ready": "~0.6"
2020
}
2121
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppeteer-browser-ready",
3-
"version": "0.5.9",
3+
"version": "0.6.0",
44
"description": "Simple utility to go to a URL and wait for the HTTP response (written in TypeScript)",
55
"license": "MIT",
66
"type": "module",
@@ -81,7 +81,7 @@
8181
"test": "mocha spec/*.spec.js --timeout 5000 --retries 1"
8282
},
8383
"peerDependencies": {
84-
"puppeteer": "^5 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || ^13 || ^14 || ^15 || ^16 || ^17 || ^18 || ^19 < 19.6"
84+
"puppeteer": "^5 || ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || ^13 || ^14 || ^15 || ^16 || ^17 || ^18 || ^19.7"
8585
},
8686
"dependencies": {
8787
"cheerio": "~1.0.0-rc.12",
@@ -93,17 +93,17 @@
9393
"@types/express": "~4.17",
9494
"@types/node": "~18.13",
9595
"@types/ws": "~8.5",
96-
"@typescript-eslint/eslint-plugin": "~5.51",
97-
"@typescript-eslint/parser": "~5.51",
96+
"@typescript-eslint/eslint-plugin": "~5.52",
97+
"@typescript-eslint/parser": "~5.52",
9898
"add-dist-header": "~0.3",
9999
"assert-deep-strict-equal": "~1.0",
100100
"copy-file-util": "~0.1",
101101
"copy-folder-util": "~0.2",
102-
"eslint": "~8.33",
102+
"eslint": "~8.34",
103103
"jshint": "~2.13",
104104
"mocha": "~10.2",
105105
"open": "~8.4",
106-
"puppeteer": "19.5",
106+
"puppeteer": "~19.7",
107107
"rimraf": "3",
108108
"run-scripts-util": "~0.1",
109109
"typescript": "~4.9",

0 commit comments

Comments
 (0)