@kimesh/router-generator 0.2.28 → 0.2.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -1222,7 +1222,7 @@ import type {
|
|
|
1222
1222
|
ParamValueOneOrMore,
|
|
1223
1223
|
ParamValueZeroOrMore,
|
|
1224
1224
|
ParamValueZeroOrOne,
|
|
1225
|
-
} from '
|
|
1225
|
+
} from '@kimesh/router-runtime'
|
|
1226
1226
|
|
|
1227
1227
|
// Augment @kimesh/router-runtime for typed composables
|
|
1228
1228
|
declare module '@kimesh/router-runtime' {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kimesh/router-generator",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.29",
|
|
4
4
|
"description": "File-based route generator for Kimesh",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"test:watch": "vitest"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@kimesh/shared": "0.2.
|
|
29
|
+
"@kimesh/shared": "0.2.29",
|
|
30
30
|
"@vue/compiler-sfc": "^3.5.26",
|
|
31
31
|
"chokidar": "^5.0.0",
|
|
32
32
|
"consola": "^3.4.2",
|