appium-espresso-driver 2.13.3 → 2.13.5

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 ADDED
@@ -0,0 +1,27 @@
1
+ ## [2.13.5](https://github.com/appium/appium-espresso-driver/compare/v2.13.4...v2.13.5) (2022-11-06)
2
+
3
+ ## [2.13.4](https://github.com/appium/appium-espresso-driver/compare/v2.13.3...v2.13.4) (2022-11-06)
4
+
5
+ ## [1.0.0-beta.3](https://github.com/appium/appium-espresso-driver/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2017-06-16)
6
+
7
+ ### Changes
8
+ * Fix: Throws exception if element is stale (#56)
9
+ * Feature: Add text attribute to source xml (#52)
10
+ * Feature: Implemented the /element/:elementId/text endpoint (#53)
11
+ * Feature: Can match list of XPaths instead of just one (#54)
12
+ * Feature: Added handler for /elements endpoint (#55)
13
+
14
+
15
+ ## [1.0.0-beta.2](https://github.com/appium/appium-espresso-driver/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2017-06-09)
16
+
17
+ ### Changes
18
+ * Fix: Sanitize XML inputs. Bad characters and tag names were breaking the XML (#50)
19
+
20
+ ## [1.0.0-beta.1](https://github.com/appium/appium-espresso-driver/compare/7a309d3...v1.0.0-beta.1) (2017-06-08)
21
+
22
+ ### Changes
23
+ * Feature: Implemented NanoHTTPD Java server that runs inside of Android and follows the MJSONWP standard
24
+ * Feature: Implemented NodeJS driver that launches the Java server and proxies requests to that server
25
+ * Feature: Can locate elements with the selector strategies xpath, class, id, text, accessibility id
26
+ * Feature: Created /session, /status, /source, /screenshot, /back endpoints
27
+ * Feature: Added handling for every MJSONWP endpoint, return NotYetImplemented for unimplemented handlers
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-espresso-driver",
3
- "version": "2.13.3",
3
+ "version": "2.13.5",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-espresso-driver",
9
- "version": "2.13.3",
9
+ "version": "2.13.5",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@babel/runtime": "^7.4.3",
@@ -28,6 +28,7 @@
28
28
  "@babel/plugin-transform-runtime": "^7.18.10",
29
29
  "@babel/preset-env": "^7.18.10",
30
30
  "@babel/register": "^7.18.9",
31
+ "@semantic-release/changelog": "^6.0.1",
31
32
  "@semantic-release/git": "^10.0.1",
32
33
  "@xmldom/xmldom": "^0.x",
33
34
  "android-apidemos": "^4.1.1",
@@ -92,6 +93,11 @@
92
93
  "npm": ">=8"
93
94
  }
94
95
  },
96
+ "node_modules/@appium/base-driver/node_modules/async-lock": {
97
+ "version": "1.3.2",
98
+ "extraneous": true,
99
+ "license": "MIT"
100
+ },
95
101
  "node_modules/@appium/base-plugin": {
96
102
  "version": "1.10.5",
97
103
  "extraneous": true,
@@ -304,7 +310,7 @@
304
310
  }
305
311
  },
306
312
  "node_modules/@babel/parser": {
307
- "version": "7.20.0",
313
+ "version": "7.20.2",
308
314
  "extraneous": true,
309
315
  "license": "MIT",
310
316
  "bin": {
@@ -315,7 +321,7 @@
315
321
  }
316
322
  },
317
323
  "node_modules/@babel/runtime": {
318
- "version": "7.20.0",
324
+ "version": "7.20.1",
319
325
  "license": "MIT",
320
326
  "dependencies": {
321
327
  "regenerator-runtime": "^0.13.10"
@@ -1000,7 +1006,7 @@
1000
1006
  }
1001
1007
  },
1002
1008
  "node_modules/@types/node": {
1003
- "version": "18.11.7",
1009
+ "version": "18.11.9",
1004
1010
  "license": "MIT"
1005
1011
  },
1006
1012
  "node_modules/@types/normalize-package-data": {
@@ -1116,7 +1122,7 @@
1116
1122
  }
1117
1123
  },
1118
1124
  "node_modules/@xmldom/xmldom": {
1119
- "version": "0.8.3",
1125
+ "version": "0.8.6",
1120
1126
  "license": "MIT",
1121
1127
  "engines": {
1122
1128
  "node": ">=10.0.0"
@@ -1206,7 +1212,7 @@
1206
1212
  "license": "MIT"
1207
1213
  },
1208
1214
  "node_modules/appium-adb": {
1209
- "version": "9.10.14",
1215
+ "version": "9.10.16",
1210
1216
  "license": "Apache-2.0",
1211
1217
  "dependencies": {
1212
1218
  "@appium/support": "^2.60.0",
@@ -1252,7 +1258,7 @@
1252
1258
  }
1253
1259
  },
1254
1260
  "node_modules/appium-android-driver": {
1255
- "version": "5.7.0",
1261
+ "version": "5.7.1",
1256
1262
  "license": "Apache-2.0",
1257
1263
  "dependencies": {
1258
1264
  "@babel/runtime": "^7.0.0",
@@ -1316,7 +1322,7 @@
1316
1322
  }
1317
1323
  },
1318
1324
  "node_modules/appium-chromedriver": {
1319
- "version": "5.2.5",
1325
+ "version": "5.2.6",
1320
1326
  "hasInstallScript": true,
1321
1327
  "license": "Apache-2.0",
1322
1328
  "dependencies": {
@@ -1466,7 +1472,7 @@
1466
1472
  "license": "MIT"
1467
1473
  },
1468
1474
  "node_modules/async-lock": {
1469
- "version": "1.3.2",
1475
+ "version": "1.4.0",
1470
1476
  "license": "MIT"
1471
1477
  },
1472
1478
  "node_modules/asyncbox": {
@@ -2755,7 +2761,7 @@
2755
2761
  }
2756
2762
  },
2757
2763
  "node_modules/io.appium.settings": {
2758
- "version": "4.2.2",
2764
+ "version": "4.2.3",
2759
2765
  "license": "Apache-2.0",
2760
2766
  "engines": {
2761
2767
  "node": ">=14",
@@ -3356,7 +3362,7 @@
3356
3362
  }
3357
3363
  },
3358
3364
  "node_modules/marked": {
3359
- "version": "4.1.1",
3365
+ "version": "4.2.2",
3360
3366
  "extraneous": true,
3361
3367
  "license": "MIT",
3362
3368
  "bin": {
@@ -5227,6 +5233,12 @@
5227
5233
  "source-map-support": "0.5.21",
5228
5234
  "type-fest": "3.1.0",
5229
5235
  "validate.js": "0.13.1"
5236
+ },
5237
+ "dependencies": {
5238
+ "async-lock": {
5239
+ "version": "1.3.2",
5240
+ "extraneous": true
5241
+ }
5230
5242
  }
5231
5243
  },
5232
5244
  "@appium/base-plugin": {
@@ -5383,11 +5395,11 @@
5383
5395
  }
5384
5396
  },
5385
5397
  "@babel/parser": {
5386
- "version": "7.20.0",
5398
+ "version": "7.20.2",
5387
5399
  "extraneous": true
5388
5400
  },
5389
5401
  "@babel/runtime": {
5390
- "version": "7.20.0",
5402
+ "version": "7.20.1",
5391
5403
  "requires": {
5392
5404
  "regenerator-runtime": "^0.13.10"
5393
5405
  }
@@ -5863,7 +5875,7 @@
5863
5875
  }
5864
5876
  },
5865
5877
  "@types/node": {
5866
- "version": "18.11.7"
5878
+ "version": "18.11.9"
5867
5879
  },
5868
5880
  "@types/normalize-package-data": {
5869
5881
  "version": "2.4.1"
@@ -5949,7 +5961,7 @@
5949
5961
  }
5950
5962
  },
5951
5963
  "@xmldom/xmldom": {
5952
- "version": "0.8.3"
5964
+ "version": "0.8.6"
5953
5965
  },
5954
5966
  "accepts": {
5955
5967
  "version": "1.3.8",
@@ -6005,7 +6017,7 @@
6005
6017
  "version": "1.1.0"
6006
6018
  },
6007
6019
  "appium-adb": {
6008
- "version": "9.10.14",
6020
+ "version": "9.10.16",
6009
6021
  "requires": {
6010
6022
  "@appium/support": "^2.60.0",
6011
6023
  "@babel/runtime": "^7.0.0",
@@ -6039,7 +6051,7 @@
6039
6051
  }
6040
6052
  },
6041
6053
  "appium-android-driver": {
6042
- "version": "5.7.0",
6054
+ "version": "5.7.1",
6043
6055
  "requires": {
6044
6056
  "@babel/runtime": "^7.0.0",
6045
6057
  "appium-adb": "^9.10.9",
@@ -6087,7 +6099,7 @@
6087
6099
  }
6088
6100
  },
6089
6101
  "appium-chromedriver": {
6090
- "version": "5.2.5",
6102
+ "version": "5.2.6",
6091
6103
  "requires": {
6092
6104
  "@babel/runtime": "^7.0.0",
6093
6105
  "@xmldom/xmldom": "^0.x",
@@ -6200,7 +6212,7 @@
6200
6212
  "version": "3.2.4"
6201
6213
  },
6202
6214
  "async-lock": {
6203
- "version": "1.3.2"
6215
+ "version": "1.4.0"
6204
6216
  },
6205
6217
  "asyncbox": {
6206
6218
  "version": "2.9.2",
@@ -7035,7 +7047,7 @@
7035
7047
  }
7036
7048
  },
7037
7049
  "io.appium.settings": {
7038
- "version": "4.2.2"
7050
+ "version": "4.2.3"
7039
7051
  },
7040
7052
  "ipaddr.js": {
7041
7053
  "version": "1.9.1",
@@ -7425,7 +7437,7 @@
7425
7437
  "requires": {}
7426
7438
  },
7427
7439
  "marked": {
7428
- "version": "4.1.1",
7440
+ "version": "4.2.2",
7429
7441
  "extraneous": true
7430
7442
  },
7431
7443
  "mdurl": {
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "automated testing",
8
8
  "android"
9
9
  ],
10
- "version": "2.13.3",
10
+ "version": "2.13.5",
11
11
  "author": "Appium Contributors",
12
12
  "license": "Apache-2.0",
13
13
  "repository": {
@@ -57,7 +57,8 @@
57
57
  "espresso-server/build.gradle.kts",
58
58
  "espresso-server/settings.gradle.kts",
59
59
  "espresso-server/lint.xml",
60
- "!.DS_Store"
60
+ "!.DS_Store",
61
+ "CHANGELOG.md"
61
62
  ],
62
63
  "dependencies": {
63
64
  "@babel/runtime": "^7.4.3",
@@ -102,6 +103,7 @@
102
103
  "@babel/plugin-transform-runtime": "^7.18.10",
103
104
  "@babel/preset-env": "^7.18.10",
104
105
  "@babel/register": "^7.18.9",
106
+ "@semantic-release/changelog": "^6.0.1",
105
107
  "@semantic-release/git": "^10.0.1",
106
108
  "@xmldom/xmldom": "^0.x",
107
109
  "babel-plugin-source-map-support": "^2.2.0",