nativescript 8.6.4 → 8.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +19 -11
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
---
|
|
16
16
|
|
|
17
|
-
[](https://github.com/NativeScript/nativescript-cli/actions/workflows/npm_release_cli.yml)
|
|
18
18
|
|
|
19
19
|
Get it using: `npm install -g nativescript`
|
|
20
20
|
|
|
@@ -96,7 +96,7 @@ The NativeScript CLI is available for installing as an npm package.
|
|
|
96
96
|
|
|
97
97
|
In the command prompt, run the following command.
|
|
98
98
|
|
|
99
|
-
OS | Node.js installed from
|
|
99
|
+
OS | Node.js installed from https://nodejs.org/ | Node.js installed via package manager
|
|
100
100
|
---|---------------------|----
|
|
101
101
|
Windows | `npm install nativescript -g` | `npm install nativescript -g`
|
|
102
102
|
macOS | `sudo npm install nativescript -g --unsafe-perm` | `npm install nativescript -g`
|
|
@@ -265,7 +265,7 @@ The NativeScript CLI calls the SDK for the selected target platform and uses it
|
|
|
265
265
|
|
|
266
266
|
When you build for iOS, the NativeScript CLI will either build for a device, if there's a device attached, or for the native emulator if there are no devices attached. To trigger a native emulator build when a device is attached, set the `--emulator` flag.
|
|
267
267
|
|
|
268
|
-
> **IMPORTANT:** To build your app for an iOS device, you must configure a valid certificate and provisioning profile pair, and have that pair present on your system for code signing your application package. For more information, see [iOS Code Signing - A Complete Walkthrough](
|
|
268
|
+
> **IMPORTANT:** To build your app for an iOS device, you must configure a valid certificate and provisioning profile pair, and have that pair present on your system for code signing your application package. For more information, see [iOS Code Signing - A Complete Walkthrough](https://seventhsoulmountain.blogspot.com/2013/09/ios-code-sign-in-complete-walkthrough.html).
|
|
269
269
|
|
|
270
270
|
[Back to Top][1]
|
|
271
271
|
|
|
@@ -355,10 +355,10 @@ This software is licensed under the Apache 2.0 license, quoted <a href="LICENSE"
|
|
|
355
355
|
[Back to Top][1]
|
|
356
356
|
|
|
357
357
|
[1]: #nativescript-command-line-interface
|
|
358
|
-
[2]: https://
|
|
358
|
+
[2]: https://nativescript.org
|
|
359
359
|
[3]: https://github.com/nativescript/docs
|
|
360
360
|
[4]: https://docs.nativescript.org/
|
|
361
361
|
[5]: https://docs.nativescript.org/api-reference
|
|
362
362
|
[6]: https://www.nativescript.org/faq
|
|
363
363
|
[7]: https://docs.nativescript.org/core-concepts/technical-overview
|
|
364
|
-
[8]:
|
|
364
|
+
[8]: https://www.telerik.com/blogs/announcing-nativescript---cross-platform-framework-for-building-native-mobile-applications
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nativescript",
|
|
3
3
|
"preferGlobal": true,
|
|
4
|
-
"version": "8.6.
|
|
4
|
+
"version": "8.6.5",
|
|
5
5
|
"author": "NativeScript <support@nativescript.org>",
|
|
6
6
|
"description": "Command-line interface for building NativeScript projects",
|
|
7
7
|
"bin": {
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"mobile"
|
|
56
56
|
],
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@nativescript/doctor": "2.0.
|
|
58
|
+
"@nativescript/doctor": "2.0.13",
|
|
59
59
|
"@nativescript/schematics-executor": "0.0.2",
|
|
60
60
|
"@npmcli/arborist": "^7.2.0",
|
|
61
61
|
"@npmcli/move-file": "^2.0.0",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@rigor789/trapezedev-project": "7.1.1",
|
|
64
64
|
"ansi-colors": "^4.1.3",
|
|
65
65
|
"archiver": "^5.3.1",
|
|
66
|
-
"axios": "1.
|
|
66
|
+
"axios": "1.6.5",
|
|
67
67
|
"byline": "5.0.0",
|
|
68
68
|
"chalk": "4.1.2",
|
|
69
69
|
"chokidar": "3.5.3",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"ios-device-lib": "0.9.3",
|
|
79
79
|
"ios-mobileprovision-finder": "1.1.0",
|
|
80
80
|
"ios-sim-portable": "4.4.1",
|
|
81
|
-
"jimp": "0.22.
|
|
81
|
+
"jimp": "0.22.10",
|
|
82
82
|
"lodash": "4.17.21",
|
|
83
83
|
"log4js": "6.9.1",
|
|
84
84
|
"marked": "4.3.0",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"minimatch": "7.4.2",
|
|
87
87
|
"mkdirp": "2.1.6",
|
|
88
88
|
"mute-stream": "1.0.0",
|
|
89
|
-
"nativescript-dev-xcode": "0.
|
|
89
|
+
"nativescript-dev-xcode": "0.6.0",
|
|
90
90
|
"open": "8.4.2",
|
|
91
91
|
"ora": "5.4.1",
|
|
92
92
|
"pacote": "15.1.1",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"proxy-lib": "0.4.0",
|
|
100
100
|
"qr-image": "3.2.0",
|
|
101
101
|
"qrcode-terminal": "0.12.0",
|
|
102
|
-
"semver": "7.
|
|
102
|
+
"semver": "7.5.4",
|
|
103
103
|
"shelljs": "0.8.5",
|
|
104
104
|
"simple-git": "3.17.0",
|
|
105
105
|
"simple-plist": "1.4.0",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"uuid": "9.0.0",
|
|
115
115
|
"winreg": "1.2.4",
|
|
116
116
|
"ws": "8.13.0",
|
|
117
|
-
"xml2js": "0.
|
|
117
|
+
"xml2js": "0.6.2",
|
|
118
118
|
"yargs": "17.7.1"
|
|
119
119
|
},
|
|
120
120
|
"analyze": true,
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"@types/proper-lockfile": "4.1.2",
|
|
141
141
|
"@types/qr-image": "3.2.5",
|
|
142
142
|
"@types/retry": "0.12.2",
|
|
143
|
-
"@types/semver": "7.
|
|
143
|
+
"@types/semver": "7.5.6",
|
|
144
144
|
"@types/shelljs": "^0.8.11",
|
|
145
145
|
"@types/sinon": "^10.0.13",
|
|
146
146
|
"@types/source-map": "0.5.7",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"@types/universal-analytics": "0.4.5",
|
|
152
152
|
"@types/uuid": "^9.0.1",
|
|
153
153
|
"@types/ws": "8.5.4",
|
|
154
|
-
"@types/xml2js": "0.4.
|
|
154
|
+
"@types/xml2js": "0.4.14",
|
|
155
155
|
"@types/yargs": "17.0.24",
|
|
156
156
|
"chai": "4.3.7",
|
|
157
157
|
"chai-as-promised": "7.1.1",
|
|
@@ -184,5 +184,13 @@
|
|
|
184
184
|
"bundleDependencies": [
|
|
185
185
|
"@npmcli/move-file",
|
|
186
186
|
"stringify-package"
|
|
187
|
-
]
|
|
188
|
-
|
|
187
|
+
],
|
|
188
|
+
"overrides": {
|
|
189
|
+
"jimp": {
|
|
190
|
+
"xml2js": "0.6.2"
|
|
191
|
+
},
|
|
192
|
+
"npm-watch": {
|
|
193
|
+
"nodemon": "3.0.3"
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
}
|