appium 2.11.5 → 2.12.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.
Files changed (2) hide show
  1. package/README.md +1 -6
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -194,11 +194,6 @@ rely on. [Become a sponsor](https://opencollective.com/appium) via our OpenColle
194
194
  Appium is incredibly grateful to our Development and Strategic Partners for their sustained
195
195
  contribution of project development and leadership!
196
196
 
197
- <p align="center">
198
- <a href="https://www.headspin.io/solutions/appium-mobile-test-automation"><img src="packages/appium/docs/overrides/assets/images/sponsor-logo-headspin.png"
199
- width="275" alt="HeadSpin" /></a>
200
- </p>
201
-
202
197
  <p align="center">
203
198
  <a href="https://www.browserstack.com/browserstack-appium?utm_campaigncode=701OW00000AoUTQYA3&utm_medium=partnered&utm_source=appium">
204
199
  <picture>
@@ -216,7 +211,7 @@ width="300" alt="Sauce Labs" /></a>
216
211
 
217
212
  ### Other Sponsors
218
213
 
219
- A full list of sponsors is available at our [Sponsors page](SPONSORS.md).
214
+ A full list of sponsors is available at our [Sponsors page](https://appium.io/docs/en/latest/sponsors/).
220
215
 
221
216
  ## License
222
217
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium",
3
- "version": "2.11.5",
3
+ "version": "2.12.0",
4
4
  "description": "Automation for Apps.",
5
5
  "keywords": [
6
6
  "automation",
@@ -60,13 +60,13 @@
60
60
  "test:unit": "mocha \"./test/unit/**/*.spec.js\""
61
61
  },
62
62
  "dependencies": {
63
- "@appium/base-driver": "^9.11.5",
64
- "@appium/base-plugin": "^2.2.45",
65
- "@appium/docutils": "^1.0.21",
63
+ "@appium/base-driver": "^9.12.0",
64
+ "@appium/base-plugin": "^2.2.46",
65
+ "@appium/docutils": "^1.0.22",
66
66
  "@appium/logger": "^1.6.1",
67
- "@appium/schema": "^0.6.1",
68
- "@appium/support": "^5.1.4",
69
- "@appium/types": "^0.21.3",
67
+ "@appium/schema": "^0.7.0",
68
+ "@appium/support": "^5.1.5",
69
+ "@appium/types": "^0.22.0",
70
70
  "@sidvind/better-ajv-errors": "3.0.1",
71
71
  "@types/argparse": "2.0.16",
72
72
  "@types/bluebird": "3.5.42",
@@ -91,10 +91,10 @@
91
91
  "source-map-support": "0.5.21",
92
92
  "teen_process": "2.2.0",
93
93
  "type-fest": "4.26.1",
94
- "winston": "3.14.2",
94
+ "winston": "3.15.0",
95
95
  "wrap-ansi": "7.0.0",
96
96
  "ws": "8.18.0",
97
- "yaml": "2.5.1"
97
+ "yaml": "2.6.0"
98
98
  },
99
99
  "engines": {
100
100
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
@@ -103,5 +103,5 @@
103
103
  "publishConfig": {
104
104
  "access": "public"
105
105
  },
106
- "gitHead": "122a1863de615ad70130d5ca9bce83b7a03d4d45"
106
+ "gitHead": "e3f7bd07f773c42d06b43a69f15e0c8fed0e10aa"
107
107
  }