@lit-labs/cli
Advanced tools
Comparing version 0.4.0 to 0.4.1-pre.0
@@ -11,6 +11,6 @@ /** | ||
export type { Section } from 'command-line-usage'; | ||
export declare type CommandOptions = { | ||
export type CommandOptions = { | ||
[name: string]: unknown; | ||
}; | ||
export declare type Command = ReferenceToCommand | ResolvedCommand; | ||
export type Command = ReferenceToCommand | ResolvedCommand; | ||
export declare function isCommand(maybeCommand: Partial<Command> | undefined): maybeCommand is Command; | ||
@@ -17,0 +17,0 @@ /** |
@@ -8,3 +8,3 @@ /** | ||
import { LitCli } from '../lit-cli.js'; | ||
export declare type Language = 'ts' | 'js'; | ||
export type Language = 'ts' | 'js'; | ||
export interface InitCommandOptions { | ||
@@ -11,0 +11,0 @@ lang: Language; |
@@ -8,3 +8,3 @@ /** | ||
import { Console } from 'console'; | ||
export declare type Level = 'error' | 'warn' | 'info' | 'verbose' | 'debug'; | ||
export type Level = 'error' | 'warn' | 'info' | 'verbose' | 'debug'; | ||
/** | ||
@@ -11,0 +11,0 @@ * A Console with a settable log level that controls whether messages are |
@@ -1,1 +0,1 @@ | ||
export declare const litVersion = "2.7.0"; | ||
export declare const litVersion = "3.0.0-pre.0"; |
@@ -1,2 +0,2 @@ | ||
export const litVersion = '2.7.0'; | ||
export const litVersion = '3.0.0-pre.0'; | ||
//# sourceMappingURL=lit-version.js.map |
{ | ||
"name": "@lit-labs/cli", | ||
"description": "Tooling for Lit development", | ||
"version": "0.4.0", | ||
"version": "0.4.1-pre.0", | ||
"publishConfig": { | ||
@@ -82,5 +82,5 @@ "access": "public" | ||
"dependencies": { | ||
"@lit-labs/analyzer": "^0.6.0", | ||
"@lit-labs/gen-utils": "^0.2.0", | ||
"@lit/localize-tools": "^0.6.1", | ||
"@lit-labs/analyzer": "^0.6.1-pre.0", | ||
"@lit-labs/gen-utils": "^0.2.2-pre.0", | ||
"@lit/localize-tools": "^0.7.0-pre.0", | ||
"chalk": "^5.0.1", | ||
@@ -93,3 +93,3 @@ "command-line-args": "^5.2.1", | ||
"devDependencies": { | ||
"@lit-internal/tests": "^0.0.0", | ||
"@lit-internal/tests": "^0.0.1-pre.0", | ||
"@types/command-line-args": "^5.2.0", | ||
@@ -96,0 +96,0 @@ "@types/command-line-commands": "^2.0.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
114620
+ Added@lit-labs/analyzer@0.6.1-pre.0(transitive)
+ Added@lit/localize@0.12.2(transitive)
+ Added@lit/localize-tools@0.7.2(transitive)
+ Added@lit/reactive-element@2.0.4(transitive)
+ Addedlit@3.2.1(transitive)
+ Addedlit-element@4.1.1(transitive)
+ Addedlit-html@3.2.1(transitive)
+ Addedtypescript@5.3.3(transitive)
- Removed@lit-labs/analyzer@0.6.0(transitive)
- Removed@lit/localize@0.11.4(transitive)
- Removed@lit/localize-tools@0.6.10(transitive)
- Removed@lit/reactive-element@1.6.3(transitive)
- Removedlit@2.8.0(transitive)
- Removedlit-element@3.3.3(transitive)
- Removedlit-html@2.8.0(transitive)