appium-espresso-driver 2.37.2 → 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,17 @@
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
+
8
+ ## [2.37.3](https://github.com/appium/appium-espresso-driver/compare/v2.37.2...v2.37.3) (2024-04-09)
9
+
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * Remove extra imports ([7390b9f](https://github.com/appium/appium-espresso-driver/commit/7390b9fbfff6973b2aff49f5881a7ae32f3623e1))
14
+
1
15
  ## [2.37.2](https://github.com/appium/appium-espresso-driver/compare/v2.37.1...v2.37.2) (2024-04-09)
2
16
 
3
17
 
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.2",
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.2",
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",
@@ -35,8 +35,6 @@
35
35
  "@types/sinon": "^17.0.0",
36
36
  "@types/sinon-chai": "^3.2.9",
37
37
  "@types/teen_process": "^2.0.2",
38
- "@typescript-eslint/eslint-plugin": "^7.0.0",
39
- "@typescript-eslint/parser": "^7.0.0",
40
38
  "@xmldom/xmldom": "^0.x",
41
39
  "android-apidemos": "^4.1.1",
42
40
  "appium-chromedriver": "^5.1.4",
@@ -613,9 +611,9 @@
613
611
  }
614
612
  },
615
613
  "node_modules/@types/node": {
616
- "version": "20.12.6",
617
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.6.tgz",
618
- "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==",
619
617
  "dependencies": {
620
618
  "undici-types": "~5.26.4"
621
619
  }
@@ -800,9 +798,9 @@
800
798
  }
801
799
  },
802
800
  "node_modules/appium-android-driver": {
803
- "version": "9.1.0",
804
- "resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.1.0.tgz",
805
- "integrity": "sha512-RvS43pR/1oRaOXiZGxNaBaZZ0d8lpDUwK7/o4mkiPHoQpvjggXBo5/2O/ZwiC8uU4iyd97cHY8AdwcRm+GcygQ==",
801
+ "version": "9.1.1",
802
+ "resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.1.1.tgz",
803
+ "integrity": "sha512-Z76tqn6yOnqTXf8LoMR2ubC/8a1hC78gVhLUq1/Lwz6Ws5dXz/j4ORBpAuQ9tIaPoPCob0mnv3YpxQu4EavkNw==",
806
804
  "dependencies": {
807
805
  "@appium/support": "^4.2.0",
808
806
  "@colors/colors": "^1.6.0",
@@ -2138,9 +2136,9 @@
2138
2136
  }
2139
2137
  },
2140
2138
  "node_modules/io.appium.settings": {
2141
- "version": "5.7.7",
2142
- "resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-5.7.7.tgz",
2143
- "integrity": "sha512-LVVcSFN5TIv/JhAs0jZMvAELAdQeejo/cDETU9apkYAVMqyLd+pXis/Jy3SBdupu9Gvf8e93geCT0+ntV/R/fQ==",
2139
+ "version": "5.7.9",
2140
+ "resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-5.7.9.tgz",
2141
+ "integrity": "sha512-l49zL1oj5knyvCVj/+PVmdoKaUDg2Vzd9o+BxV75qZXQx+O5z0OHiY0540VCXEbSyje+4nwfG4LqQSZ1D3WtEA==",
2144
2142
  "dependencies": {
2145
2143
  "asyncbox": "^3.0.0",
2146
2144
  "bluebird": "^3.5.1",
@@ -3732,9 +3730,9 @@
3732
3730
  }
3733
3731
  },
3734
3732
  "node_modules/typescript": {
3735
- "version": "5.4.4",
3736
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz",
3737
- "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==",
3738
3736
  "bin": {
3739
3737
  "tsc": "bin/tsc",
3740
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.2",
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",
@@ -120,8 +120,6 @@
120
120
  "@types/sinon": "^17.0.0",
121
121
  "@types/sinon-chai": "^3.2.9",
122
122
  "@types/teen_process": "^2.0.2",
123
- "@typescript-eslint/eslint-plugin": "^7.0.0",
124
- "@typescript-eslint/parser": "^7.0.0",
125
123
  "@xmldom/xmldom": "^0.x",
126
124
  "android-apidemos": "^4.1.1",
127
125
  "appium-chromedriver": "^5.1.4",