appium-xcuitest-driver 10.1.3 → 10.1.4
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 +9 -9
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [10.1.4](https://github.com/appium/appium-xcuitest-driver/compare/v10.1.3...v10.1.4) (2025-10-03)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* Bump remote debugger ([#2635](https://github.com/appium/appium-xcuitest-driver/issues/2635)) ([387f2df](https://github.com/appium/appium-xcuitest-driver/commit/387f2dfdcc39ac209d126207134d9920717bc660))
|
|
6
|
+
|
|
1
7
|
## [10.1.3](https://github.com/appium/appium-xcuitest-driver/compare/v10.1.2...v10.1.3) (2025-10-01)
|
|
2
8
|
|
|
3
9
|
### Miscellaneous Chores
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "10.1.
|
|
9
|
+
"version": "10.1.4",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@appium/strongbox": "^1.0.0-rc.1",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"appium-idb": "^2.0.0",
|
|
15
15
|
"appium-ios-device": "^3.0.0",
|
|
16
16
|
"appium-ios-simulator": "^7.0.0",
|
|
17
|
-
"appium-remote-debugger": "^15.0.
|
|
17
|
+
"appium-remote-debugger": "^15.0.3",
|
|
18
18
|
"appium-webdriveragent": "^10.1.0",
|
|
19
19
|
"appium-xcode": "^6.0.0",
|
|
20
20
|
"async-lock": "^1.4.0",
|
|
@@ -553,9 +553,9 @@
|
|
|
553
553
|
"license": "MIT"
|
|
554
554
|
},
|
|
555
555
|
"node_modules/@types/node": {
|
|
556
|
-
"version": "24.6.
|
|
557
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.6.
|
|
558
|
-
"integrity": "sha512-
|
|
556
|
+
"version": "24.6.2",
|
|
557
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.6.2.tgz",
|
|
558
|
+
"integrity": "sha512-d2L25Y4j+W3ZlNAeMKcy7yDsK425ibcAOO2t7aPTz6gNMH0z2GThtwENCDc0d/Pw9wgyRqE5Px1wkV7naz8ang==",
|
|
559
559
|
"devOptional": true,
|
|
560
560
|
"license": "MIT",
|
|
561
561
|
"dependencies": {
|
|
@@ -735,9 +735,9 @@
|
|
|
735
735
|
}
|
|
736
736
|
},
|
|
737
737
|
"node_modules/appium-remote-debugger": {
|
|
738
|
-
"version": "15.0.
|
|
739
|
-
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-15.0.
|
|
740
|
-
"integrity": "sha512-
|
|
738
|
+
"version": "15.0.3",
|
|
739
|
+
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-15.0.3.tgz",
|
|
740
|
+
"integrity": "sha512-QU3PZ8ZoVw4TNwdYXhd0kPb/K2+nzhtbBhr+baQqo32XbfNewSRMLFLUKMEVuqrG76LlcKAZKMsgkBzkA2sWjA==",
|
|
741
741
|
"license": "Apache-2.0",
|
|
742
742
|
"dependencies": {
|
|
743
743
|
"@appium/base-driver": "^10.0.0-rc.1",
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "10.1.
|
|
11
|
+
"version": "10.1.4",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"appium-idb": "^2.0.0",
|
|
85
85
|
"appium-ios-device": "^3.0.0",
|
|
86
86
|
"appium-ios-simulator": "^7.0.0",
|
|
87
|
-
"appium-remote-debugger": "^15.0.
|
|
87
|
+
"appium-remote-debugger": "^15.0.3",
|
|
88
88
|
"appium-webdriveragent": "^10.1.0",
|
|
89
89
|
"appium-xcode": "^6.0.0",
|
|
90
90
|
"async-lock": "^1.4.0",
|