appium-xcuitest-driver 7.17.0 → 7.17.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 +7 -0
- package/npm-shrinkwrap.json +6 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [7.17.1](https://github.com/appium/appium-xcuitest-driver/compare/v7.17.0...v7.17.1) (2024-06-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Miscellaneous Chores
|
|
5
|
+
|
|
6
|
+
* **deps-dev:** bump sinon from 17.0.2 to 18.0.0 ([#2398](https://github.com/appium/appium-xcuitest-driver/issues/2398)) ([e05b63a](https://github.com/appium/appium-xcuitest-driver/commit/e05b63ae68bab6beca808f66d814db6c4e6ba7d8))
|
|
7
|
+
|
|
1
8
|
## [7.17.0](https://github.com/appium/appium-xcuitest-driver/compare/v7.16.2...v7.17.0) (2024-06-02)
|
|
2
9
|
|
|
3
10
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "7.17.
|
|
3
|
+
"version": "7.17.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "7.17.
|
|
9
|
+
"version": "7.17.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@colors/colors": "^1.6.0",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"rimraf": "^5.0.1",
|
|
66
66
|
"semantic-release": "^23.0.0",
|
|
67
67
|
"sharp": "^0.x",
|
|
68
|
-
"sinon": "^
|
|
68
|
+
"sinon": "^18.0.0",
|
|
69
69
|
"sinon-chai": "^3.7.0",
|
|
70
70
|
"ts-node": "^10.9.1",
|
|
71
71
|
"type-fest": "^4.1.0",
|
|
@@ -647,9 +647,9 @@
|
|
|
647
647
|
}
|
|
648
648
|
},
|
|
649
649
|
"node_modules/@types/node": {
|
|
650
|
-
"version": "20.
|
|
651
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.
|
|
652
|
-
"integrity": "sha512-
|
|
650
|
+
"version": "20.14.0",
|
|
651
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.0.tgz",
|
|
652
|
+
"integrity": "sha512-5cHBxFGJx6L4s56Bubp4fglrEpmyJypsqI6RgzMfBHWUJQGWAAi8cWcgetEbZXHYXo9C2Fa4EEds/uSyS4cxmA==",
|
|
653
653
|
"dependencies": {
|
|
654
654
|
"undici-types": "~5.26.4"
|
|
655
655
|
}
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "7.17.
|
|
11
|
+
"version": "7.17.1",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"rimraf": "^5.0.1",
|
|
166
166
|
"semantic-release": "^23.0.0",
|
|
167
167
|
"sharp": "^0.x",
|
|
168
|
-
"sinon": "^
|
|
168
|
+
"sinon": "^18.0.0",
|
|
169
169
|
"sinon-chai": "^3.7.0",
|
|
170
170
|
"ts-node": "^10.9.1",
|
|
171
171
|
"type-fest": "^4.1.0",
|