File tree 9 files changed +30
-22
lines changed
9 files changed +30
-22
lines changed Original file line number Diff line number Diff line change @@ -27,4 +27,7 @@ demo*/report/stats.json
27
27
/src /* .tgz
28
28
* .esm.json
29
29
* .tns.json
30
- ! demo-vue /app /app.js
30
+ ! demo-vue /app /app.js
31
+ test-results.xml
32
+ mochawesome-report /
33
+ /** /e2e /reports /
Original file line number Diff line number Diff line change 39
39
"nativescript-css-loader" : " ~0.26.0" ,
40
40
"nativescript-dev-typescript" : " ~0.9.0" ,
41
41
"nativescript-dev-webpack" : " ~0.21.0" ,
42
+ "tns-platform-declarations" : " ^5.3.2" ,
42
43
"tslint" : " ~5.11.0"
43
44
}
44
45
}
Original file line number Diff line number Diff line change 1
- /// <reference path="./node_modules/tns-core-modules/tns-core-modules.d.ts" /> Needed for autocompletion and compilation.
1
+ // Needed for autocompletion and compilation.
2
+ /// <reference path="./node_modules/tns-core-modules/tns-core-modules.d.ts" />
3
+ // If the plugin is referenced from npm,
4
+ // the native typings should be referenced
5
+ // from the following locations:
6
+ // / <reference path="./node_modules/tns-platform-declarations/ios.d.ts" />
7
+ // / <reference path="./node_modules/tns-platform-declarations/android.d.ts" />
Original file line number Diff line number Diff line change 29
29
"mocha-junit-reporter" : " ^1.18.0" ,
30
30
"mocha-multi" : " ^1.0.1" ,
31
31
"mochawesome" : " ^3.1.1" ,
32
- "nativescript-dev-appium" : " 4.0.9 " ,
32
+ "nativescript-dev-appium" : " 5.2.0 " ,
33
33
"nativescript-dev-typescript" : " ~0.9.0" ,
34
34
"nativescript-dev-webpack" : " ~0.21.0" ,
35
35
"nativescript-vue-template-compiler" : " ^2.0.0" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 42
42
"platformVersion" : " 7.0" ,
43
43
"deviceName" : " Android GoogleAPI Emulator" ,
44
44
"lt" : 60000 ,
45
+ "appActivity" : " com.tns.NativeScriptActivity" ,
45
46
"newCommandTimeout" : 720 ,
46
- "appiumVersion" : " 1.7.1" ,
47
47
"noReset" : true ,
48
48
"fullReset" : false ,
49
49
"app" : " "
89
89
"app" : " "
90
90
},
91
91
"sim103iPhone6" : {
92
- "browserName" : " " ,
93
- "appiumVersion" : " 1.7.1" ,
94
- "platformName" : " iOS" ,
95
- "platformVersion" : " 10.3" ,
96
- "deviceName" : " iPhone 6" ,
97
- "app" : " "
92
+ "browserName" : " " ,
93
+ "appiumVersion" : " 1.7.1" ,
94
+ "platformName" : " iOS" ,
95
+ "platformVersion" : " 10.3" ,
96
+ "deviceName" : " iPhone 6" ,
97
+ "app" : " "
98
98
},
99
99
"sim.iPhone8.iOS110" : {
100
100
"platformName" : " iOS" ,
Original file line number Diff line number Diff line change 34
34
"mocha-multi" : " ^1.0.1" ,
35
35
"mochawesome" : " ^3.1.1" ,
36
36
"nativescript-css-loader" : " ~0.26.1" ,
37
- "nativescript-dev-appium" : " 4.0.9 " ,
37
+ "nativescript-dev-appium" : " 5.2.0 " ,
38
38
"nativescript-dev-typescript" : " ~0.9.0" ,
39
39
"nativescript-dev-webpack" : " ~0.21.0" ,
40
+ "tns-platform-declarations" : " ^5.3.2" ,
40
41
"tslint" : " ~5.11.0"
41
42
}
42
43
}
Original file line number Diff line number Diff line change 1
- /// <reference path="./node_modules/tns-core-modules/tns-core-modules.d.ts" /> Needed for autocompletion and compilation.
1
+ // Needed for autocompletion and compilation.
2
+ /// <reference path="./node_modules/tns-core-modules/tns-core-modules.d.ts" />
3
+ // If the plugin is referenced from npm,
4
+ // the native typings should be referenced
5
+ // from the following locations:
6
+ // / <reference path="./node_modules/tns-platform-declarations/ios.d.ts" />
7
+ // / <reference path="./node_modules/tns-platform-declarations/android.d.ts" />
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-camera" ,
3
- "version" : " 4.4.0 " ,
3
+ "version" : " 4.4.1 " ,
4
4
"description" : " Provides API for using device camera" ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments