appium-xcuitest-driver 10.17.0 → 10.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 +6 -0
- package/build/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +12 -12
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "10.17.
|
|
3
|
+
"version": "10.17.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "10.17.
|
|
9
|
+
"version": "10.17.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@appium/strongbox": "^1.0.0-rc.1",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"appium-ios-device": "^3.0.0",
|
|
16
16
|
"appium-ios-simulator": "^8.0.0",
|
|
17
17
|
"appium-remote-debugger": "^15.2.0",
|
|
18
|
-
"appium-webdriveragent": "^11.1.
|
|
18
|
+
"appium-webdriveragent": "^11.1.1",
|
|
19
19
|
"appium-xcode": "^6.0.2",
|
|
20
20
|
"async-lock": "^1.4.0",
|
|
21
21
|
"asyncbox": "^4.0.1",
|
|
@@ -692,9 +692,9 @@
|
|
|
692
692
|
}
|
|
693
693
|
},
|
|
694
694
|
"node_modules/appium-ios-remotexpc": {
|
|
695
|
-
"version": "0.26.
|
|
696
|
-
"resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.26.
|
|
697
|
-
"integrity": "sha512-
|
|
695
|
+
"version": "0.26.1",
|
|
696
|
+
"resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.26.1.tgz",
|
|
697
|
+
"integrity": "sha512-Bg548uTyRa2I0enFH5K5maD8vj97JBGdh61hE5dpfN1GRJC43LoQ0D07dD6N18tPtrS5LtC1uxYYrhG+iQj/XQ==",
|
|
698
698
|
"license": "Apache-2.0",
|
|
699
699
|
"optional": true,
|
|
700
700
|
"dependencies": {
|
|
@@ -752,9 +752,9 @@
|
|
|
752
752
|
}
|
|
753
753
|
},
|
|
754
754
|
"node_modules/appium-remote-debugger": {
|
|
755
|
-
"version": "15.2.
|
|
756
|
-
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-15.2.
|
|
757
|
-
"integrity": "sha512-
|
|
755
|
+
"version": "15.2.11",
|
|
756
|
+
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-15.2.11.tgz",
|
|
757
|
+
"integrity": "sha512-BoAJaARI/3xBQUgPTsi0g/0HMF4fWwSchyzYx8bY0h9Pi2M2eFXoiNYmRTy7Wwf0ntNyvXT56+gRKJ844bOLLQ==",
|
|
758
758
|
"license": "Apache-2.0",
|
|
759
759
|
"dependencies": {
|
|
760
760
|
"@appium/base-driver": "^10.0.0-rc.1",
|
|
@@ -773,9 +773,9 @@
|
|
|
773
773
|
}
|
|
774
774
|
},
|
|
775
775
|
"node_modules/appium-webdriveragent": {
|
|
776
|
-
"version": "11.1.
|
|
777
|
-
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-11.1.
|
|
778
|
-
"integrity": "sha512-
|
|
776
|
+
"version": "11.1.1",
|
|
777
|
+
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-11.1.1.tgz",
|
|
778
|
+
"integrity": "sha512-BWB1oFOzteMmlkeRUV9u3TDG187fnP3Vnr05RZcBjh5LI+qeKYRQHFl1VtU56V8Tjwujn4RlUhfwZQofMlxO3Q==",
|
|
779
779
|
"license": "Apache-2.0",
|
|
780
780
|
"dependencies": {
|
|
781
781
|
"@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.17.
|
|
11
|
+
"version": "10.17.1",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"appium-ios-device": "^3.0.0",
|
|
84
84
|
"appium-ios-simulator": "^8.0.0",
|
|
85
85
|
"appium-remote-debugger": "^15.2.0",
|
|
86
|
-
"appium-webdriveragent": "^11.1.
|
|
86
|
+
"appium-webdriveragent": "^11.1.1",
|
|
87
87
|
"appium-xcode": "^6.0.2",
|
|
88
88
|
"async-lock": "^1.4.0",
|
|
89
89
|
"asyncbox": "^4.0.1",
|