appium-espresso-driver 2.37.3 → 2.38.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.38.0](https://github.com/appium/appium-espresso-driver/compare/v2.37.3...v2.38.0) (2024-04-10)
2
+
3
+
4
+ ### Features
5
+
6
+ * Add the support of `timeZone` capability ([#994](https://github.com/appium/appium-espresso-driver/issues/994)) ([834fffe](https://github.com/appium/appium-espresso-driver/commit/834fffe6dac944a6955f0f5607c49c569a7363d2))
7
+
1
8
  ## [2.37.3](https://github.com/appium/appium-espresso-driver/compare/v2.37.2...v2.37.3) (2024-04-09)
2
9
 
3
10
 
package/README.md CHANGED
@@ -189,6 +189,7 @@ Capability Name | Description
189
189
  --- | ---
190
190
  appium:disableSuppressAccessibilityService | Being set to `true` tells the instrumentation process to not suppress accessibility services during the automated test. This might be useful if your automated test needs these services. `false` by default
191
191
  appium:disableWindowAnimation | To avoid flakiness google [recommends](https://developer.android.com/training/testing/espresso/setup#set-up-environment) to disable the window animation of the Android device under test when running espresso test. `true` by default
192
+ appium:timeZone | Overrides the current device's time zone since the driver version 2.38.0. This change is preserved until the next override. The time zone identifier must be a valid name from the list of [available time zone identifiers](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones), for example `Europe/Kyiv`
192
193
 
193
194
 
194
195
  ## Settings API
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "appium-espresso-driver",
3
- "version": "2.37.3",
3
+ "version": "2.38.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-espresso-driver",
9
- "version": "2.37.3",
9
+ "version": "2.38.0",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "appium-adb": "^12.0.0",
13
- "appium-android-driver": "^9.0.3",
13
+ "appium-android-driver": "^9.1.0",
14
14
  "asyncbox": "^3.0.0",
15
15
  "bluebird": "^3.5.0",
16
16
  "io.appium.settings": "^5.7.2",
@@ -611,9 +611,9 @@
611
611
  }
612
612
  },
613
613
  "node_modules/@types/node": {
614
- "version": "20.12.6",
615
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.6.tgz",
616
- "integrity": "sha512-3KurE8taB8GCvZBPngVbp0lk5CKi8M9f9k1rsADh0Evdz5SzJ+Q+Hx9uHoFGsLnLnd1xmkDQr2hVhlA0Mn0lKQ==",
614
+ "version": "20.12.7",
615
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz",
616
+ "integrity": "sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==",
617
617
  "dependencies": {
618
618
  "undici-types": "~5.26.4"
619
619
  }
@@ -3730,9 +3730,9 @@
3730
3730
  }
3731
3731
  },
3732
3732
  "node_modules/typescript": {
3733
- "version": "5.4.4",
3734
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz",
3735
- "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==",
3733
+ "version": "5.4.5",
3734
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
3735
+ "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
3736
3736
  "bin": {
3737
3737
  "tsc": "bin/tsc",
3738
3738
  "tsserver": "bin/tsserver"
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "automated testing",
8
8
  "android"
9
9
  ],
10
- "version": "2.37.3",
10
+ "version": "2.38.0",
11
11
  "author": "Appium Contributors",
12
12
  "license": "Apache-2.0",
13
13
  "repository": {
@@ -73,7 +73,7 @@
73
73
  ],
74
74
  "dependencies": {
75
75
  "appium-adb": "^12.0.0",
76
- "appium-android-driver": "^9.0.3",
76
+ "appium-android-driver": "^9.1.0",
77
77
  "asyncbox": "^3.0.0",
78
78
  "bluebird": "^3.5.0",
79
79
  "io.appium.settings": "^5.7.2",