Skip to content

Commit 4591361

Browse files
committed
v2.4.0
chore: Updated npm deps.
1 parent ff0d4bf commit 4591361

File tree

5 files changed

+1096
-983
lines changed

5 files changed

+1096
-983
lines changed

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
/coverage
99
/docs
1010
gulpfile.js
11+
Jenkinsfile
1112
junit.xml
1213
node_modules
1314
npm-debug.log

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
os: osx
22
osx_image: xcode9
33
xcode_sdk: iphonesimulator11.0
4-
node_js: 8
4+
node_js:
5+
- "8"
6+
- "10"
7+
- "11"
58
sudo: false
69
before_install:
710
- nvm install 8

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v2.4.0 (Mar 29, 2019)
2+
3+
* chore: Updated dependencies.
4+
15
# v2.3.1 (Jan 25, 2019)
26

37
* Updated dependencies.

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ioslib",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"publishConfig": {
55
"tag": "next"
66
},
@@ -27,20 +27,20 @@
2727
"test": "gulp test"
2828
},
2929
"dependencies": {
30-
"appcd-fs": "^1.1.5",
31-
"appcd-path": "^1.1.4",
32-
"appcd-subprocess": "^1.2.0",
33-
"appcd-util": "^1.1.5",
34-
"cli-kit": "^0.6.2",
35-
"node-forge": "^0.7.6",
30+
"appcd-fs": "^1.1.6",
31+
"appcd-path": "^1.1.5",
32+
"appcd-subprocess": "^1.3.0",
33+
"appcd-util": "^1.1.6",
34+
"cli-kit": "^0.7.5",
35+
"node-forge": "^0.8.2",
3636
"node-ios-device": "^1.6.3",
3737
"promise-limit": "^2.7.0",
38-
"semver": "^5.6.0",
38+
"semver": "^6.0.0",
3939
"simple-plist": "^1.0.0",
40-
"source-map-support": "^0.5.10"
40+
"source-map-support": "^0.5.11"
4141
},
4242
"devDependencies": {
43-
"appcd-gulp": "^2.0.0"
43+
"appcd-gulp": "^2.1.0"
4444
},
4545
"homepage": "https://github.com/appcelerator/ioslib",
4646
"bugs": "https://github.com/appcelerator/ioslib/issues",

0 commit comments

Comments
 (0)