@lit-labs/cli
Advanced tools
Comparing version
@@ -82,6 +82,7 @@ /** | ||
// TODO(kschaaf): Add try/catches around each of these operations and | ||
// throw more contextural errors | ||
// throw more contextual errors | ||
await writeFileTree(out, await generator.generate(options, console)); | ||
})); | ||
// Log any diagnostics collected while running the generators. | ||
// eslint-disable-next-line @typescript-eslint/no-explicit-any | ||
logDiagnostics([...analyzer.getDiagnostics()]); | ||
@@ -88,0 +89,0 @@ // `allSettled` will swallow errors, so we need to filter them out of |
@@ -35,3 +35,3 @@ /** | ||
: `, | ||
"typescript": "^4.7.4"`} | ||
"typescript": "~5.2.0"`} | ||
}, | ||
@@ -38,0 +38,0 @@ "exports": { |
@@ -1,1 +0,1 @@ | ||
export declare const litVersion = "2.8.0"; | ||
export declare const litVersion = "3.0.0-pre.1"; |
@@ -1,2 +0,2 @@ | ||
export const litVersion = '2.8.0'; | ||
export const litVersion = '3.0.0-pre.1'; | ||
//# sourceMappingURL=lit-version.js.map |
{ | ||
"name": "@lit-labs/cli", | ||
"description": "Tooling for Lit development", | ||
"version": "0.6.0", | ||
"version": "0.6.1-pre.0", | ||
"publishConfig": { | ||
@@ -82,5 +82,5 @@ "access": "public" | ||
"dependencies": { | ||
"@lit-labs/analyzer": "^0.9.0", | ||
"@lit-labs/gen-utils": "^0.2.0", | ||
"@lit/localize-tools": "^0.6.1", | ||
"@lit-labs/analyzer": "^0.10.0-pre.0", | ||
"@lit-labs/gen-utils": "^0.3.0-pre.0", | ||
"@lit/localize-tools": "^0.7.0-pre.1", | ||
"chalk": "^5.0.1", | ||
@@ -91,6 +91,6 @@ "command-line-args": "^5.2.1", | ||
"tslib": "^2.0.3", | ||
"typescript": "~5.0.0" | ||
"typescript": "~5.2.0" | ||
}, | ||
"devDependencies": { | ||
"@lit-internal/tests": "^0.0.0", | ||
"@lit-internal/tests": "^0.0.1-pre.0", | ||
"@types/command-line-args": "^5.2.0", | ||
@@ -97,0 +97,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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
100945
1.58%1202
0.08%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated