Skip to content

Commit 6e23250

Browse files
committed
Release v1.3.7
1 parent bf1c2bf commit 6e23250

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-2024 Individual contributors to puppeteer-browser-ready
3+
Copyright (c) 2020-2025 Individual contributors to puppeteer-browser-ready
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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 v1.3.6 ~~ https://github.com/center-key/puppeteer-browser-ready ~~ MIT License
1+
//! puppeteer-browser-ready v1.3.7 ~~ https://github.com/center-key/puppeteer-browser-ready ~~ MIT License
22

33
import { Browser, HTTPResponse, Page } from 'puppeteer';
44
import { HTMLElement } from 'node-html-parser';

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 v1.3.6 ~~ https://github.com/center-key/puppeteer-browser-ready ~~ MIT License
1+
//! puppeteer-browser-ready v1.3.7 ~~ https://github.com/center-key/puppeteer-browser-ready ~~ MIT License
22

33
import { parse } from 'node-html-parser';
44
import express from 'express';

hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"jshint": "~2.13",
19-
"puppeteer": "~23.10",
19+
"puppeteer": "~24.0",
2020
"puppeteer-browser-ready": "~1.3"
2121
}
2222
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppeteer-browser-ready",
3-
"version": "1.3.6",
3+
"version": "1.3.7",
44
"description": "Simple utility to go to a URL and wait for the HTTP response",
55
"license": "MIT",
66
"type": "module",
@@ -81,7 +81,7 @@
8181
"jshint": "~2.13",
8282
"mocha": "~11.0",
8383
"open": "~10.1",
84-
"puppeteer": "~23.10",
84+
"puppeteer": "~24.0",
8585
"rimraf": "~6.0",
8686
"run-scripts-util": "~1.3",
8787
"typescript": "~5.7",

0 commit comments

Comments
 (0)