nativescript 8.9.0-alpha.1 → 8.9.0-alpha.2

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.
@@ -313,6 +313,11 @@ can skip this prompt next time using the --template option, or the --ng, --react
313
313
  value: constants.RESERVED_TEMPLATE_NAMES.solid,
314
314
  description: CreateProjectCommand.HelloWorldTemplateDescription,
315
315
  },
316
+ {
317
+ key: `${CreateProjectCommand.HelloWorldTemplateKey} using TypeScript`,
318
+ value: constants.RESERVED_TEMPLATE_NAMES.solidts,
319
+ description: `${CreateProjectCommand.HelloWorldTemplateDescription} using TypeScript`,
320
+ },
316
321
  {
317
322
  key: CreateProjectCommand.BlankVisionTemplateKey,
318
323
  value: "@nativescript/template-blank-solid-vision",
package/lib/constants.js CHANGED
@@ -145,6 +145,7 @@ exports.RESERVED_TEMPLATE_NAMES = {
145
145
  reactjs: "@nativescript/template-blank-react",
146
146
  solid: "@nativescript/template-blank-solid",
147
147
  solidjs: "@nativescript/template-blank-solid",
148
+ solidts: "@nativescript/template-blank-solid-ts",
148
149
  svelte: "@nativescript/template-blank-svelte",
149
150
  vision: "@nativescript/template-hello-world-ts-vision",
150
151
  "vision-vue": "@nativescript/template-blank-vue-vision",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nativescript",
3
3
  "main": "./lib/nativescript-cli-lib.js",
4
- "version": "8.9.0-alpha.1",
4
+ "version": "8.9.0-alpha.2",
5
5
  "author": "NativeScript <support@nativescript.org>",
6
6
  "description": "Command-line interface for building NativeScript projects",
7
7
  "bin": {