appium 3.0.0 → 3.0.1

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 +6 -12
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,5 +1,3 @@
1
- [![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://vshymanskyy.github.io/StandWithUkraine/)
2
-
3
1
  <p align="center">
4
2
  <a href="https://appium.io/">
5
3
  <img alt="Appium" src="https://raw.githubusercontent.com/appium/appium/master/packages/appium/docs/overrides/assets/images/appium-logo-horiz.png" width="500">
@@ -15,6 +13,7 @@
15
13
  [![Monthly Downloads](https://img.shields.io/npm/dm/appium.svg)](https://npmjs.org/package/appium)
16
14
  [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fappium%2Fappium.svg?type=shield)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fappium%2Fappium?ref=badge_shield)
17
15
  [![StandWithUkraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://github.com/vshymanskyy/StandWithUkraine/)
16
+ [![CeasefireInGaza](https://img.shields.io/badge/Ceasefire_Now-%F0%9F%87%B5%F0%9F%87%B8-red?style=flat)](https://www.unrwa.org/)
18
17
 
19
18
  </div>
20
19
 
@@ -39,18 +38,13 @@ programming languages, which means there is an entire ecosystem of related softw
39
38
  * [__Clients__](#clients) allow writing Appium tests in your programming language of choice
40
39
  * [__Plugins__](#plugins) allow to further extend Appium functionality
41
40
 
42
- ## Migrating From Appium 1 to Appium 2
43
-
44
- As of January 1st, 2022, the Appium team no longer maintains or supports Appium 1. All officially
45
- supported platform drivers are only compatible with Appium 2.
41
+ ## Upgrading From Older Versions
46
42
 
47
- __[Please read the Migration Guide](https://appium.io/docs/en/latest/guides/migrating-1-to-2/) if you
48
- are still using Appium 1.__
43
+ The Appium team only provides support for the most recent version of Appium. If you wish to upgrade from
44
+ an older major Appium version, please refer to the migration guides:
49
45
 
50
- > [!WARNING]
51
- > If you use Appium Desktop or Appium Server GUI, you will not be able to upgrade to Appium 2, as
52
- both of these tools have been deprecated. Please use [Appium Inspector](https://github.com/appium/appium-inspector)
53
- in combination with a standalone Appium 2 server.
46
+ * [Appium v2 to v3](https://appium.io/docs/en/latest/guides/migrating-2-to-3/)
47
+ * [Appium v1 to v2](https://appium.io/docs/en/latest/guides/migrating-1-to-2/)
54
48
 
55
49
  ## Installation
56
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Automation for Apps.",
5
5
  "keywords": [
6
6
  "automation",
@@ -61,8 +61,8 @@
61
61
  },
62
62
  "dependencies": {
63
63
  "@appium/base-driver": "^10.0.0",
64
- "@appium/base-plugin": "^3.0.0",
65
- "@appium/docutils": "^2.0.0",
64
+ "@appium/base-plugin": "^3.0.1",
65
+ "@appium/docutils": "^2.0.1",
66
66
  "@appium/logger": "^2.0.0",
67
67
  "@appium/schema": "^1.0.0",
68
68
  "@appium/support": "^7.0.0",
@@ -97,5 +97,5 @@
97
97
  "publishConfig": {
98
98
  "access": "public"
99
99
  },
100
- "gitHead": "284da50353921343fa5a7f82574e64ce0c146db7"
100
+ "gitHead": "171c6e6fa3f26832ecbb16f8d58f78e9a972abb9"
101
101
  }