appium-uiautomator2-driver 2.22.1 → 2.24.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/CHANGELOG.md +14 -0
- package/README.md +75 -0
- package/build/lib/commands/actions.js +1 -1
- package/build/lib/commands/actions.js.map +1 -1
- package/build/lib/commands/alert.js +1 -1
- package/build/lib/commands/alert.js.map +1 -1
- package/build/lib/commands/app-strings.js +1 -1
- package/build/lib/commands/app-strings.js.map +1 -1
- package/build/lib/commands/element.js +1 -1
- package/build/lib/commands/element.js.map +1 -1
- package/build/lib/commands/find.js +1 -1
- package/build/lib/commands/find.js.map +1 -1
- package/build/lib/commands/general.js +7 -2
- package/build/lib/commands/general.js.map +1 -1
- package/build/lib/commands/index.js +1 -1
- package/build/lib/commands/index.js.map +1 -1
- package/build/lib/commands/screenshot.js +1 -1
- package/build/lib/commands/screenshot.js.map +1 -1
- package/build/lib/commands/viewport.js +1 -1
- package/build/lib/commands/viewport.js.map +1 -1
- package/build/lib/css-converter.js +1 -1
- package/build/lib/css-converter.js.map +1 -1
- package/build/lib/desired-caps.js +1 -1
- package/build/lib/desired-caps.js.map +1 -1
- package/build/lib/driver.js +1 -1
- package/build/lib/driver.js.map +1 -1
- package/build/lib/helpers.js +1 -1
- package/build/lib/helpers.js.map +1 -1
- package/build/lib/uiautomator2.js +1 -1
- package/build/lib/uiautomator2.js.map +1 -1
- package/lib/commands/general.js +6 -0
- package/npm-shrinkwrap.json +281 -20
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.24.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.24.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/runtime": "^7.0.0",
|
|
13
13
|
"appium-adb": "^9.11.0",
|
|
14
|
-
"appium-android-driver": "^5.
|
|
14
|
+
"appium-android-driver": "^5.12.0",
|
|
15
15
|
"appium-chromedriver": "^5.3.1",
|
|
16
16
|
"appium-uiautomator2-server": "^5.7.2",
|
|
17
17
|
"asyncbox": "^2.3.1",
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"fancy-log": "^2.0.0",
|
|
45
45
|
"lint-staged": "^13.0.3",
|
|
46
46
|
"mocha": "^10.0.0",
|
|
47
|
-
"pngjs": "^7.0.0",
|
|
48
47
|
"pre-commit": "^1.2.2",
|
|
49
48
|
"rimraf": "^5.0.0",
|
|
50
49
|
"semantic-release": "^20.0.2",
|
|
50
|
+
"sharp": "^0.x",
|
|
51
51
|
"sinon": "^15.0.0",
|
|
52
52
|
"unzipper": "^0.x",
|
|
53
53
|
"webdriverio": "^8.0.5",
|
|
@@ -420,7 +420,7 @@
|
|
|
420
420
|
}
|
|
421
421
|
},
|
|
422
422
|
"node_modules/@babel/runtime": {
|
|
423
|
-
"version": "7.21.
|
|
423
|
+
"version": "7.21.5",
|
|
424
424
|
"license": "MIT",
|
|
425
425
|
"dependencies": {
|
|
426
426
|
"regenerator-runtime": "^0.13.11"
|
|
@@ -1035,7 +1035,7 @@
|
|
|
1035
1035
|
}
|
|
1036
1036
|
},
|
|
1037
1037
|
"node_modules/@types/node": {
|
|
1038
|
-
"version": "
|
|
1038
|
+
"version": "20.0.0",
|
|
1039
1039
|
"license": "MIT"
|
|
1040
1040
|
},
|
|
1041
1041
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -1248,7 +1248,7 @@
|
|
|
1248
1248
|
"license": "MIT"
|
|
1249
1249
|
},
|
|
1250
1250
|
"node_modules/appium-adb": {
|
|
1251
|
-
"version": "9.11.
|
|
1251
|
+
"version": "9.11.2",
|
|
1252
1252
|
"license": "Apache-2.0",
|
|
1253
1253
|
"dependencies": {
|
|
1254
1254
|
"@appium/support": "^3.0.0",
|
|
@@ -1278,17 +1278,16 @@
|
|
|
1278
1278
|
}
|
|
1279
1279
|
},
|
|
1280
1280
|
"node_modules/appium-android-driver": {
|
|
1281
|
-
"version": "5.
|
|
1281
|
+
"version": "5.12.0",
|
|
1282
1282
|
"license": "Apache-2.0",
|
|
1283
1283
|
"dependencies": {
|
|
1284
1284
|
"@babel/runtime": "^7.0.0",
|
|
1285
|
-
"appium-adb": "^9.11.
|
|
1285
|
+
"appium-adb": "^9.11.2",
|
|
1286
1286
|
"appium-chromedriver": "^5.2.0",
|
|
1287
1287
|
"asyncbox": "^2.8.0",
|
|
1288
1288
|
"axios": "^1.x",
|
|
1289
1289
|
"bluebird": "^3.4.7",
|
|
1290
1290
|
"io.appium.settings": "^5.0.0",
|
|
1291
|
-
"jimp": "^0.x",
|
|
1292
1291
|
"lodash": "^4.17.4",
|
|
1293
1292
|
"lru-cache": "^7.3.0",
|
|
1294
1293
|
"moment": "^2.24.0",
|
|
@@ -1297,6 +1296,7 @@
|
|
|
1297
1296
|
"portscanner": "2.2.0",
|
|
1298
1297
|
"semver": "^7.0.0",
|
|
1299
1298
|
"shared-preferences-builder": "^0.x",
|
|
1299
|
+
"sharp": "^0.x",
|
|
1300
1300
|
"source-map-support": "^0.x",
|
|
1301
1301
|
"teen_process": "^2.0.0",
|
|
1302
1302
|
"ws": "^8.0.0"
|
|
@@ -1317,7 +1317,7 @@
|
|
|
1317
1317
|
}
|
|
1318
1318
|
},
|
|
1319
1319
|
"node_modules/appium-chromedriver": {
|
|
1320
|
-
"version": "5.4.
|
|
1320
|
+
"version": "5.4.1",
|
|
1321
1321
|
"hasInstallScript": true,
|
|
1322
1322
|
"license": "Apache-2.0",
|
|
1323
1323
|
"dependencies": {
|
|
@@ -1738,6 +1738,10 @@
|
|
|
1738
1738
|
"node": ">=4"
|
|
1739
1739
|
}
|
|
1740
1740
|
},
|
|
1741
|
+
"node_modules/chownr": {
|
|
1742
|
+
"version": "1.1.4",
|
|
1743
|
+
"license": "ISC"
|
|
1744
|
+
},
|
|
1741
1745
|
"node_modules/cli-cursor": {
|
|
1742
1746
|
"version": "3.1.0",
|
|
1743
1747
|
"extraneous": true,
|
|
@@ -1750,7 +1754,7 @@
|
|
|
1750
1754
|
}
|
|
1751
1755
|
},
|
|
1752
1756
|
"node_modules/cli-spinners": {
|
|
1753
|
-
"version": "2.
|
|
1757
|
+
"version": "2.9.0",
|
|
1754
1758
|
"extraneous": true,
|
|
1755
1759
|
"license": "MIT",
|
|
1756
1760
|
"engines": {
|
|
@@ -1808,12 +1812,14 @@
|
|
|
1808
1812
|
}
|
|
1809
1813
|
},
|
|
1810
1814
|
"node_modules/color": {
|
|
1811
|
-
"version": "
|
|
1812
|
-
"extraneous": true,
|
|
1815
|
+
"version": "4.2.3",
|
|
1813
1816
|
"license": "MIT",
|
|
1814
1817
|
"dependencies": {
|
|
1815
|
-
"color-convert": "^
|
|
1816
|
-
"color-string": "^1.
|
|
1818
|
+
"color-convert": "^2.0.1",
|
|
1819
|
+
"color-string": "^1.9.0"
|
|
1820
|
+
},
|
|
1821
|
+
"engines": {
|
|
1822
|
+
"node": ">=12.5.0"
|
|
1817
1823
|
}
|
|
1818
1824
|
},
|
|
1819
1825
|
"node_modules/color-convert": {
|
|
@@ -1829,7 +1835,6 @@
|
|
|
1829
1835
|
},
|
|
1830
1836
|
"node_modules/color-string": {
|
|
1831
1837
|
"version": "1.9.1",
|
|
1832
|
-
"extraneous": true,
|
|
1833
1838
|
"license": "MIT",
|
|
1834
1839
|
"dependencies": {
|
|
1835
1840
|
"color-name": "^1.0.0",
|
|
@@ -1843,6 +1848,20 @@
|
|
|
1843
1848
|
"color-support": "bin.js"
|
|
1844
1849
|
}
|
|
1845
1850
|
},
|
|
1851
|
+
"node_modules/color/node_modules/color-convert": {
|
|
1852
|
+
"version": "2.0.1",
|
|
1853
|
+
"license": "MIT",
|
|
1854
|
+
"dependencies": {
|
|
1855
|
+
"color-name": "~1.1.4"
|
|
1856
|
+
},
|
|
1857
|
+
"engines": {
|
|
1858
|
+
"node": ">=7.0.0"
|
|
1859
|
+
}
|
|
1860
|
+
},
|
|
1861
|
+
"node_modules/color/node_modules/color-name": {
|
|
1862
|
+
"version": "1.1.4",
|
|
1863
|
+
"license": "MIT"
|
|
1864
|
+
},
|
|
1846
1865
|
"node_modules/colorspace": {
|
|
1847
1866
|
"version": "1.1.4",
|
|
1848
1867
|
"extraneous": true,
|
|
@@ -1852,6 +1871,15 @@
|
|
|
1852
1871
|
"text-hex": "1.0.x"
|
|
1853
1872
|
}
|
|
1854
1873
|
},
|
|
1874
|
+
"node_modules/colorspace/node_modules/color": {
|
|
1875
|
+
"version": "3.2.1",
|
|
1876
|
+
"extraneous": true,
|
|
1877
|
+
"license": "MIT",
|
|
1878
|
+
"dependencies": {
|
|
1879
|
+
"color-convert": "^1.9.3",
|
|
1880
|
+
"color-string": "^1.6.0"
|
|
1881
|
+
}
|
|
1882
|
+
},
|
|
1855
1883
|
"node_modules/combined-stream": {
|
|
1856
1884
|
"version": "1.0.8",
|
|
1857
1885
|
"license": "MIT",
|
|
@@ -1998,6 +2026,26 @@
|
|
|
1998
2026
|
"version": "1.4.1",
|
|
1999
2027
|
"license": "MIT"
|
|
2000
2028
|
},
|
|
2029
|
+
"node_modules/decompress-response": {
|
|
2030
|
+
"version": "6.0.0",
|
|
2031
|
+
"license": "MIT",
|
|
2032
|
+
"dependencies": {
|
|
2033
|
+
"mimic-response": "^3.1.0"
|
|
2034
|
+
},
|
|
2035
|
+
"engines": {
|
|
2036
|
+
"node": ">=10"
|
|
2037
|
+
},
|
|
2038
|
+
"funding": {
|
|
2039
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2040
|
+
}
|
|
2041
|
+
},
|
|
2042
|
+
"node_modules/deep-extend": {
|
|
2043
|
+
"version": "0.6.0",
|
|
2044
|
+
"license": "MIT",
|
|
2045
|
+
"engines": {
|
|
2046
|
+
"node": ">=4.0.0"
|
|
2047
|
+
}
|
|
2048
|
+
},
|
|
2001
2049
|
"node_modules/defaults": {
|
|
2002
2050
|
"version": "1.0.4",
|
|
2003
2051
|
"extraneous": true,
|
|
@@ -2035,6 +2083,13 @@
|
|
|
2035
2083
|
"npm": "1.2.8000 || >= 1.4.16"
|
|
2036
2084
|
}
|
|
2037
2085
|
},
|
|
2086
|
+
"node_modules/detect-libc": {
|
|
2087
|
+
"version": "2.0.1",
|
|
2088
|
+
"license": "Apache-2.0",
|
|
2089
|
+
"engines": {
|
|
2090
|
+
"node": ">=8"
|
|
2091
|
+
}
|
|
2092
|
+
},
|
|
2038
2093
|
"node_modules/diff": {
|
|
2039
2094
|
"version": "5.1.0",
|
|
2040
2095
|
"extraneous": true,
|
|
@@ -2127,6 +2182,13 @@
|
|
|
2127
2182
|
"node_modules/exif-parser": {
|
|
2128
2183
|
"version": "0.1.12"
|
|
2129
2184
|
},
|
|
2185
|
+
"node_modules/expand-template": {
|
|
2186
|
+
"version": "2.0.3",
|
|
2187
|
+
"license": "(MIT OR WTFPL)",
|
|
2188
|
+
"engines": {
|
|
2189
|
+
"node": ">=6"
|
|
2190
|
+
}
|
|
2191
|
+
},
|
|
2130
2192
|
"node_modules/express": {
|
|
2131
2193
|
"version": "4.18.2",
|
|
2132
2194
|
"license": "MIT",
|
|
@@ -2486,6 +2548,10 @@
|
|
|
2486
2548
|
"omggif": "^1.0.10"
|
|
2487
2549
|
}
|
|
2488
2550
|
},
|
|
2551
|
+
"node_modules/github-from-package": {
|
|
2552
|
+
"version": "0.0.0",
|
|
2553
|
+
"license": "MIT"
|
|
2554
|
+
},
|
|
2489
2555
|
"node_modules/glob": {
|
|
2490
2556
|
"version": "8.1.0",
|
|
2491
2557
|
"license": "ISC",
|
|
@@ -3118,6 +3184,16 @@
|
|
|
3118
3184
|
"node": ">=6"
|
|
3119
3185
|
}
|
|
3120
3186
|
},
|
|
3187
|
+
"node_modules/mimic-response": {
|
|
3188
|
+
"version": "3.1.0",
|
|
3189
|
+
"license": "MIT",
|
|
3190
|
+
"engines": {
|
|
3191
|
+
"node": ">=10"
|
|
3192
|
+
},
|
|
3193
|
+
"funding": {
|
|
3194
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3195
|
+
}
|
|
3196
|
+
},
|
|
3121
3197
|
"node_modules/min-document": {
|
|
3122
3198
|
"version": "2.19.0",
|
|
3123
3199
|
"dependencies": {
|
|
@@ -3154,6 +3230,10 @@
|
|
|
3154
3230
|
"url": "https://github.com/sponsors/isaacs"
|
|
3155
3231
|
}
|
|
3156
3232
|
},
|
|
3233
|
+
"node_modules/mkdirp-classic": {
|
|
3234
|
+
"version": "0.5.3",
|
|
3235
|
+
"license": "MIT"
|
|
3236
|
+
},
|
|
3157
3237
|
"node_modules/moment": {
|
|
3158
3238
|
"version": "2.29.4",
|
|
3159
3239
|
"license": "MIT",
|
|
@@ -3256,6 +3336,10 @@
|
|
|
3256
3336
|
"rimraf": "bin.js"
|
|
3257
3337
|
}
|
|
3258
3338
|
},
|
|
3339
|
+
"node_modules/napi-build-utils": {
|
|
3340
|
+
"version": "1.0.2",
|
|
3341
|
+
"license": "MIT"
|
|
3342
|
+
},
|
|
3259
3343
|
"node_modules/ncp": {
|
|
3260
3344
|
"version": "2.0.0",
|
|
3261
3345
|
"license": "MIT",
|
|
@@ -3275,6 +3359,20 @@
|
|
|
3275
3359
|
"extraneous": true,
|
|
3276
3360
|
"license": "MIT"
|
|
3277
3361
|
},
|
|
3362
|
+
"node_modules/node-abi": {
|
|
3363
|
+
"version": "3.40.0",
|
|
3364
|
+
"license": "MIT",
|
|
3365
|
+
"dependencies": {
|
|
3366
|
+
"semver": "^7.3.5"
|
|
3367
|
+
},
|
|
3368
|
+
"engines": {
|
|
3369
|
+
"node": ">=10"
|
|
3370
|
+
}
|
|
3371
|
+
},
|
|
3372
|
+
"node_modules/node-addon-api": {
|
|
3373
|
+
"version": "6.1.0",
|
|
3374
|
+
"license": "MIT"
|
|
3375
|
+
},
|
|
3278
3376
|
"node_modules/node-fetch": {
|
|
3279
3377
|
"version": "2.6.9",
|
|
3280
3378
|
"license": "MIT",
|
|
@@ -3723,6 +3821,30 @@
|
|
|
3723
3821
|
"lodash": "^4.17.14"
|
|
3724
3822
|
}
|
|
3725
3823
|
},
|
|
3824
|
+
"node_modules/prebuild-install": {
|
|
3825
|
+
"version": "7.1.1",
|
|
3826
|
+
"license": "MIT",
|
|
3827
|
+
"dependencies": {
|
|
3828
|
+
"detect-libc": "^2.0.0",
|
|
3829
|
+
"expand-template": "^2.0.3",
|
|
3830
|
+
"github-from-package": "0.0.0",
|
|
3831
|
+
"minimist": "^1.2.3",
|
|
3832
|
+
"mkdirp-classic": "^0.5.3",
|
|
3833
|
+
"napi-build-utils": "^1.0.1",
|
|
3834
|
+
"node-abi": "^3.3.0",
|
|
3835
|
+
"pump": "^3.0.0",
|
|
3836
|
+
"rc": "^1.2.7",
|
|
3837
|
+
"simple-get": "^4.0.0",
|
|
3838
|
+
"tar-fs": "^2.0.0",
|
|
3839
|
+
"tunnel-agent": "^0.6.0"
|
|
3840
|
+
},
|
|
3841
|
+
"bin": {
|
|
3842
|
+
"prebuild-install": "bin.js"
|
|
3843
|
+
},
|
|
3844
|
+
"engines": {
|
|
3845
|
+
"node": ">=10"
|
|
3846
|
+
}
|
|
3847
|
+
},
|
|
3726
3848
|
"node_modules/process": {
|
|
3727
3849
|
"version": "0.11.10",
|
|
3728
3850
|
"license": "MIT",
|
|
@@ -3749,6 +3871,14 @@
|
|
|
3749
3871
|
"version": "1.1.0",
|
|
3750
3872
|
"license": "MIT"
|
|
3751
3873
|
},
|
|
3874
|
+
"node_modules/pump": {
|
|
3875
|
+
"version": "3.0.0",
|
|
3876
|
+
"license": "MIT",
|
|
3877
|
+
"dependencies": {
|
|
3878
|
+
"end-of-stream": "^1.1.0",
|
|
3879
|
+
"once": "^1.3.1"
|
|
3880
|
+
}
|
|
3881
|
+
},
|
|
3752
3882
|
"node_modules/punycode": {
|
|
3753
3883
|
"version": "2.3.0",
|
|
3754
3884
|
"extraneous": true,
|
|
@@ -3790,6 +3920,30 @@
|
|
|
3790
3920
|
"node": ">= 0.8"
|
|
3791
3921
|
}
|
|
3792
3922
|
},
|
|
3923
|
+
"node_modules/rc": {
|
|
3924
|
+
"version": "1.2.8",
|
|
3925
|
+
"license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
|
|
3926
|
+
"dependencies": {
|
|
3927
|
+
"deep-extend": "^0.6.0",
|
|
3928
|
+
"ini": "~1.3.0",
|
|
3929
|
+
"minimist": "^1.2.0",
|
|
3930
|
+
"strip-json-comments": "~2.0.1"
|
|
3931
|
+
},
|
|
3932
|
+
"bin": {
|
|
3933
|
+
"rc": "cli.js"
|
|
3934
|
+
}
|
|
3935
|
+
},
|
|
3936
|
+
"node_modules/rc/node_modules/ini": {
|
|
3937
|
+
"version": "1.3.8",
|
|
3938
|
+
"license": "ISC"
|
|
3939
|
+
},
|
|
3940
|
+
"node_modules/rc/node_modules/strip-json-comments": {
|
|
3941
|
+
"version": "2.0.1",
|
|
3942
|
+
"license": "MIT",
|
|
3943
|
+
"engines": {
|
|
3944
|
+
"node": ">=0.10.0"
|
|
3945
|
+
}
|
|
3946
|
+
},
|
|
3793
3947
|
"node_modules/read-pkg": {
|
|
3794
3948
|
"version": "5.2.0",
|
|
3795
3949
|
"license": "MIT",
|
|
@@ -4077,6 +4231,54 @@
|
|
|
4077
4231
|
"node": ">=4.0"
|
|
4078
4232
|
}
|
|
4079
4233
|
},
|
|
4234
|
+
"node_modules/sharp": {
|
|
4235
|
+
"version": "0.32.1",
|
|
4236
|
+
"hasInstallScript": true,
|
|
4237
|
+
"license": "Apache-2.0",
|
|
4238
|
+
"dependencies": {
|
|
4239
|
+
"color": "^4.2.3",
|
|
4240
|
+
"detect-libc": "^2.0.1",
|
|
4241
|
+
"node-addon-api": "^6.1.0",
|
|
4242
|
+
"prebuild-install": "^7.1.1",
|
|
4243
|
+
"semver": "^7.5.0",
|
|
4244
|
+
"simple-get": "^4.0.1",
|
|
4245
|
+
"tar-fs": "^2.1.1",
|
|
4246
|
+
"tunnel-agent": "^0.6.0"
|
|
4247
|
+
},
|
|
4248
|
+
"engines": {
|
|
4249
|
+
"node": ">=14.15.0"
|
|
4250
|
+
},
|
|
4251
|
+
"funding": {
|
|
4252
|
+
"url": "https://opencollective.com/libvips"
|
|
4253
|
+
}
|
|
4254
|
+
},
|
|
4255
|
+
"node_modules/sharp/node_modules/lru-cache": {
|
|
4256
|
+
"version": "6.0.0",
|
|
4257
|
+
"license": "ISC",
|
|
4258
|
+
"dependencies": {
|
|
4259
|
+
"yallist": "^4.0.0"
|
|
4260
|
+
},
|
|
4261
|
+
"engines": {
|
|
4262
|
+
"node": ">=10"
|
|
4263
|
+
}
|
|
4264
|
+
},
|
|
4265
|
+
"node_modules/sharp/node_modules/semver": {
|
|
4266
|
+
"version": "7.5.0",
|
|
4267
|
+
"license": "ISC",
|
|
4268
|
+
"dependencies": {
|
|
4269
|
+
"lru-cache": "^6.0.0"
|
|
4270
|
+
},
|
|
4271
|
+
"bin": {
|
|
4272
|
+
"semver": "bin/semver.js"
|
|
4273
|
+
},
|
|
4274
|
+
"engines": {
|
|
4275
|
+
"node": ">=10"
|
|
4276
|
+
}
|
|
4277
|
+
},
|
|
4278
|
+
"node_modules/sharp/node_modules/yallist": {
|
|
4279
|
+
"version": "4.0.0",
|
|
4280
|
+
"license": "ISC"
|
|
4281
|
+
},
|
|
4080
4282
|
"node_modules/shebang-command": {
|
|
4081
4283
|
"version": "2.0.0",
|
|
4082
4284
|
"extraneous": true,
|
|
@@ -4104,7 +4306,7 @@
|
|
|
4104
4306
|
}
|
|
4105
4307
|
},
|
|
4106
4308
|
"node_modules/shiki": {
|
|
4107
|
-
"version": "0.14.
|
|
4309
|
+
"version": "0.14.2",
|
|
4108
4310
|
"extraneous": true,
|
|
4109
4311
|
"license": "MIT",
|
|
4110
4312
|
"dependencies": {
|
|
@@ -4130,9 +4332,49 @@
|
|
|
4130
4332
|
"version": "3.0.7",
|
|
4131
4333
|
"license": "ISC"
|
|
4132
4334
|
},
|
|
4335
|
+
"node_modules/simple-concat": {
|
|
4336
|
+
"version": "1.0.1",
|
|
4337
|
+
"funding": [
|
|
4338
|
+
{
|
|
4339
|
+
"type": "github",
|
|
4340
|
+
"url": "https://github.com/sponsors/feross"
|
|
4341
|
+
},
|
|
4342
|
+
{
|
|
4343
|
+
"type": "patreon",
|
|
4344
|
+
"url": "https://www.patreon.com/feross"
|
|
4345
|
+
},
|
|
4346
|
+
{
|
|
4347
|
+
"type": "consulting",
|
|
4348
|
+
"url": "https://feross.org/support"
|
|
4349
|
+
}
|
|
4350
|
+
],
|
|
4351
|
+
"license": "MIT"
|
|
4352
|
+
},
|
|
4353
|
+
"node_modules/simple-get": {
|
|
4354
|
+
"version": "4.0.1",
|
|
4355
|
+
"funding": [
|
|
4356
|
+
{
|
|
4357
|
+
"type": "github",
|
|
4358
|
+
"url": "https://github.com/sponsors/feross"
|
|
4359
|
+
},
|
|
4360
|
+
{
|
|
4361
|
+
"type": "patreon",
|
|
4362
|
+
"url": "https://www.patreon.com/feross"
|
|
4363
|
+
},
|
|
4364
|
+
{
|
|
4365
|
+
"type": "consulting",
|
|
4366
|
+
"url": "https://feross.org/support"
|
|
4367
|
+
}
|
|
4368
|
+
],
|
|
4369
|
+
"license": "MIT",
|
|
4370
|
+
"dependencies": {
|
|
4371
|
+
"decompress-response": "^6.0.0",
|
|
4372
|
+
"once": "^1.3.1",
|
|
4373
|
+
"simple-concat": "^1.0.0"
|
|
4374
|
+
}
|
|
4375
|
+
},
|
|
4133
4376
|
"node_modules/simple-swizzle": {
|
|
4134
4377
|
"version": "0.2.2",
|
|
4135
|
-
"extraneous": true,
|
|
4136
4378
|
"license": "MIT",
|
|
4137
4379
|
"dependencies": {
|
|
4138
4380
|
"is-arrayish": "^0.3.1"
|
|
@@ -4140,7 +4382,6 @@
|
|
|
4140
4382
|
},
|
|
4141
4383
|
"node_modules/simple-swizzle/node_modules/is-arrayish": {
|
|
4142
4384
|
"version": "0.3.2",
|
|
4143
|
-
"extraneous": true,
|
|
4144
4385
|
"license": "MIT"
|
|
4145
4386
|
},
|
|
4146
4387
|
"node_modules/source-map": {
|
|
@@ -4267,6 +4508,16 @@
|
|
|
4267
4508
|
"url": "https://github.com/sponsors/ljharb"
|
|
4268
4509
|
}
|
|
4269
4510
|
},
|
|
4511
|
+
"node_modules/tar-fs": {
|
|
4512
|
+
"version": "2.1.1",
|
|
4513
|
+
"license": "MIT",
|
|
4514
|
+
"dependencies": {
|
|
4515
|
+
"chownr": "^1.1.1",
|
|
4516
|
+
"mkdirp-classic": "^0.5.2",
|
|
4517
|
+
"pump": "^3.0.0",
|
|
4518
|
+
"tar-stream": "^2.1.4"
|
|
4519
|
+
}
|
|
4520
|
+
},
|
|
4270
4521
|
"node_modules/tar-stream": {
|
|
4271
4522
|
"version": "2.2.0",
|
|
4272
4523
|
"license": "MIT",
|
|
@@ -4417,6 +4668,16 @@
|
|
|
4417
4668
|
"extraneous": true,
|
|
4418
4669
|
"license": "0BSD"
|
|
4419
4670
|
},
|
|
4671
|
+
"node_modules/tunnel-agent": {
|
|
4672
|
+
"version": "0.6.0",
|
|
4673
|
+
"license": "Apache-2.0",
|
|
4674
|
+
"dependencies": {
|
|
4675
|
+
"safe-buffer": "^5.0.1"
|
|
4676
|
+
},
|
|
4677
|
+
"engines": {
|
|
4678
|
+
"node": "*"
|
|
4679
|
+
}
|
|
4680
|
+
},
|
|
4420
4681
|
"node_modules/type-fest": {
|
|
4421
4682
|
"version": "3.8.0",
|
|
4422
4683
|
"license": "(MIT OR CC0-1.0)",
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "2.
|
|
10
|
+
"version": "2.24.0",
|
|
11
11
|
"author": "Appium Contributors",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"repository": {
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@babel/runtime": "^7.0.0",
|
|
60
60
|
"appium-adb": "^9.11.0",
|
|
61
|
-
"appium-android-driver": "^5.
|
|
61
|
+
"appium-android-driver": "^5.12.0",
|
|
62
62
|
"appium-chromedriver": "^5.3.1",
|
|
63
63
|
"appium-uiautomator2-server": "^5.7.2",
|
|
64
64
|
"asyncbox": "^2.3.1",
|
|
@@ -114,10 +114,10 @@
|
|
|
114
114
|
"fancy-log": "^2.0.0",
|
|
115
115
|
"lint-staged": "^13.0.3",
|
|
116
116
|
"mocha": "^10.0.0",
|
|
117
|
-
"pngjs": "^7.0.0",
|
|
118
117
|
"pre-commit": "^1.2.2",
|
|
119
118
|
"rimraf": "^5.0.0",
|
|
120
119
|
"semantic-release": "^20.0.2",
|
|
120
|
+
"sharp": "^0.x",
|
|
121
121
|
"sinon": "^15.0.0",
|
|
122
122
|
"unzipper": "^0.x",
|
|
123
123
|
"webdriverio": "^8.0.5",
|