html-snapshots 1.3.0 → 1.3.2
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "html-snapshots",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "Alex Grant",
|
|
6
6
|
"email": "alex@localnerve.com",
|
|
@@ -27,6 +27,8 @@
|
|
|
27
27
|
"test:input-generators": "mocha test/mocha/input-generators/*.js --exit --reporter spec",
|
|
28
28
|
"test:input-generators:debug": "mocha --inspect-brk test/mocha/input-generators/*.js --exit --reporter spec",
|
|
29
29
|
"test:html-snapshots": "mocha test/mocha/html-snapshots/*.js --exit --reporter spec",
|
|
30
|
+
"test:html-snapshots:robots": "mocha test/mocha/html-snapshots/*.js --grep \"robots\" --exit --reporter spec",
|
|
31
|
+
"test:html-snapshots:puppeteer": "mocha test/mocha/html-snapshots/*.js --grep \"puppeteer specific\" --exit --reporter spec",
|
|
30
32
|
"test:html-snapshots:debug": "mocha --inspect-brk test/mocha/html-snapshots/*.js --exit --reporter spec",
|
|
31
33
|
"test:cover": "c8 -- npm test",
|
|
32
34
|
"validate": "npm ls"
|
|
@@ -51,13 +53,13 @@
|
|
|
51
53
|
],
|
|
52
54
|
"dependencies": {
|
|
53
55
|
"async": "3.2.4",
|
|
54
|
-
"async-lock": "1.
|
|
56
|
+
"async-lock": "1.4.0",
|
|
55
57
|
"combine-errors": "3.0.3",
|
|
56
58
|
"got": "12.5.2",
|
|
57
59
|
"lodash": "4.17.21",
|
|
58
60
|
"mkdirp": "1.0.4",
|
|
59
61
|
"phantomjs-prebuilt": "2.1.16",
|
|
60
|
-
"puppeteer": "^19.
|
|
62
|
+
"puppeteer": "^19.2.2",
|
|
61
63
|
"rimraf": "3.0.2",
|
|
62
64
|
"xml2js": "0.4.23"
|
|
63
65
|
},
|