Skip to content

Commit

Permalink
Render HRR (v0.1.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeOShannessy committed Jun 22, 2024
1 parent 441a60a commit 2bd3749
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smoke-cloud/fds-inspect-cli",
"version": "0.1.11",
"version": "0.1.12",
"exports": "./main.ts",
"tasks": {
"dev": "deno run --watch main.ts"
Expand Down
11 changes: 11 additions & 0 deletions deno.lock

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

4 changes: 2 additions & 2 deletions main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as fdsInspectCore from "jsr:@smoke-cloud/[email protected].11";
import * as fdsInspect from "jsr:@smoke-cloud/[email protected].11";
import * as fdsInspectCore from "jsr:@smoke-cloud/[email protected].12";
import * as fdsInspect from "jsr:@smoke-cloud/[email protected].12";
import { Command } from "jsr:@cliffy/[email protected]";
import { open } from "./open.ts";
import * as path from "jsr:@std/[email protected]";
Expand Down

0 comments on commit 2bd3749

Please sign in to comment.