@midscene/ios 1.0.1-beta-20251126092253.0 → 1.0.1-beta-20251127021613.0

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.
@@ -54,7 +54,7 @@ export declare class IOSAgent extends Agent<IOSDevice> {
54
54
  private createActionWrapper;
55
55
  }
56
56
 
57
- declare type IOSAgentOpt = AgentOpt;
57
+ export declare type IOSAgentOpt = AgentOpt;
58
58
 
59
59
  export declare class IOSDevice implements AbstractInterface {
60
60
  private deviceId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midscene/ios",
3
- "version": "1.0.1-beta-20251126092253.0",
3
+ "version": "1.0.1-beta-20251127021613.0",
4
4
  "description": "iOS automation library for Midscene",
5
5
  "keywords": [
6
6
  "iOS UI automation",
@@ -38,9 +38,9 @@
38
38
  "dependencies": {
39
39
  "@inquirer/prompts": "^7.8.6",
40
40
  "open": "10.1.0",
41
- "@midscene/shared": "1.0.1-beta-20251126092253.0",
42
- "@midscene/webdriver": "1.0.1-beta-20251126092253.0",
43
- "@midscene/core": "1.0.1-beta-20251126092253.0"
41
+ "@midscene/shared": "1.0.1-beta-20251127021613.0",
42
+ "@midscene/webdriver": "1.0.1-beta-20251127021613.0",
43
+ "@midscene/core": "1.0.1-beta-20251127021613.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@rslib/core": "^0.11.2",
@@ -50,7 +50,7 @@
50
50
  "tsx": "^4.19.2",
51
51
  "vitest": "3.0.5",
52
52
  "zod": "3.24.3",
53
- "@midscene/playground": "1.0.1-beta-20251126092253.0"
53
+ "@midscene/playground": "1.0.1-beta-20251127021613.0"
54
54
  },
55
55
  "license": "MIT",
56
56
  "scripts": {
package/static/index.html CHANGED
@@ -1 +1 @@
1
- <!doctype html><html><head><link rel="icon" href="/favicon.ico"><title>Midscene Playground</title><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><script defer src="/static/js/lib-react.88bfef40.js"></script><script defer src="/static/js/828.f9eb1ea0.js"></script><script defer src="/static/js/index.67dc44a3.js"></script><link href="/static/css/index.a0288673.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
1
+ <!doctype html><html><head><link rel="icon" href="/favicon.ico"><title>Midscene Playground</title><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><script defer src="/static/js/lib-react.88bfef40.js"></script><script defer src="/static/js/828.f9eb1ea0.js"></script><script defer src="/static/js/index.2fea7ca5.js"></script><link href="/static/css/index.a0288673.css" rel="stylesheet"></head><body><div id="root"></div></body></html>