chore: roll pw to latest (#1338)

This commit is contained in:
Pavel Feldman
2026-01-25 11:00:23 -08:00
committed by GitHub
parent 00b9c54515
commit 5b497bcca8
4 changed files with 20 additions and 18 deletions

28
package-lock.json generated
View File

@@ -13,7 +13,7 @@
], ],
"devDependencies": { "devDependencies": {
"@modelcontextprotocol/sdk": "^1.25.2", "@modelcontextprotocol/sdk": "^1.25.2",
"@playwright/test": "1.59.0-alpha-1769217009000", "@playwright/test": "1.59.0-alpha-1769364499000",
"@types/node": "^24.3.0" "@types/node": "^24.3.0"
} }
}, },
@@ -411,13 +411,13 @@
"link": true "link": true
}, },
"node_modules/@playwright/test": { "node_modules/@playwright/test": {
"version": "1.59.0-alpha-1769217009000", "version": "1.59.0-alpha-1769364499000",
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.59.0-alpha-1769217009000.tgz", "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.59.0-alpha-1769364499000.tgz",
"integrity": "sha512-6w4Cc5mBxPYPTWR7u7ZKUbpysycKwlLOuKKkzaVpeUGBYi5UVUWFwA0kiHH0sLLfpLoasY9KLUG2uiqNfmi8Aw==", "integrity": "sha512-ZJdUgf2B76ph/EML8o4vKmrEIKHHz4Gziqdko7Wfvi69DW3QBXYEs4q3OfwjzK087OQgg961NJeLNV5JMDjZIQ==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"playwright": "1.59.0-alpha-1769217009000" "playwright": "1.59.0-alpha-1769364499000"
}, },
"bin": { "bin": {
"playwright": "cli.js" "playwright": "cli.js"
@@ -2120,12 +2120,12 @@
} }
}, },
"node_modules/playwright": { "node_modules/playwright": {
"version": "1.59.0-alpha-1769217009000", "version": "1.59.0-alpha-1769364499000",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.59.0-alpha-1769217009000.tgz", "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.59.0-alpha-1769364499000.tgz",
"integrity": "sha512-A3TJU5XFNGH7urDr7o170352oCVmlLeo5kJSNeLGtzxcejgIdpBWA2WGP01Fw2WhRk1OrXroAEWD7iA8cMrahg==", "integrity": "sha512-b2VEOW/15RnMinGu2Pya3IZIqvhvXv0umx8e+CSpmPeDgA5++MZUNP3glxD+KmeRXY7d8xCktL12P4DTr0PgHA==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"playwright-core": "1.59.0-alpha-1769217009000" "playwright-core": "1.59.0-alpha-1769364499000"
}, },
"bin": { "bin": {
"playwright": "cli.js" "playwright": "cli.js"
@@ -2138,9 +2138,9 @@
} }
}, },
"node_modules/playwright-core": { "node_modules/playwright-core": {
"version": "1.59.0-alpha-1769217009000", "version": "1.59.0-alpha-1769364499000",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.59.0-alpha-1769217009000.tgz", "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.59.0-alpha-1769364499000.tgz",
"integrity": "sha512-SgO5N9ekEmHnLZh8aTgYt8oA0kaX5aoTbWopLdgJRYYoFPYudcT2a+7yYaVV/hykfVRUXWf+e2lOmr+wl9m8eg==", "integrity": "sha512-rztGMf7lfwzVReQrmSXxYhGB3Lnn0b7+YS0O2eR1xnu/KGIJmzy+0ikWO94DbTmG5NtyQNDWhgXbW72VWhc1vg==",
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {
"playwright-core": "cli.js" "playwright-core": "cli.js"
@@ -3360,8 +3360,8 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"minimist": "^1.2.5", "minimist": "^1.2.5",
"playwright": "1.59.0-alpha-1769217009000", "playwright": "1.59.0-alpha-1769364499000",
"playwright-core": "1.59.0-alpha-1769217009000" "playwright-core": "1.59.0-alpha-1769364499000"
}, },
"bin": { "bin": {
"mcp": "cli.js", "mcp": "cli.js",

View File

@@ -24,7 +24,7 @@
], ],
"devDependencies": { "devDependencies": {
"@modelcontextprotocol/sdk": "^1.25.2", "@modelcontextprotocol/sdk": "^1.25.2",
"@playwright/test": "1.59.0-alpha-1769217009000", "@playwright/test": "1.59.0-alpha-1769364499000",
"@types/node": "^24.3.0" "@types/node": "^24.3.0"
} }
} }

View File

@@ -35,8 +35,8 @@
}, },
"dependencies": { "dependencies": {
"minimist": "^1.2.5", "minimist": "^1.2.5",
"playwright": "1.59.0-alpha-1769217009000", "playwright": "1.59.0-alpha-1769364499000",
"playwright-core": "1.59.0-alpha-1769217009000" "playwright-core": "1.59.0-alpha-1769364499000"
}, },
"bin": { "bin": {
"mcp": "cli.js", "mcp": "cli.js",

View File

@@ -128,7 +128,9 @@ async function updateTools(content) {
*/ */
async function updateOptions(content) { async function updateOptions(content) {
console.log('Listing options...'); console.log('Listing options...');
const output = execSync('node cli.js --help'); execSync('node cli.js --help > help.txt');
const output = fs.readFileSync('help.txt');
fs.unlinkSync('help.txt');
const lines = output.toString().split('\n'); const lines = output.toString().split('\n');
const firstLine = lines.findIndex(line => line.includes('--version')); const firstLine = lines.findIndex(line => line.includes('--version'));
lines.splice(0, firstLine + 1); lines.splice(0, firstLine + 1);