Skip to content

Commit

Permalink
Publish new versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic committed Oct 25, 2023
1 parent 6877915 commit d722963
Show file tree
Hide file tree
Showing 7 changed files with 892 additions and 9 deletions.
6 changes: 4 additions & 2 deletions packages/lit-analyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lit-analyzer",
"version": "2.0.0-pre.3",
"version": "2.0.1",
"description": "CLI that type checks bindings in lit-html templates",
"author": "runem",
"license": "MIT",
Expand Down Expand Up @@ -82,7 +82,9 @@
"main": "index.js",
"files": [
"/lib/",
"index.{js|js.map|d.ts|d.ts.map}",
"index.js",
"index.d.ts",
"index.d.ts.map",
"cli.js"
],
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-analyzer/src/lib/analyze/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ export const DIAGNOSTIC_SOURCE = "lit-plugin";

export const TS_IGNORE_FLAG = "@ts-ignore";

export const VERSION = "2.0.0-pre.3";
export const VERSION = "2.0.1";

export const MAX_RUNNING_TIME_PER_OPERATION = 150; // Default to small timeouts. Opt in to larger timeouts where necessary.
Loading

0 comments on commit d722963

Please sign in to comment.