Skip to content

Commit f33d19b

Browse files
committed
fix hono missing .js extension
1 parent 2ffb402 commit f33d19b

4 files changed

Lines changed: 12 additions & 2 deletions

File tree

.changeset/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"fixed": [],
1111
"linked": [],
1212
"ignore": [],
13-
"updateInternalDependencies": "patch"
13+
"updateInternalDependencies": "patch",
14+
"bumpVersionsWithWorkspaceProtocolOnly": true
1415
}

.changeset/sixty-months-worry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@farcaster/snap-hono": patch
3+
---
4+
5+
fix hono missing.js extension

pkgs/hono/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"access": "public"
2626
},
2727
"scripts": {
28-
"build": "tsc",
28+
"build": "tsc && tsc-alias --resolve-full-paths --resolve-full-extension .js",
2929
"clean": "rm -rf dist",
3030
"test": "vitest run",
3131
"typecheck": "tsc --noEmit"
@@ -41,6 +41,7 @@
4141
"@farcaster/jfs": "^0.2.2",
4242
"@types/node": "^25.5.0",
4343
"hono": "^4.0.0",
44+
"tsc-alias": "^1.8.16",
4445
"typescript": "^5.4.0",
4546
"vitest": "^1.6.0"
4647
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)