File tree 5 files changed +1096
-983
lines changed
5 files changed +1096
-983
lines changed Original file line number Diff line number Diff line change 8
8
/coverage
9
9
/docs
10
10
gulpfile.js
11
+ Jenkinsfile
11
12
junit.xml
12
13
node_modules
13
14
npm-debug.log
Original file line number Diff line number Diff line change 1
1
os : osx
2
2
osx_image : xcode9
3
3
xcode_sdk : iphonesimulator11.0
4
- node_js : 8
4
+ node_js :
5
+ - " 8"
6
+ - " 10"
7
+ - " 11"
5
8
sudo : false
6
9
before_install :
7
10
- nvm install 8
Original file line number Diff line number Diff line change
1
+ # v2.4.0 (Mar 29, 2019)
2
+
3
+ * chore: Updated dependencies.
4
+
1
5
# v2.3.1 (Jan 25, 2019)
2
6
3
7
* Updated dependencies.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ioslib" ,
3
- "version" : " 2.3.1 " ,
3
+ "version" : " 2.4.0 " ,
4
4
"publishConfig" : {
5
5
"tag" : " next"
6
6
},
27
27
"test" : " gulp test"
28
28
},
29
29
"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 " ,
36
36
"node-ios-device" : " ^1.6.3" ,
37
37
"promise-limit" : " ^2.7.0" ,
38
- "semver" : " ^5.6 .0" ,
38
+ "semver" : " ^6.0 .0" ,
39
39
"simple-plist" : " ^1.0.0" ,
40
- "source-map-support" : " ^0.5.10 "
40
+ "source-map-support" : " ^0.5.11 "
41
41
},
42
42
"devDependencies" : {
43
- "appcd-gulp" : " ^2.0 .0"
43
+ "appcd-gulp" : " ^2.1 .0"
44
44
},
45
45
"homepage" : " https://github.com/appcelerator/ioslib" ,
46
46
"bugs" : " https://github.com/appcelerator/ioslib/issues" ,
You can’t perform that action at this time.
0 commit comments