Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeOShannessy committed Jun 18, 2024
1 parent 5932641 commit c692497
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 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.0",
"version": "0.1.2",
"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.

11 changes: 3 additions & 8 deletions main.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
import {
countCells,
type FdsFile,
type InputSummary,
type Resolution,
summarise_input,
type VerificationSummary,
verifyInput,
} from "jsr:@smoke-cloud/[email protected]";
import "jsr:@smoke-cloud/[email protected]";
} from "jsr:@smoke-cloud/[email protected]";
import "jsr:@smoke-cloud/[email protected]";
import { Command } from "jsr:@cliffy/[email protected]";
import { open } from "./open.ts";
import * as path from "jsr:@std/[email protected]";
import { getJson, verifyInputRender } from "jsr:@smoke-cloud/[email protected].1";
import { getJson, verifyInputRender } from "jsr:@smoke-cloud/[email protected].2";

await new Command()
.name("tway-server-manager")
Expand Down

0 comments on commit c692497

Please sign in to comment.