Skip to content

Commit

Permalink
fix(cli): better error messages on unresolved deps
Browse files Browse the repository at this point in the history
This fix is introduced by @molt/core@0.18.2
  • Loading branch information
hasundue committed May 7, 2024
1 parent 5e91020 commit 6dd0a82
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 27 deletions.
4 changes: 2 additions & 2 deletions cli/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@molt/cli",
"version": "0.18.1",
"version": "0.18.2",
"exports": {
".": "./main.ts"
},
Expand All @@ -16,7 +16,7 @@
"@core/unknownutil": "jsr:@core/unknownutil@3.18.0",
"@david/dax": "jsr:@david/dax@0.40.0",
"@molt/lib": "jsr:@molt/lib@^0.18.0",
"@molt/core": "jsr:@molt/core@^0.18.1",
"@molt/core": "jsr:@molt/core@^0.18.2",
"@molt/integration": "jsr:@molt/integration@0.18.0",
"@std/assert": "jsr:@std/assert@0.222.1",
"@std/collections": "jsr:@std/collections@0.222.1",
Expand Down
25 changes: 1 addition & 24 deletions cli/deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/snapshots/cli_test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Options:
snapshot[`cli - "molt --help" 2`] = `""`;
snapshot[`cli - "molt --version" 1`] = `
"0.18.1
"0.18.2
"
`;
Expand Down

0 comments on commit 6dd0a82

Please sign in to comment.