Skip to content

Commit 584ee24

Browse files
committed
build: add backward compatible types for /proxy subpath export
1 parent 144996b commit 584ee24

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@
111111
"lib",
112112
"index.d.ts",
113113
"node.d.ts",
114-
"polyfill.d.ts"
114+
"polyfill.d.ts",
115+
"proxy.d.ts"
115116
],
116117
"scripts": {
117118
"build": "unbuild",
@@ -140,4 +141,4 @@
140141
"vitest": "^1.1.0"
141142
},
142143
"packageManager": "pnpm@8.12.1"
143-
}
144+
}

proxy.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "./lib/proxy.mjs";

0 commit comments

Comments
 (0)