html-snapshots 1.16.1 → 2.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.
Files changed (2) hide show
  1. package/HISTORY.md +3 -0
  2. package/package.json +5 -5
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 v2.0.0
7
+ #### Dropped support for Node 14.
8
+
6
9
  ### Introduced in v1.0.0
7
10
  Puppeteer process introduced and used as the default browser, `browser` option added to switch back ("puppeteer" vs "phantomjs").
8
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-snapshots",
3
- "version": "1.16.1",
3
+ "version": "2.1.0",
4
4
  "author": {
5
5
  "name": "Alex Grant",
6
6
  "email": "alex@localnerve.com",
@@ -58,11 +58,11 @@
58
58
  "combine-errors": "3.0.3",
59
59
  "got": "12.6.0",
60
60
  "phantomjs-prebuilt": "2.1.16",
61
- "puppeteer": "^20.1.1",
62
- "xml2js": "0.5.0"
61
+ "puppeteer": "^20.4.0",
62
+ "xml2js": "0.6.0"
63
63
  },
64
64
  "devDependencies": {
65
- "eslint": "8.40.0",
65
+ "eslint": "8.41.0",
66
66
  "express": "4.18.2",
67
67
  "mocha": "10.2.0",
68
68
  "c8": "7.13.0",
@@ -72,6 +72,6 @@
72
72
  },
73
73
  "license": "MIT",
74
74
  "engines": {
75
- "node": ">= 14"
75
+ "node": ">= 16"
76
76
  }
77
77
  }