node-simctl 7.5.3 → 7.5.5
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 +12 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [7.5.5](https://github.com/appium/node-simctl/compare/v7.5.4...v7.5.5) (2024-08-29)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* Update tests for node.js 22.7 ([#255](https://github.com/appium/node-simctl/issues/255)) ([723568b](https://github.com/appium/node-simctl/commit/723568b320364051289e94dda384fd25b50f19d9))
|
|
6
|
+
|
|
7
|
+
## [7.5.4](https://github.com/appium/node-simctl/compare/v7.5.3...v7.5.4) (2024-07-29)
|
|
8
|
+
|
|
9
|
+
### Miscellaneous Chores
|
|
10
|
+
|
|
11
|
+
* **deps-dev:** bump @types/node from 20.14.13 to 22.0.0 ([#253](https://github.com/appium/node-simctl/issues/253)) ([f9d7303](https://github.com/appium/node-simctl/commit/f9d73033bca8eb8627127f6d72e9d936db1201d0))
|
|
12
|
+
|
|
1
13
|
## [7.5.3](https://github.com/appium/node-simctl/compare/v7.5.2...v7.5.3) (2024-07-03)
|
|
2
14
|
|
|
3
15
|
### Miscellaneous Chores
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"ios",
|
|
7
7
|
"simctl"
|
|
8
8
|
],
|
|
9
|
-
"version": "7.5.
|
|
9
|
+
"version": "7.5.5",
|
|
10
10
|
"author": "Appium Contributors",
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"repository": {
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"lint": "eslint .",
|
|
53
53
|
"lint:fix": "npm run lint -- --fix",
|
|
54
54
|
"prepare": "npm run build",
|
|
55
|
-
"test": "mocha --exit --timeout 1m \"./test/unit/**/*-specs
|
|
55
|
+
"test": "mocha --exit --timeout 1m \"./test/unit/**/*-specs.*js\"",
|
|
56
56
|
"e2e-test": "mocha --exit --timeout 5m \"./test/e2e/**/*-specs.js\""
|
|
57
57
|
},
|
|
58
58
|
"prettier": {
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"@types/bluebird": "^3.5.38",
|
|
70
70
|
"@types/lodash": "^4.14.196",
|
|
71
71
|
"@types/mocha": "^10.0.1",
|
|
72
|
-
"@types/node": "^
|
|
72
|
+
"@types/node": "^22.0.0",
|
|
73
73
|
"@types/teen_process": "^2.0.2",
|
|
74
74
|
"appium-xcode": "^5.0.0",
|
|
75
75
|
"chai": "^5.1.1",
|