Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.
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
2 changes: 1 addition & 1 deletion demo-angular/nsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"appResourcesPath": "App_Resources",
"appPath": "src"
}
}
76 changes: 37 additions & 39 deletions demo-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,40 @@
{
"nativescript": {
"id": "org.nativescript.demoangular",
"tns-android": {
"version": "5.4.0"
},
"tns-ios": {
"version": "5.4.0"
}
"nativescript": {
"id": "org.nativescript.demoangular",
"tns-android": {
"version": "6.0.0"
},
"dependencies": {
"@angular/animations": "~7.2.0",
"@angular/common": "~7.2.0",
"@angular/compiler": "~7.2.0",
"@angular/core": "~7.2.0",
"@angular/forms": "~7.2.0",
"@angular/http": "~7.2.0",
"@angular/platform-browser": "~7.2.0",
"@angular/platform-browser-dynamic": "~7.2.0",
"@angular/router": "~7.2.0",
"nativescript-angular": "~7.2.0",
"nativescript-geolocation": "../src",
"nativescript-theme-core": "~1.0.4",
"nativescript-toast": "~2.0.0",
"tns-core-modules": "^5.0.0",
"reflect-metadata": "~0.1.10",
"rxjs": "~6.3.0",
"zone.js": "~0.8.18",
"tslint": "~5.11.0"
},
"devDependencies": {
"@nativescript/schematics": "~0.5.0",
"nativescript-dev-typescript": "~0.9.0",
"nativescript-dev-webpack": "~0.22.0",
"@angular/compiler-cli": "~7.2.0",
"@ngtools/webpack": "~7.1.0"
},
"scripts": {
"ci.tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**'",
"build.plugin": "cd ../src && npm run build"
"tns-ios": {
"version": "6.0.1"
}
}
},
"dependencies": {
"@angular/animations": "~8.0.0",
"@angular/common": "~8.0.0",
"@angular/compiler": "~8.0.0",
"@angular/core": "~8.0.0",
"@angular/forms": "~8.0.0",
"@angular/http": "8.0.0-beta.10",
"@angular/platform-browser": "~8.0.0",
"@angular/platform-browser-dynamic": "~8.0.0",
"@angular/router": "~8.0.0",
"nativescript-angular": "~8.0.0",
"nativescript-geolocation": "../src",
"nativescript-theme-core": "~1.0.4",
"nativescript-toast": "~2.0.0",
"tns-core-modules": "^6.0.0",
"reflect-metadata": "~0.1.10",
"rxjs": "^6.3.3",
"zone.js": "^0.9.1",
"tslint": "~5.11.0"
},
"devDependencies": {
"@nativescript/schematics": "~0.5.0",
"nativescript-dev-webpack": "~1.0.1",
"typescript": "~3.4.5"
},
"scripts": {
"ci.tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**'",
"build.plugin": "cd ../src && npm run build"
}
}
18 changes: 9 additions & 9 deletions demo-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"nativescript": {
"id": "org.nativescript.demovue",
"tns-android": {
"version": "5.4.0"
"version": "6.0.0"
},
"tns-ios": {
"version": "5.4.0"
"version": "6.0.1"
}
},
"scripts": {
Expand All @@ -15,17 +15,17 @@
"nativescript-geolocation": "../src",
"nativescript-theme-core": "~1.0.4",
"nativescript-toast": "~2.0.0",
"nativescript-vue": "~2.2.0",
"tns-core-modules": "^5.0.0"
"nativescript-vue": "~2.3.0",
"tns-core-modules": "^6.0.0"
},
"devDependencies": {
"@babel/core": "~7.1.0",
"@babel/preset-env": "~7.1.0",
"babel-loader": "~8.0.0",
"nativescript-dev-webpack": "~0.22.0",
"nativescript-dev-typescript": "~0.9.0",
"nativescript-vue-template-compiler": "~2.2.0",
"node-sass": "~4.9.0",
"vue-loader": "~15.4.0"
"nativescript-dev-webpack": "~1.0.1",
"nativescript-vue-template-compiler": "~2.3.0",
"node-sass": "~4.12.0",
"vue-loader": "~15.4.0",
"typescript": "~3.4.5"
}
}
16 changes: 8 additions & 8 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@
"nativescript": {
"id": "org.nativescript.demo",
"tns-android": {
"version": "5.4.0"
"version": "6.0.0"
},
"tns-ios": {
"version": "5.4.0"
"version": "6.0.1"
}
},
"dependencies": {
"nativescript-geolocation": "../src",
"nativescript-theme-core": "^1.0.4",
"nativescript-toast": "~2.0.0",
"nativescript-unit-test-runner": "0.6.3",
"tns-core-modules": "^5.0.0"
"nativescript-unit-test-runner": "0.7.0",
"tns-core-modules": "^6.0.0"
},
"devDependencies": {
"jasmine-core": "^2.5.2",
"karma": "4.1.0",
"karma-jasmine": "2.0.1",
"karma-nativescript-launcher": "^0.4.0",
"nativescript-css-loader": "~0.26.0",
"nativescript-dev-typescript": "~0.10.0",
"nativescript-dev-webpack": "~0.24.0",
"tns-platform-declarations": "^5.0.0",
"nativescript-dev-webpack": "~1.0.1",
"tns-platform-declarations": "^6.0.0",
"tslint": "~5.11.0",
"karma-webpack": "3.0.5"
"karma-webpack": "3.0.5",
"typescript": "~3.4.5"
},
"scripts": {
"ci.tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**'",
Expand Down
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\" --exclude \"*demo*/platforms/**\"",
"plugin.link": "npm link && cd ../demo && npm link nativescript-geolocation && cd ../src",
"plugin.tscwatch": "npm run tsc -- -w",
"demo.ios": "npm i && npm run tsc && cd ../demo && tns run ios --syncAllFiles",
"demo.android": "npm i && npm run tsc && cd ../demo && tns run android --syncAllFiles",
"demo.ios": "npm i && npm run tsc && cd ../demo && tns run ios",
"demo.android": "npm i && npm run tsc && cd ../demo && tns run android",
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'"
},
"repository": {
Expand Down