Skip to content

Commit

Permalink
⬆️ Bump cliffy from 1.0.0-rc.3 to 1.0.0-rc.7
Browse files Browse the repository at this point in the history
  • Loading branch information
proudust committed Oct 9, 2024
1 parent 9abfbf5 commit c0cbd23
Show file tree
Hide file tree
Showing 4 changed files with 438 additions and 704 deletions.
1 change: 1 addition & 0 deletions _compile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ await esbuild({
define: {
"globalThis.version": `"${describe}"`,
},
external: ["jsr:@cliffy/ansi@1.0.0-rc.7/colors", "jsr:@cliffy/command@1.0.0-rc.7"],
});

for (
Expand Down
4 changes: 2 additions & 2 deletions cli/cli.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { colors } from "https://deno.land/x/cliffy@v1.0.0-rc.3/ansi/mod.ts";
import { Command, EnumType } from "https://deno.land/x/cliffy@v1.0.0-rc.3/command/mod.ts";
import { colors } from "jsr:@cliffy/ansi@1.0.0-rc.7/colors";
import { Command, EnumType } from "jsr:@cliffy/command@1.0.0-rc.7";
import { ghDescribe, GhDescribeError } from "../core/mod.ts";

interface GhDescribeCliArgs {
Expand Down
115 changes: 41 additions & 74 deletions deno.lock

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

Loading

0 comments on commit c0cbd23

Please sign in to comment.