@appium/fake-plugin 3.1.29 → 3.1.31

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 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
- # Appium Fake Plugin
1
+ # @appium/fake-plugin
2
2
 
3
- This is a "fake" Appium 2.0 plugin used for testing and examples. There's no point in documenting its functionality since it's not meant to be used. If you're here at all, it's probably because you want to peek at the source code to see how a plugin is designed. So go ahead and do that!
3
+ > Fake Appium plugin for internal testing
4
+
5
+ ## License
6
+
7
+ Apache-2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appium/fake-plugin",
3
- "version": "3.1.29",
3
+ "version": "3.1.31",
4
4
  "description": "A fake Appium 2.0 plugin",
5
5
  "keywords": [
6
6
  "automation",
@@ -39,8 +39,8 @@
39
39
  "test:unit": "mocha \"./test/unit/**/*.spec.js\""
40
40
  },
41
41
  "dependencies": {
42
- "@appium/base-plugin": "^2.2.25",
43
- "@appium/support": "^4.1.11",
42
+ "@appium/base-plugin": "^2.2.27",
43
+ "@appium/support": "^4.2.1",
44
44
  "@types/bluebird": "3.5.42",
45
45
  "bluebird": "3.7.2",
46
46
  "lodash": "4.17.21",
@@ -64,7 +64,7 @@
64
64
  "publishConfig": {
65
65
  "access": "public"
66
66
  },
67
- "gitHead": "5c1d20517cfc8773cd5ffb0f8bb996668d71116b",
67
+ "gitHead": "9cc598a92c2f0d2dfbf40d54698f0ee39b50e4dc",
68
68
  "tags": [
69
69
  "appium"
70
70
  ]