appium 1.22.1 → 1.22.2-rc.0
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/npm-shrinkwrap.json +103 -14
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium",
|
|
3
|
-
"version": "1.22.
|
|
3
|
+
"version": "1.22.2-rc.0",
|
|
4
4
|
"lockfileVersion": 1,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"dependencies": {
|
|
@@ -1133,22 +1133,106 @@
|
|
|
1133
1133
|
}
|
|
1134
1134
|
},
|
|
1135
1135
|
"appium-ios-simulator": {
|
|
1136
|
-
"version": "3.
|
|
1137
|
-
"resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-3.
|
|
1138
|
-
"integrity": "sha512-
|
|
1136
|
+
"version": "3.29.0",
|
|
1137
|
+
"resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-3.29.0.tgz",
|
|
1138
|
+
"integrity": "sha512-7Y6KJJI3K4V35xbJeEwyedPg0DACYmv7cyyyoMbyz7PcLmoaKcufziNYwhlIiiKJIlPc+U/MJfeWUBSQ6W5/Vg==",
|
|
1139
1139
|
"requires": {
|
|
1140
1140
|
"@babel/runtime": "^7.0.0",
|
|
1141
|
+
"@xmldom/xmldom": "^0.x",
|
|
1141
1142
|
"appium-support": "^2.44.0",
|
|
1142
1143
|
"appium-xcode": "^3.1.0",
|
|
1143
1144
|
"async-lock": "^1.0.0",
|
|
1144
1145
|
"asyncbox": "^2.3.1",
|
|
1145
1146
|
"bluebird": "^3.5.1",
|
|
1146
1147
|
"lodash": "^4.2.1",
|
|
1147
|
-
"node-simctl": "^6.
|
|
1148
|
+
"node-simctl": "^6.6.0",
|
|
1148
1149
|
"semver": "^7.0.0",
|
|
1149
1150
|
"source-map-support": "^0.5.3",
|
|
1150
|
-
"teen_process": "^1.3.0"
|
|
1151
|
-
|
|
1151
|
+
"teen_process": "^1.3.0"
|
|
1152
|
+
},
|
|
1153
|
+
"dependencies": {
|
|
1154
|
+
"ansi-regex": {
|
|
1155
|
+
"version": "5.0.1",
|
|
1156
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
1157
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
|
|
1158
|
+
},
|
|
1159
|
+
"are-we-there-yet": {
|
|
1160
|
+
"version": "2.0.0",
|
|
1161
|
+
"resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz",
|
|
1162
|
+
"integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==",
|
|
1163
|
+
"requires": {
|
|
1164
|
+
"delegates": "^1.0.0",
|
|
1165
|
+
"readable-stream": "^3.6.0"
|
|
1166
|
+
}
|
|
1167
|
+
},
|
|
1168
|
+
"gauge": {
|
|
1169
|
+
"version": "3.0.2",
|
|
1170
|
+
"resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz",
|
|
1171
|
+
"integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==",
|
|
1172
|
+
"requires": {
|
|
1173
|
+
"aproba": "^1.0.3 || ^2.0.0",
|
|
1174
|
+
"color-support": "^1.1.2",
|
|
1175
|
+
"console-control-strings": "^1.0.0",
|
|
1176
|
+
"has-unicode": "^2.0.1",
|
|
1177
|
+
"object-assign": "^4.1.1",
|
|
1178
|
+
"signal-exit": "^3.0.0",
|
|
1179
|
+
"string-width": "^4.2.3",
|
|
1180
|
+
"strip-ansi": "^6.0.1",
|
|
1181
|
+
"wide-align": "^1.1.2"
|
|
1182
|
+
}
|
|
1183
|
+
},
|
|
1184
|
+
"is-fullwidth-code-point": {
|
|
1185
|
+
"version": "3.0.0",
|
|
1186
|
+
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
1187
|
+
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="
|
|
1188
|
+
},
|
|
1189
|
+
"node-simctl": {
|
|
1190
|
+
"version": "6.6.0",
|
|
1191
|
+
"resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-6.6.0.tgz",
|
|
1192
|
+
"integrity": "sha512-157a3XqQFatcPT8BijH3IQml/GW8qByVjhe04reG86SawyJGfosM3s+qugd1kaar3nsKo+ad6KSS4GB7e9fxig==",
|
|
1193
|
+
"requires": {
|
|
1194
|
+
"@babel/runtime": "^7.0.0",
|
|
1195
|
+
"asyncbox": "^2.3.1",
|
|
1196
|
+
"bluebird": "^3.5.1",
|
|
1197
|
+
"lodash": "^4.2.1",
|
|
1198
|
+
"npmlog": "^5.0.0",
|
|
1199
|
+
"rimraf": "^3.0.0",
|
|
1200
|
+
"semver": "^7.0.0",
|
|
1201
|
+
"source-map-support": "^0.5.5",
|
|
1202
|
+
"teen_process": "^1.5.1",
|
|
1203
|
+
"uuid": "^8.0.0",
|
|
1204
|
+
"which": "^2.0.0"
|
|
1205
|
+
}
|
|
1206
|
+
},
|
|
1207
|
+
"npmlog": {
|
|
1208
|
+
"version": "5.0.1",
|
|
1209
|
+
"resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz",
|
|
1210
|
+
"integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==",
|
|
1211
|
+
"requires": {
|
|
1212
|
+
"are-we-there-yet": "^2.0.0",
|
|
1213
|
+
"console-control-strings": "^1.1.0",
|
|
1214
|
+
"gauge": "^3.0.0",
|
|
1215
|
+
"set-blocking": "^2.0.0"
|
|
1216
|
+
}
|
|
1217
|
+
},
|
|
1218
|
+
"string-width": {
|
|
1219
|
+
"version": "4.2.3",
|
|
1220
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
1221
|
+
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
1222
|
+
"requires": {
|
|
1223
|
+
"emoji-regex": "^8.0.0",
|
|
1224
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
1225
|
+
"strip-ansi": "^6.0.1"
|
|
1226
|
+
}
|
|
1227
|
+
},
|
|
1228
|
+
"strip-ansi": {
|
|
1229
|
+
"version": "6.0.1",
|
|
1230
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
1231
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
1232
|
+
"requires": {
|
|
1233
|
+
"ansi-regex": "^5.0.1"
|
|
1234
|
+
}
|
|
1235
|
+
}
|
|
1152
1236
|
}
|
|
1153
1237
|
},
|
|
1154
1238
|
"appium-mac-driver": {
|
|
@@ -1946,9 +2030,9 @@
|
|
|
1946
2030
|
}
|
|
1947
2031
|
},
|
|
1948
2032
|
"appium-xcuitest-driver": {
|
|
1949
|
-
"version": "3.
|
|
1950
|
-
"resolved": "https://registry.npmjs.org/appium-xcuitest-driver/-/appium-xcuitest-driver-3.
|
|
1951
|
-
"integrity": "sha512-
|
|
2033
|
+
"version": "3.59.0",
|
|
2034
|
+
"resolved": "https://registry.npmjs.org/appium-xcuitest-driver/-/appium-xcuitest-driver-3.59.0.tgz",
|
|
2035
|
+
"integrity": "sha512-SG3ylxzzbIDg8P4zx9S6vSBIcT4TGnvVcolENC/pYJBO/8g3ru4z8+lcHZNdVzNZ6fpORdTROcEk2Zfu8WEAnw==",
|
|
1952
2036
|
"requires": {
|
|
1953
2037
|
"@babel/runtime": "^7.0.0",
|
|
1954
2038
|
"@xmldom/xmldom": "^0.x",
|
|
@@ -1958,7 +2042,7 @@
|
|
|
1958
2042
|
"appium-ios-simulator": "^3.28.0",
|
|
1959
2043
|
"appium-remote-debugger": "^8.13.2",
|
|
1960
2044
|
"appium-support": "^2.47.1",
|
|
1961
|
-
"appium-webdriveragent": "^3.
|
|
2045
|
+
"appium-webdriveragent": "^3.16.0",
|
|
1962
2046
|
"appium-xcode": "^3.8.0",
|
|
1963
2047
|
"async-lock": "^1.0.0",
|
|
1964
2048
|
"asyncbox": "^2.3.1",
|
|
@@ -1978,9 +2062,9 @@
|
|
|
1978
2062
|
},
|
|
1979
2063
|
"dependencies": {
|
|
1980
2064
|
"ws": {
|
|
1981
|
-
"version": "8.
|
|
1982
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.
|
|
1983
|
-
"integrity": "sha512-
|
|
2065
|
+
"version": "8.3.0",
|
|
2066
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.3.0.tgz",
|
|
2067
|
+
"integrity": "sha512-Gs5EZtpqZzLvmIM59w4igITU57lrtYVFneaa434VROv4thzJyV6UjIL3D42lslWlI+D4KzLYnxSwtfuiO79sNw=="
|
|
1984
2068
|
}
|
|
1985
2069
|
}
|
|
1986
2070
|
},
|
|
@@ -2866,6 +2950,11 @@
|
|
|
2866
2950
|
"shimmer": "^1.2.0"
|
|
2867
2951
|
}
|
|
2868
2952
|
},
|
|
2953
|
+
"emoji-regex": {
|
|
2954
|
+
"version": "8.0.0",
|
|
2955
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
2956
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
|
2957
|
+
},
|
|
2869
2958
|
"enabled": {
|
|
2870
2959
|
"version": "2.0.0",
|
|
2871
2960
|
"resolved": "https://registry.npmjs.org/enabled/-/enabled-2.0.0.tgz",
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"firefoxos",
|
|
12
12
|
"testing"
|
|
13
13
|
],
|
|
14
|
-
"version": "1.22.
|
|
14
|
+
"version": "1.22.2-rc.0",
|
|
15
15
|
"author": "https://github.com/appium",
|
|
16
16
|
"license": "Apache-2.0",
|
|
17
17
|
"repository": {
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"appium-tizen-driver": "^1.1.1-beta.4",
|
|
56
56
|
"appium-uiautomator2-driver": "^1.37.1",
|
|
57
57
|
"appium-windows-driver": "1.x",
|
|
58
|
-
"appium-xcuitest-driver": "^3.
|
|
58
|
+
"appium-xcuitest-driver": "^3.59.0",
|
|
59
59
|
"appium-youiengine-driver": "^1.2.8",
|
|
60
60
|
"argparse": "^2.0.1",
|
|
61
61
|
"async-lock": "^1.0.0",
|