@solid-cli/commands
Advanced tools
Comparing version 0.0.15 to 0.0.16
{ | ||
"name": "@solid-cli/commands", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "The main command handlers for the Solid CLI", | ||
@@ -32,3 +32,3 @@ "license": "MIT", | ||
"@chialab/esbuild-plugin-meta-url": "^0.18.0", | ||
"@types/node": "^20.11.20", | ||
"@types/node": "^20.11.24", | ||
"prettier": "^3.2.5", | ||
@@ -48,4 +48,4 @@ "tsup": "^8.0.2", | ||
"@solid-cli/reactivity": "0.0.11", | ||
"@solid-cli/ui": "0.0.10", | ||
"@solid-cli/utils": "0.0.11" | ||
"@solid-cli/utils": "0.0.11", | ||
"@solid-cli/ui": "0.0.10" | ||
}, | ||
@@ -52,0 +52,0 @@ "scripts": { |
declare const localSupported: readonly ["ts", "js"]; | ||
declare const stackblitzSupported: readonly ["bare"]; | ||
type AllSupported = (typeof localSupported)[number] | (typeof stackblitzSupported)[number]; | ||
export declare const handleNew: (variation?: AllSupported, name?: string, stackblitz?: boolean) => Promise<void>; | ||
export declare const handleNew: (variation?: AllSupported, name?: string, stackblitz?: boolean, isStart?: boolean) => Promise<void>; | ||
export {}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
96381