A big commit with a bunch of node modules so I could run puppeteer for Walmart. Added some todos and Headway's templates.

This commit is contained in:
Norm Rasmussen
2024-02-28 17:13:10 -05:00
parent dbcdfc8472
commit 1184fe0cd1
1107 changed files with 76526 additions and 8934 deletions

View File

@ -1,6 +1,6 @@
{
"name": "puppeteer-core",
"version": "21.7.0",
"version": "21.11.0",
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
"keywords": [
"puppeteer",
@ -37,7 +37,7 @@
"build:docs": "wireit",
"build": "wireit",
"check": "tsx tools/ensure-correct-devtools-protocol-package",
"clean": "../../tools/clean.js",
"clean": "../../tools/clean.mjs",
"prepack": "wireit",
"unit": "wireit"
},
@ -119,10 +119,10 @@
"license": "Apache-2.0",
"dependencies": {
"@puppeteer/browsers": "1.9.1",
"chromium-bidi": "0.5.2",
"chromium-bidi": "0.5.8",
"cross-fetch": "4.0.0",
"debug": "4.3.4",
"devtools-protocol": "0.0.1203626",
"devtools-protocol": "0.0.1232444",
"ws": "8.16.0"
},
"devDependencies": {