html-snapshots 3.1.0 → 3.3.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 (1) hide show
  1. package/package.json +4 -8
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "html-snapshots",
3
- "version": "3.1.0",
3
+ "version": "3.3.0",
4
4
  "author": {
5
5
  "name": "Alex Grant",
6
6
  "email": "alex@localnerve.com",
7
7
  "url": "https://www.localnerve.com"
8
8
  },
9
9
  "homepage": "https://github.com/localnerve/html-snapshots",
10
- "description": "A selector-based html snapshot tool using PhantomJS that sources sitemap.xml, robots.txt, or arbitrary input",
10
+ "description": "A selector-based html snapshot tool using Puppeteer or PhantomJS that sources sitemap.xml, robots.txt, or arbitrary input",
11
11
  "contributors": [
12
12
  {
13
13
  "name": "Alex Grant",
@@ -34,9 +34,6 @@
34
34
  "test:cover": "c8 -- npm test",
35
35
  "validate": "npm ls"
36
36
  },
37
- "pre-commit": [
38
- "lint"
39
- ],
40
37
  "main": "./lib/html-snapshots",
41
38
  "repository": {
42
39
  "type": "git",
@@ -58,15 +55,14 @@
58
55
  "combine-errors": "3.0.3",
59
56
  "got": "^13.0.0",
60
57
  "phantomjs-prebuilt": "2.1.16",
61
- "puppeteer": "^22.1.0",
58
+ "puppeteer": "^22.3.0",
62
59
  "xml2js": "0.6.2"
63
60
  },
64
61
  "devDependencies": {
65
- "eslint": "^8.56.0",
62
+ "eslint": "^8.57.0",
66
63
  "express": "^4.18.2",
67
64
  "mocha": "^10.3.0",
68
65
  "c8": "^9.1.0",
69
- "precommit-hook": "^3.0.0",
70
66
  "server-destroy": "^1.0.1",
71
67
  "sitemap-xml": "^0.1.0"
72
68
  },