playwright 1.56.0-beta-1759761109000 → 1.56.0-beta-1759861168000
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.
|
@@ -244,6 +244,7 @@ async function initVSCodeRepo() {
|
|
|
244
244
|
cwd: "${workspaceFolder}"
|
|
245
245
|
};
|
|
246
246
|
await writeFile(mcpJsonPath, JSON.stringify(mcpJson, null, 2));
|
|
247
|
+
console.log(import_utilsBundle.colors.yellow(`${import_utilsBundle.colors.bold("Note:")} Playwright Agents require VSCode version 1.105+ or VSCode Insiders`));
|
|
247
248
|
}
|
|
248
249
|
async function initOpencodeRepo() {
|
|
249
250
|
const agents = await loadAgents();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "playwright",
|
|
3
|
-
"version": "1.56.0-beta-
|
|
3
|
+
"version": "1.56.0-beta-1759861168000",
|
|
4
4
|
"description": "A high-level API to automate web browsers",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
},
|
|
65
65
|
"license": "Apache-2.0",
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"playwright-core": "1.56.0-beta-
|
|
67
|
+
"playwright-core": "1.56.0-beta-1759861168000"
|
|
68
68
|
},
|
|
69
69
|
"optionalDependencies": {
|
|
70
70
|
"fsevents": "2.3.2"
|