@midscene/web 0.16.9 → 0.16.10

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.
@@ -2368,7 +2368,7 @@ function sleep2(ms) {
2368
2368
  var ChromeExtensionProxyPage = class {
2369
2369
  constructor(forceSameTabNavigation) {
2370
2370
  this.pageType = "chrome-extension-proxy";
2371
- this.version = "0.16.9";
2371
+ this.version = "0.16.10";
2372
2372
  this.activeTabId = null;
2373
2373
  this.tabIdOfDebuggerAttached = null;
2374
2374
  this.attachingDebugger = null;
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "Browser use",
9
9
  "Android use"
10
10
  ],
11
- "version": "0.16.9",
11
+ "version": "0.16.10",
12
12
  "repository": "https://github.com/web-infra-dev/midscene",
13
13
  "homepage": "https://midscenejs.com/",
14
14
  "jsnext:source": "./src/index.ts",
@@ -159,8 +159,8 @@
159
159
  "openai": "4.81.0",
160
160
  "socket.io": "^4.8.1",
161
161
  "socket.io-client": "4.8.1",
162
- "@midscene/core": "0.16.9",
163
- "@midscene/shared": "0.16.9"
162
+ "@midscene/shared": "0.16.10",
163
+ "@midscene/core": "0.16.10"
164
164
  },
165
165
  "devDependencies": {
166
166
  "@modern-js/module-tools": "2.60.6",