appium-espresso-driver 2.13.7 → 2.13.8

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.13.8](https://github.com/appium/appium-espresso-driver/compare/v2.13.7...v2.13.8) (2022-12-03)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * **deps-dev:** bump webdriverio from 7.27.0 to 8.0.2 ([#838](https://github.com/appium/appium-espresso-driver/issues/838)) ([2b22c11](https://github.com/appium/appium-espresso-driver/commit/2b22c11a302b74fa931065d59d894dd42ff82f6f))
7
+
1
8
  ## [2.13.7](https://github.com/appium/appium-espresso-driver/compare/v2.13.6...v2.13.7) (2022-12-01)
2
9
 
3
10
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-espresso-driver",
3
- "version": "2.13.7",
3
+ "version": "2.13.8",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-espresso-driver",
9
- "version": "2.13.7",
9
+ "version": "2.13.8",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@babel/runtime": "^7.4.3",
@@ -49,7 +49,7 @@
49
49
  "rimraf": "^3.0.2",
50
50
  "semantic-release": "^19.0.2",
51
51
  "sinon": "^15.0.0",
52
- "webdriverio": "^7.0.0",
52
+ "webdriverio": "^8.0.2",
53
53
  "xpath": "^0.x"
54
54
  },
55
55
  "engines": {
@@ -1219,7 +1219,7 @@
1219
1219
  "license": "MIT"
1220
1220
  },
1221
1221
  "node_modules/appium-adb": {
1222
- "version": "9.10.17",
1222
+ "version": "9.10.18",
1223
1223
  "license": "Apache-2.0",
1224
1224
  "dependencies": {
1225
1225
  "@appium/support": "^2.60.0",
@@ -1265,7 +1265,7 @@
1265
1265
  }
1266
1266
  },
1267
1267
  "node_modules/appium-android-driver": {
1268
- "version": "5.8.0",
1268
+ "version": "5.8.1",
1269
1269
  "license": "Apache-2.0",
1270
1270
  "dependencies": {
1271
1271
  "@babel/runtime": "^7.0.0",
@@ -2735,7 +2735,7 @@
2735
2735
  }
2736
2736
  },
2737
2737
  "node_modules/io.appium.settings": {
2738
- "version": "4.2.3",
2738
+ "version": "4.2.4",
2739
2739
  "license": "Apache-2.0",
2740
2740
  "engines": {
2741
2741
  "node": ">=14",
@@ -5956,7 +5956,7 @@
5956
5956
  "version": "1.1.0"
5957
5957
  },
5958
5958
  "appium-adb": {
5959
- "version": "9.10.17",
5959
+ "version": "9.10.18",
5960
5960
  "requires": {
5961
5961
  "@appium/support": "^2.60.0",
5962
5962
  "@babel/runtime": "^7.0.0",
@@ -5990,7 +5990,7 @@
5990
5990
  }
5991
5991
  },
5992
5992
  "appium-android-driver": {
5993
- "version": "5.8.0",
5993
+ "version": "5.8.1",
5994
5994
  "requires": {
5995
5995
  "@babel/runtime": "^7.0.0",
5996
5996
  "appium-adb": "^9.10.9",
@@ -6956,7 +6956,7 @@
6956
6956
  }
6957
6957
  },
6958
6958
  "io.appium.settings": {
6959
- "version": "4.2.3"
6959
+ "version": "4.2.4"
6960
6960
  },
6961
6961
  "ipaddr.js": {
6962
6962
  "version": "1.9.1"
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "automated testing",
8
8
  "android"
9
9
  ],
10
- "version": "2.13.7",
10
+ "version": "2.13.8",
11
11
  "author": "Appium Contributors",
12
12
  "license": "Apache-2.0",
13
13
  "repository": {
@@ -124,7 +124,7 @@
124
124
  "rimraf": "^3.0.2",
125
125
  "semantic-release": "^19.0.2",
126
126
  "sinon": "^15.0.0",
127
- "webdriverio": "^7.0.0",
127
+ "webdriverio": "^8.0.2",
128
128
  "xpath": "^0.x"
129
129
  }
130
130
  }