@midscene/web 0.3.1 → 0.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 +4 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@midscene/web",
|
|
3
3
|
"description": "Web integration for Midscene.js",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.2",
|
|
5
5
|
"jsnext:source": "./src/index.ts",
|
|
6
6
|
"main": "./dist/lib/index.js",
|
|
7
7
|
"module": "./dist/es/index.js",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"openai": "4.47.1",
|
|
53
53
|
"sharp": "0.33.3",
|
|
54
54
|
"inquirer": "10.1.5",
|
|
55
|
-
"@midscene/core": "0.3.
|
|
55
|
+
"@midscene/core": "0.3.2"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@modern-js/module-tools": "^2.56.1",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"peerDependencies": {
|
|
71
71
|
"@playwright/test": "^1.44.1",
|
|
72
72
|
"playwright": "^1.44.1",
|
|
73
|
-
"puppeteer": "
|
|
73
|
+
"puppeteer": ">=20.0.0"
|
|
74
74
|
},
|
|
75
75
|
"peerDependenciesMeta": {
|
|
76
76
|
"@playwright/test": {
|
|
@@ -103,7 +103,6 @@
|
|
|
103
103
|
"e2e:report": "MIDSCENE_REPORT=true playwright test --config=playwright.config.ts",
|
|
104
104
|
"e2e:cache": "MIDSCENE_CACHE=true playwright test --config=playwright.config.ts",
|
|
105
105
|
"e2e:ui": "playwright test --config=playwright.config.ts --ui",
|
|
106
|
-
"e2e:ui:cache": "MIDSCENE_CACHE=true playwright test --config=playwright.config.ts --ui"
|
|
107
|
-
"postinstall": "bash install-deps.bash"
|
|
106
|
+
"e2e:ui:cache": "MIDSCENE_CACHE=true playwright test --config=playwright.config.ts --ui"
|
|
108
107
|
}
|
|
109
108
|
}
|