appium-xcuitest-driver 7.1.0 → 7.1.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 +15 -15
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [7.1.1](https://github.com/appium/appium-xcuitest-driver/compare/v7.1.0...v7.1.1) (2024-02-23)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Miscellaneous Chores
|
|
5
|
+
|
|
6
|
+
* Bump WDA ([3374b7b](https://github.com/appium/appium-xcuitest-driver/commit/3374b7b779ed956c86344b5ed9f8c92beb142de0))
|
|
7
|
+
|
|
1
8
|
## [7.1.0](https://github.com/appium/appium-xcuitest-driver/compare/v7.0.1...v7.1.0) (2024-02-18)
|
|
2
9
|
|
|
3
10
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "7.1.
|
|
9
|
+
"version": "7.1.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@colors/colors": "^1.6.0",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"appium-ios-device": "^2.5.4",
|
|
15
15
|
"appium-ios-simulator": "^5.5.1",
|
|
16
16
|
"appium-remote-debugger": "^11.0.0",
|
|
17
|
-
"appium-webdriveragent": "^7.0.
|
|
17
|
+
"appium-webdriveragent": "^7.0.1",
|
|
18
18
|
"appium-xcode": "^5.1.4",
|
|
19
19
|
"async-lock": "^1.4.0",
|
|
20
20
|
"asyncbox": "^3.0.0",
|
|
@@ -669,9 +669,9 @@
|
|
|
669
669
|
}
|
|
670
670
|
},
|
|
671
671
|
"node_modules/@types/node": {
|
|
672
|
-
"version": "20.11.
|
|
673
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.
|
|
674
|
-
"integrity": "sha512-
|
|
672
|
+
"version": "20.11.20",
|
|
673
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.20.tgz",
|
|
674
|
+
"integrity": "sha512-7/rR21OS+fq8IyHTgtLkDK949uzsa6n8BkziAKtPVpugIkO6D+/ooXMvzXxDnZrmtXVfjb1bKQafYpb8s89LOg==",
|
|
675
675
|
"dependencies": {
|
|
676
676
|
"undici-types": "~5.26.4"
|
|
677
677
|
}
|
|
@@ -904,9 +904,9 @@
|
|
|
904
904
|
}
|
|
905
905
|
},
|
|
906
906
|
"node_modules/appium-webdriveragent": {
|
|
907
|
-
"version": "7.0.
|
|
908
|
-
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-7.0.
|
|
909
|
-
"integrity": "sha512-
|
|
907
|
+
"version": "7.0.1",
|
|
908
|
+
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-7.0.1.tgz",
|
|
909
|
+
"integrity": "sha512-WOKIPRsjsEUzbC1rQQBLY7PFQF6RVBk3bmfO930BFUSh75VgzPEgx4hQgIfFi816tvP7Y8d4iA8KWNe04Apy2A==",
|
|
910
910
|
"dependencies": {
|
|
911
911
|
"@appium/base-driver": "^9.0.0",
|
|
912
912
|
"@appium/strongbox": "^0.x",
|
|
@@ -2028,9 +2028,9 @@
|
|
|
2028
2028
|
}
|
|
2029
2029
|
},
|
|
2030
2030
|
"node_modules/has-proto": {
|
|
2031
|
-
"version": "1.0.
|
|
2032
|
-
"resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.
|
|
2033
|
-
"integrity": "sha512-
|
|
2031
|
+
"version": "1.0.3",
|
|
2032
|
+
"resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz",
|
|
2033
|
+
"integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
|
|
2034
2034
|
"engines": {
|
|
2035
2035
|
"node": ">= 0.4"
|
|
2036
2036
|
},
|
|
@@ -3479,9 +3479,9 @@
|
|
|
3479
3479
|
}
|
|
3480
3480
|
},
|
|
3481
3481
|
"node_modules/streamx": {
|
|
3482
|
-
"version": "2.16.
|
|
3483
|
-
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.16.
|
|
3484
|
-
"integrity": "sha512-
|
|
3482
|
+
"version": "2.16.1",
|
|
3483
|
+
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.16.1.tgz",
|
|
3484
|
+
"integrity": "sha512-m9QYj6WygWyWa3H1YY69amr4nVgy61xfjys7xO7kviL5rfIEc2naf+ewFiOA+aEJD7y0JO3h2GoiUv4TDwEGzQ==",
|
|
3485
3485
|
"dependencies": {
|
|
3486
3486
|
"fast-fifo": "^1.1.0",
|
|
3487
3487
|
"queue-tick": "^1.0.1"
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "7.1.
|
|
11
|
+
"version": "7.1.1",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"appium-ios-device": "^2.5.4",
|
|
82
82
|
"appium-ios-simulator": "^5.5.1",
|
|
83
83
|
"appium-remote-debugger": "^11.0.0",
|
|
84
|
-
"appium-webdriveragent": "^7.0.
|
|
84
|
+
"appium-webdriveragent": "^7.0.1",
|
|
85
85
|
"appium-xcode": "^5.1.4",
|
|
86
86
|
"async-lock": "^1.4.0",
|
|
87
87
|
"asyncbox": "^3.0.0",
|