appium-xcode 3.10.0 → 3.11.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 +0 -2
  2. package/package.json +4 -8
package/README.md CHANGED
@@ -6,8 +6,6 @@ appium-xcode
6
6
  [![devDependency Status](https://david-dm.org/appium/appium-xcode/dev-status.svg)](https://david-dm.org/appium/appium-xcode#info=devDependencies)
7
7
 
8
8
  [![Build Status](https://travis-ci.org/appium/appium-xcode.svg?branch=master)](https://travis-ci.org/appium/appium-xcode)
9
- [![Coverage Status](https://coveralls.io/repos/appium/appium-xcode/badge.svg)](https://coveralls.io/r/appium/appium-xcode)
10
- [![Greenkeeper badge](https://badges.greenkeeper.io/appium/appium-xcode.svg)](https://greenkeeper.io/)
11
9
 
12
10
  ES7 module for interacting with Xcode and Xcode-related functions.
13
11
  Used by [Appium](github.com/appium/appium)
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "ios",
7
7
  "xcode"
8
8
  ],
9
- "version": "3.10.0",
9
+ "version": "3.11.0",
10
10
  "author": "appium",
11
11
  "license": "Apache-2.0",
12
12
  "repository": {
@@ -50,7 +50,7 @@
50
50
  "e2e-test": "gulp e2e-test",
51
51
  "coverage": "gulp coveralls",
52
52
  "precommit-msg": "echo 'Pre-commit checks...' && exit 0",
53
- "lint": "gulp eslint",
53
+ "lint": "gulp lint",
54
54
  "lint:fix": "gulp eslint --fix"
55
55
  },
56
56
  "pre-commit": [
@@ -58,16 +58,12 @@
58
58
  "test"
59
59
  ],
60
60
  "devDependencies": {
61
- "ajv": "^6.5.3",
62
- "appium-gulp-plugins": "^5.0.0",
61
+ "appium-gulp-plugins": "^5.4.0",
63
62
  "chai": "^4.1.2",
64
63
  "chai-as-promised": "^7.1.1",
65
64
  "eslint-config-appium": "^4.2.0",
66
65
  "gulp": "^4.0.0",
67
- "mocha": "^7.0.1",
66
+ "mocha": "^9.0.0",
68
67
  "pre-commit": "^1.1.3"
69
- },
70
- "greenkeeper": {
71
- "ignore": []
72
68
  }
73
69
  }