appium-uiautomator2-driver 2.25.3 → 2.26.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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## [2.26.0](https://github.com/appium/appium-uiautomator2-driver/compare/v2.25.3...v2.26.0) (2023-06-11)
2
+
3
+
4
+ ### Features
5
+
6
+ * Add extensions for scheduled actions ([#616](https://github.com/appium/appium-uiautomator2-driver/issues/616)) ([3e1c24d](https://github.com/appium/appium-uiautomator2-driver/commit/3e1c24da84d7bc2084b32addad305575c252f43b))
7
+
1
8
  ## [2.25.3](https://github.com/appium/appium-uiautomator2-driver/compare/v2.25.2...v2.25.3) (2023-06-08)
2
9
 
3
10
 
package/README.md CHANGED
@@ -1355,6 +1355,11 @@ component | string | no | The name of the tile component. It is only required fo
1355
1355
 
1356
1356
  The actual downstream command output. It depends on the selected command and might be empty.
1357
1357
 
1358
+ ### mobile: scheduleAction
1359
+ ### mobile: unscheduleAction
1360
+ ### mobile: getActionHistory
1361
+
1362
+ These extensions allow to deal with short-living UI elements. Read [the documentation on Scheduled Actions](docs/scheduled-actions.md) for more details and code examples.
1358
1363
 
1359
1364
  ## Applications Management
1360
1365
 
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "appium-uiautomator2-driver",
3
- "version": "2.25.3",
3
+ "version": "2.26.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-uiautomator2-driver",
9
- "version": "2.25.3",
9
+ "version": "2.26.0",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@babel/runtime": "^7.0.0",
13
13
  "appium-adb": "^9.11.5",
14
14
  "appium-android-driver": "^5.13.0",
15
15
  "appium-chromedriver": "^5.3.1",
16
- "appium-uiautomator2-server": "^5.10.0",
16
+ "appium-uiautomator2-server": "^5.11.1",
17
17
  "asyncbox": "^2.3.1",
18
18
  "axios": "^1.x",
19
19
  "bluebird": "^3.5.1",
@@ -341,27 +341,27 @@
341
341
  }
342
342
  },
343
343
  "node_modules/@babel/code-frame": {
344
- "version": "7.21.4",
344
+ "version": "7.22.5",
345
345
  "license": "MIT",
346
346
  "dependencies": {
347
- "@babel/highlight": "^7.18.6"
347
+ "@babel/highlight": "^7.22.5"
348
348
  },
349
349
  "engines": {
350
350
  "node": ">=6.9.0"
351
351
  }
352
352
  },
353
353
  "node_modules/@babel/helper-validator-identifier": {
354
- "version": "7.19.1",
354
+ "version": "7.22.5",
355
355
  "license": "MIT",
356
356
  "engines": {
357
357
  "node": ">=6.9.0"
358
358
  }
359
359
  },
360
360
  "node_modules/@babel/highlight": {
361
- "version": "7.18.6",
361
+ "version": "7.22.5",
362
362
  "license": "MIT",
363
363
  "dependencies": {
364
- "@babel/helper-validator-identifier": "^7.18.6",
364
+ "@babel/helper-validator-identifier": "^7.22.5",
365
365
  "chalk": "^2.0.0",
366
366
  "js-tokens": "^4.0.0"
367
367
  },
@@ -370,7 +370,7 @@
370
370
  }
371
371
  },
372
372
  "node_modules/@babel/runtime": {
373
- "version": "7.22.3",
373
+ "version": "7.22.5",
374
374
  "license": "MIT",
375
375
  "dependencies": {
376
376
  "regenerator-runtime": "^0.13.11"
@@ -620,7 +620,7 @@
620
620
  }
621
621
  },
622
622
  "node_modules/@types/node": {
623
- "version": "20.2.5",
623
+ "version": "20.3.0",
624
624
  "license": "MIT"
625
625
  },
626
626
  "node_modules/@types/normalize-package-data": {
@@ -2812,7 +2812,7 @@
2812
2812
  "license": "MIT"
2813
2813
  },
2814
2814
  "node_modules/node-abi": {
2815
- "version": "3.44.0",
2815
+ "version": "3.45.0",
2816
2816
  "license": "MIT",
2817
2817
  "dependencies": {
2818
2818
  "semver": "^7.3.5"
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "automated testing",
8
8
  "android"
9
9
  ],
10
- "version": "2.25.3",
10
+ "version": "2.26.0",
11
11
  "author": "Appium Contributors",
12
12
  "license": "Apache-2.0",
13
13
  "repository": {
@@ -60,7 +60,7 @@
60
60
  "appium-adb": "^9.11.5",
61
61
  "appium-android-driver": "^5.13.0",
62
62
  "appium-chromedriver": "^5.3.1",
63
- "appium-uiautomator2-server": "^5.10.0",
63
+ "appium-uiautomator2-server": "^5.11.1",
64
64
  "asyncbox": "^2.3.1",
65
65
  "axios": "^1.x",
66
66
  "bluebird": "^3.5.1",