Skip to content

Commit 8e954cc

Browse files
committed
Use npm packages to fix JSR publishing hang
Changed @hongminhee/localtunnel and hono dependencies from JSR to npm versions to avoid JSR type analyzer hangs during package publishing. #468
1 parent 6c8df00 commit 8e954cc

File tree

2 files changed

+33
-31
lines changed

2 files changed

+33
-31
lines changed

deno.lock

Lines changed: 31 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@cliffy/prompt": "jsr:@cliffy/[email protected]",
1010
"@cliffy/table": "jsr:@cliffy/[email protected]",
1111
"@cross/dir": "jsr:@cross/dir@^1.1.0",
12-
"@hongminhee/localtunnel": "jsr:@hongminhee/localtunnel@^0.2.0",
12+
"@hongminhee/localtunnel": "npm:@hongminhee/localtunnel@^0.3.0",
1313
"@jimp/core": "npm:@jimp/core@^1.6.0",
1414
"@jimp/wasm-webp": "npm:@jimp/wasm-webp@^1.6.0",
1515
"@poppanator/http-constants": "npm:@poppanator/http-constants@^1.1.1",
@@ -20,7 +20,7 @@
2020
"@std/semver": "jsr:@std/semver@^1.0.5",
2121
"cli-highlight": "npm:cli-highlight@^2.1.11",
2222
"fetch-mock": "npm:fetch-mock@^12.5.2",
23-
"hono": "jsr:@hono/hono@^4.8.3",
23+
"hono": "npm:hono@^4.8.3",
2424
"icojs": "npm:icojs@^0.19.4",
2525
"jimp": "npm:jimp@^1.6.0",
2626
"ora": "npm:ora@^8.0.1",

0 commit comments

Comments
 (0)