node-simctl 7.4.1 → 7.4.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 +15 -0
- package/package.json +2 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## [7.4.3](https://github.com/appium/node-simctl/compare/v7.4.2...v7.4.3) (2024-05-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Miscellaneous Chores
|
|
5
|
+
|
|
6
|
+
* **deps-dev:** bump sinon from 17.0.2 to 18.0.0 ([#244](https://github.com/appium/node-simctl/issues/244)) ([9bbf649](https://github.com/appium/node-simctl/commit/9bbf649edcabb06174948b0a4c8475acda82bbba))
|
|
7
|
+
|
|
8
|
+
## [7.4.2](https://github.com/appium/node-simctl/compare/v7.4.1...v7.4.2) (2024-04-09)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Miscellaneous Chores
|
|
12
|
+
|
|
13
|
+
* **deps-dev:** bump @typescript-eslint/parser from 6.21.0 to 7.6.0 ([#240](https://github.com/appium/node-simctl/issues/240)) ([baa83c9](https://github.com/appium/node-simctl/commit/baa83c9783b8c0aa09e6c88aed5d9e58dbcceaa2))
|
|
14
|
+
* Remove extra imports ([3dbe75b](https://github.com/appium/node-simctl/commit/3dbe75b594cb7e6a993e7e0b7681c94372c79457))
|
|
15
|
+
|
|
1
16
|
## [7.4.1](https://github.com/appium/node-simctl/compare/v7.4.0...v7.4.1) (2024-03-24)
|
|
2
17
|
|
|
3
18
|
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"ios",
|
|
7
7
|
"simctl"
|
|
8
8
|
],
|
|
9
|
-
"version": "7.4.
|
|
9
|
+
"version": "7.4.3",
|
|
10
10
|
"author": "Appium Contributors",
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"repository": {
|
|
@@ -87,8 +87,6 @@
|
|
|
87
87
|
"@types/sinon": "^17.0.1",
|
|
88
88
|
"@types/sinon-chai": "^3.2.9",
|
|
89
89
|
"@types/teen_process": "^2.0.2",
|
|
90
|
-
"@typescript-eslint/eslint-plugin": "^6.9.0",
|
|
91
|
-
"@typescript-eslint/parser": "^6.9.0",
|
|
92
90
|
"appium-xcode": "^5.0.0",
|
|
93
91
|
"chai": "^4.1.2",
|
|
94
92
|
"chai-as-promised": "^7.1.1",
|
|
@@ -105,7 +103,7 @@
|
|
|
105
103
|
"prettier": "^3.0.0",
|
|
106
104
|
"proxyquire": "^2.1.3",
|
|
107
105
|
"semantic-release": "^23.0.2",
|
|
108
|
-
"sinon": "^
|
|
106
|
+
"sinon": "^18.0.0",
|
|
109
107
|
"ts-node": "^10.9.1",
|
|
110
108
|
"typescript": "^5.4.3"
|
|
111
109
|
},
|