Skip to content

Commit

Permalink
Release v1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jan 11, 2025
1 parent bf1c2bf commit 6e23250
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

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

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion dist/puppeteer-browser-ready.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! puppeteer-browser-ready v1.3.6 ~~ https://github.com/center-key/puppeteer-browser-ready ~~ MIT License
//! puppeteer-browser-ready v1.3.7 ~~ https://github.com/center-key/puppeteer-browser-ready ~~ MIT License

import { Browser, HTTPResponse, Page } from 'puppeteer';
import { HTMLElement } from 'node-html-parser';
Expand Down
2 changes: 1 addition & 1 deletion dist/puppeteer-browser-ready.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! puppeteer-browser-ready v1.3.6 ~~ https://github.com/center-key/puppeteer-browser-ready ~~ MIT License
//! puppeteer-browser-ready v1.3.7 ~~ https://github.com/center-key/puppeteer-browser-ready ~~ MIT License

import { parse } from 'node-html-parser';
import express from 'express';
Expand Down
2 changes: 1 addition & 1 deletion hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"jshint": "~2.13",
"puppeteer": "~23.10",
"puppeteer": "~24.0",
"puppeteer-browser-ready": "~1.3"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppeteer-browser-ready",
"version": "1.3.6",
"version": "1.3.7",
"description": "Simple utility to go to a URL and wait for the HTTP response",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -81,7 +81,7 @@
"jshint": "~2.13",
"mocha": "~11.0",
"open": "~10.1",
"puppeteer": "~23.10",
"puppeteer": "~24.0",
"rimraf": "~6.0",
"run-scripts-util": "~1.3",
"typescript": "~5.7",
Expand Down

0 comments on commit 6e23250

Please sign in to comment.