Skip to content

Commit ca16480

Browse files
committed
chore: official versions 5.4.x (ready for release tag)
1 parent 04a235a commit ca16480

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Diff for: package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"license": "Apache-2.0",
2222
"nativescript": {
2323
"id": "org.nativescript.nativescriptsdkexamplesng",
24-
"tns-ios": {
25-
"version": "next"
26-
},
2724
"tns-android": {
28-
"version": "next"
25+
"version": "5.4.0"
26+
},
27+
"tns-ios": {
28+
"version": "5.4.2"
2929
}
3030
},
3131
"dependencies": {
@@ -37,14 +37,14 @@
3737
"@angular/platform-browser": "8.0.0",
3838
"@angular/platform-browser-dynamic": "8.0.0",
3939
"@angular/router": "8.0.0",
40-
"nativescript-angular": "next",
41-
"nativescript-camera": "^4.4.0",
42-
"nativescript-geolocation": "^5.0.0",
40+
"nativescript-angular": "8.0.1",
41+
"nativescript-camera": "^4.5.0",
42+
"nativescript-geolocation": "^5.1.0",
4343
"nativescript-intl": "~3.0.0",
44-
"nativescript-theme-core": "^1.0.4",
44+
"nativescript-theme-core": "^1.0.6",
4545
"reflect-metadata": "~0.1.12",
4646
"rxjs": "^6.3.3",
47-
"tns-core-modules": "next",
47+
"tns-core-modules": "5.4.3",
4848
"zone.js": "^0.8.4"
4949
},
5050
"devDependencies": {
@@ -55,12 +55,12 @@
5555
"glob": "^7.1.3",
5656
"lazy": "1.0.11",
5757
"markdown-snippet-injector": "^0.2.2",
58-
"nativescript-dev-typescript": "next",
59-
"nativescript-dev-webpack": "next",
58+
"nativescript-dev-typescript": "0.10.0",
59+
"nativescript-dev-webpack": "0.24.1",
6060
"opener": "^1.4.1",
6161
"rimraf": "^2.5.3",
6262
"tar.gz": "^1.0.5",
63-
"tns-platform-declarations": "next",
63+
"tns-platform-declarations": "5.4.3",
6464
"tslint": "^5.11.0",
6565
"typescript": "~3.4.5"
6666
},

Diff for: webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ module.exports = env => {
9090

9191
const ngCompilerPlugin = new AngularCompilerPlugin({
9292
hostReplacementPaths: nsWebpack.getResolver([platform, "tns"]),
93-
platformTransformers: ngCompilerTransformers.map(t => t(() => ngCompilerPlugin, resolve(appFullPath, entryModule))),
93+
platformTransformers: ngCompilerTransformers.map(t => t(() => ngCompilerPlugin, resolve(appFullPath, entryModule), projectRoot)),
9494
mainPath: join(appFullPath, entryModule),
9595
tsConfigPath: join(__dirname, tsConfigName),
9696
skipCodeGeneration: !aot,

0 commit comments

Comments
 (0)