html-snapshots 5.0.0 → 5.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/HISTORY.md +3 -0
- package/package.json +4 -4
package/HISTORY.md
CHANGED
|
@@ -3,6 +3,9 @@ An overview of the [Breaking Changes](#breaking-changes) and [Node Support](#nod
|
|
|
3
3
|
|
|
4
4
|
## Breaking Changes
|
|
5
5
|
|
|
6
|
+
### Introduced in v5.0.0
|
|
7
|
+
#### Dropped support for Node 18
|
|
8
|
+
|
|
6
9
|
### Introduced in v4.0.0
|
|
7
10
|
Puppeteer's breaking changes introduced with [Puppeteer 23](https://github.com/puppeteer/puppeteer/releases/tag/puppeteer-v23.0.0)
|
|
8
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "html-snapshots",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.1.0",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "Alex Grant",
|
|
6
6
|
"email": "alex@localnerve.com",
|
|
@@ -55,12 +55,12 @@
|
|
|
55
55
|
"combine-errors": "3.0.3",
|
|
56
56
|
"got": "^14.6.5",
|
|
57
57
|
"phantomjs-prebuilt": "2.1.16",
|
|
58
|
-
"puppeteer": "^24.
|
|
58
|
+
"puppeteer": "^24.33.0",
|
|
59
59
|
"xml2js": "0.6.2"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"eslint": "^9.39.
|
|
63
|
-
"@eslint/js": "^9.39.
|
|
62
|
+
"eslint": "^9.39.2",
|
|
63
|
+
"@eslint/js": "^9.39.2",
|
|
64
64
|
"globals": "^16.5.0",
|
|
65
65
|
"express": "^5.2.1",
|
|
66
66
|
"mocha": "^11.7.5",
|