Skip to content

chore: bump version to 4.4.1 and add needed references when using npm… #196

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ demo*/report/stats.json
/src/*.tgz
*.esm.json
*.tns.json
!demo-vue/app/app.js
!demo-vue/app/app.js
test-results.xml
mochawesome-report/
/**/e2e/reports/
1 change: 1 addition & 0 deletions demo-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"nativescript-css-loader": "~0.26.0",
"nativescript-dev-typescript": "~0.9.0",
"nativescript-dev-webpack": "~0.21.0",
"tns-platform-declarations": "^5.3.2",
"tslint": "~5.11.0"
}
}
8 changes: 7 additions & 1 deletion demo-angular/references.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
/// <reference path="./node_modules/tns-core-modules/tns-core-modules.d.ts" /> Needed for autocompletion and compilation.
// Needed for autocompletion and compilation.
/// <reference path="./node_modules/tns-core-modules/tns-core-modules.d.ts" />
// If the plugin is referenced from npm,
// the native typings should be referenced
// from the following locations:
// / <reference path="./node_modules/tns-platform-declarations/ios.d.ts" />
// / <reference path="./node_modules/tns-platform-declarations/android.d.ts" />
2 changes: 1 addition & 1 deletion demo-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"mocha-junit-reporter": "^1.18.0",
"mocha-multi": "^1.0.1",
"mochawesome": "^3.1.1",
"nativescript-dev-appium": "4.0.9",
"nativescript-dev-appium": "5.2.0",
"nativescript-dev-typescript": "~0.9.0",
"nativescript-dev-webpack": "~0.21.0",
"nativescript-vue-template-compiler": "^2.0.0",
Expand Down
9 changes: 0 additions & 9 deletions demo-vue/test-results.xml

This file was deleted.

14 changes: 7 additions & 7 deletions demo/e2e/config/appium.capabilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"platformVersion": "7.0",
"deviceName": "Android GoogleAPI Emulator",
"lt": 60000,
"appActivity": "com.tns.NativeScriptActivity",
"newCommandTimeout": 720,
"appiumVersion": "1.7.1",
"noReset": true,
"fullReset": false,
"app": ""
Expand Down Expand Up @@ -89,12 +89,12 @@
"app": ""
},
"sim103iPhone6": {
"browserName": "",
"appiumVersion": "1.7.1",
"platformName": "iOS",
"platformVersion": "10.3",
"deviceName": "iPhone 6",
"app": ""
"browserName": "",
"appiumVersion": "1.7.1",
"platformName": "iOS",
"platformVersion": "10.3",
"deviceName": "iPhone 6",
"app": ""
},
"sim.iPhone8.iOS110": {
"platformName": "iOS",
Expand Down
3 changes: 2 additions & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@
"mocha-multi": "^1.0.1",
"mochawesome": "^3.1.1",
"nativescript-css-loader": "~0.26.1",
"nativescript-dev-appium": "4.0.9",
"nativescript-dev-appium": "5.2.0",
"nativescript-dev-typescript": "~0.9.0",
"nativescript-dev-webpack": "~0.21.0",
"tns-platform-declarations": "^5.3.2",
"tslint": "~5.11.0"
}
}
8 changes: 7 additions & 1 deletion demo/references.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
/// <reference path="./node_modules/tns-core-modules/tns-core-modules.d.ts" /> Needed for autocompletion and compilation.
// Needed for autocompletion and compilation.
/// <reference path="./node_modules/tns-core-modules/tns-core-modules.d.ts" />
// If the plugin is referenced from npm,
// the native typings should be referenced
// from the following locations:
// / <reference path="./node_modules/tns-platform-declarations/ios.d.ts" />
// / <reference path="./node_modules/tns-platform-declarations/android.d.ts" />
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-camera",
"version": "4.4.0",
"version": "4.4.1",
"description": "Provides API for using device camera",
"repository": {
"type": "git",
Expand Down