appium-xcuitest-driver 9.8.0 → 9.8.1
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 +6 -0
- package/npm-shrinkwrap.json +6 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [9.8.1](https://github.com/appium/appium-xcuitest-driver/compare/v9.8.0...v9.8.1) (2025-06-25)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **deps-dev:** bump sinon from 20.0.0 to 21.0.0 ([#2579](https://github.com/appium/appium-xcuitest-driver/issues/2579)) ([c5100ed](https://github.com/appium/appium-xcuitest-driver/commit/c5100eda36750640c5c2e8aaf6d459b7951477ca))
|
|
6
|
+
|
|
1
7
|
## [9.8.0](https://github.com/appium/appium-xcuitest-driver/compare/v9.7.0...v9.8.0) (2025-06-24)
|
|
2
8
|
|
|
3
9
|
### Features
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "9.8.
|
|
3
|
+
"version": "9.8.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "9.8.
|
|
9
|
+
"version": "9.8.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@appium/strongbox": "^0.x",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"rimraf": "^5.0.1",
|
|
61
61
|
"semantic-release": "^24.0.0",
|
|
62
62
|
"sharp": "^0.x",
|
|
63
|
-
"sinon": "^
|
|
63
|
+
"sinon": "^21.0.0",
|
|
64
64
|
"ts-node": "^10.9.1",
|
|
65
65
|
"type-fest": "^4.1.0",
|
|
66
66
|
"typescript": "^5.4.2",
|
|
@@ -486,9 +486,9 @@
|
|
|
486
486
|
"license": "MIT"
|
|
487
487
|
},
|
|
488
488
|
"node_modules/@types/node": {
|
|
489
|
-
"version": "24.0.
|
|
490
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.
|
|
491
|
-
"integrity": "sha512-
|
|
489
|
+
"version": "24.0.4",
|
|
490
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.4.tgz",
|
|
491
|
+
"integrity": "sha512-ulyqAkrhnuNq9pB76DRBTkcS6YsmDALy6Ua63V8OhrOBgbcYt6IOdzpw5P1+dyRIyMerzLkeYWBeOXPpA9GMAA==",
|
|
492
492
|
"license": "MIT",
|
|
493
493
|
"dependencies": {
|
|
494
494
|
"undici-types": "~7.8.0"
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "9.8.
|
|
11
|
+
"version": "9.8.1",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
"rimraf": "^5.0.1",
|
|
162
162
|
"semantic-release": "^24.0.0",
|
|
163
163
|
"sharp": "^0.x",
|
|
164
|
-
"sinon": "^
|
|
164
|
+
"sinon": "^21.0.0",
|
|
165
165
|
"ts-node": "^10.9.1",
|
|
166
166
|
"type-fest": "^4.1.0",
|
|
167
167
|
"typescript": "^5.4.2",
|