Skip to content

Commit de8b76f

Browse files
authored
fix: router helper path type (#7659)
1 parent 7ab0c57 commit de8b76f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/runtime/plugin-runtime/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"default": "./dist/esm/router/internal.js"
113113
},
114114
"./routerHelper": {
115-
"types": "./dist/types/router/helper.d.ts",
115+
"types": "./dist/types/router/runtime/routerHelper.d.ts",
116116
"jsnext:source": "./src/router/runtime/routerHelper.ts",
117117
"default": "./dist/esm/router/runtime/routerHelper.js"
118118
},
@@ -191,6 +191,9 @@
191191
"router/internal": [
192192
"./dist/types/router/internal.d.ts"
193193
],
194+
"routerHelper": [
195+
"./dist/types/router/runtime/routerHelper.d.ts"
196+
],
194197
"loadable-bundler-plugin": [
195198
"./dist/types/cli/ssr/loadable-bundler-plugin.d.ts"
196199
],

0 commit comments

Comments
 (0)