@html-validate/puppeteer-fetch 2.1.2 → 2.1.4
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/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -480,7 +480,7 @@ var require_argparse = __commonJS({
|
|
|
480
480
|
key = key.replace(/[A-Z]/g, (c) => "_" + c.toLowerCase());
|
|
481
481
|
return key;
|
|
482
482
|
}
|
|
483
|
-
var no_default = Symbol("no_default_value");
|
|
483
|
+
var no_default = /* @__PURE__ */ Symbol("no_default_value");
|
|
484
484
|
function _parse_opts(args, descriptor) {
|
|
485
485
|
function get_name() {
|
|
486
486
|
let stack = new Error().stack.split("\n").map((x) => x.match(/^ at (.*) \(.*\)$/)).filter(Boolean).map((m) => m[1]).map((fn) => fn.match(/[^ .]*$/)[0]);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@html-validate/puppeteer-fetch",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.4",
|
|
4
4
|
"description": "Fetch HTML source from a webpage using Chrome as backend",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"puppeteer",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"puppeteer-fetch.js"
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"puppeteer": "24.
|
|
30
|
+
"puppeteer": "24.32.0"
|
|
31
31
|
},
|
|
32
32
|
"engines": {
|
|
33
33
|
"node": ">= 20",
|