node-simctl 8.1.1 → 8.1.3

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/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [8.1.3](https://github.com/appium/node-simctl/compare/v8.1.2...v8.1.3) (2025-12-21)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * bump teen_process ([#285](https://github.com/appium/node-simctl/issues/285)) ([1edc4ff](https://github.com/appium/node-simctl/commit/1edc4ff0bc536de047a55fd8f4814dbf1f1e45a1))
6
+
7
+ ## [8.1.2](https://github.com/appium/node-simctl/compare/v8.1.1...v8.1.2) (2025-12-18)
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * **deps:** bump asyncbox from 3.0.0 to 4.0.1 ([#284](https://github.com/appium/node-simctl/issues/284)) ([b06688b](https://github.com/appium/node-simctl/commit/b06688b686fe13a41072c0367458a4e6f74cd029))
12
+
1
13
  ## [8.1.1](https://github.com/appium/node-simctl/compare/v8.1.0...v8.1.1) (2025-12-12)
2
14
 
3
15
  ### Miscellaneous Chores
@@ -18,4 +18,3 @@ export async function openUrl (this: Simctl, url: string): Promise<TeenProcessEx
18
18
  args: [this.requireUdid('openurl'), url],
19
19
  });
20
20
  }
21
-
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "ios",
7
7
  "simctl"
8
8
  ],
9
- "version": "8.1.1",
9
+ "version": "8.1.3",
10
10
  "author": "Appium Contributors",
11
11
  "license": "Apache-2.0",
12
12
  "repository": {
@@ -34,12 +34,12 @@
34
34
  ],
35
35
  "dependencies": {
36
36
  "@appium/logger": "^2.0.0-rc.1",
37
- "asyncbox": "^3.0.0",
37
+ "asyncbox": "^4.0.1",
38
38
  "bluebird": "^3.5.1",
39
39
  "lodash": "^4.2.1",
40
40
  "rimraf": "^6.0.1",
41
41
  "semver": "^7.0.0",
42
- "teen_process": "^3.0.0",
42
+ "teen_process": "^4.0.4",
43
43
  "uuid": "^13.0.0",
44
44
  "which": "^6.0.0"
45
45
  },
@@ -69,7 +69,6 @@
69
69
  "@types/lodash": "^4.14.196",
70
70
  "@types/mocha": "^10.0.1",
71
71
  "@types/node": "^25.0.0",
72
- "@types/teen_process": "^2.0.2",
73
72
  "appium-xcode": "^6.0.0",
74
73
  "chai": "^6.0.0",
75
74
  "chai-as-promised": "^8.0.0",