@kimesh/kit 0.2.47 → 0.2.48-nightly.20260320031227

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -0
  2. package/package.json +7 -7
package/dist/index.mjs CHANGED
@@ -3965,6 +3965,7 @@ declare global {
3965
3965
  // Kimesh Router Runtime imports
3966
3966
  const createFileRoute: typeof import('@kimesh/router-runtime')['createFileRoute']
3967
3967
  const defineRoute: typeof import('@kimesh/router-runtime')['defineRoute']
3968
+ const definePage: typeof import('@kimesh/router-runtime')['definePage']
3968
3969
  const defineContext: typeof import('@kimesh/router-runtime')['defineContext']
3969
3970
  const useKimeshContext: typeof import('@kimesh/router-runtime')['useKimeshContext']
3970
3971
  const useNavigate: typeof import('@kimesh/router-runtime')['useNavigate']
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kimesh/kit",
3
- "version": "0.2.47",
3
+ "version": "0.2.48-nightly.20260320031227",
4
4
  "description": "Build-time engine for Kimesh framework",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,17 +27,17 @@
27
27
  "test:watch": "vitest"
28
28
  },
29
29
  "dependencies": {
30
- "@kimesh/auto-import": "0.2.47",
31
- "@kimesh/layers": "0.2.47",
32
- "@kimesh/router-generator": "0.2.47",
33
- "@vitejs/plugin-vue": "^6.0.4",
30
+ "@kimesh/auto-import": "workspace:*",
31
+ "@kimesh/layers": "workspace:*",
32
+ "@kimesh/router-generator": "workspace:*",
33
+ "@vitejs/plugin-vue": "^6.0.5",
34
34
  "c12": "^3.3.3",
35
35
  "consola": "^3.4.2",
36
36
  "defu": "^6.1.4",
37
37
  "destr": "^2.0.5",
38
38
  "exsolve": "^1.0.8",
39
39
  "fast-glob": "^3.3.3",
40
- "hookable": "^6.0.1",
40
+ "hookable": "^6.1.0",
41
41
  "ignore": "^7.0.5",
42
42
  "klona": "^2.0.6",
43
43
  "pathe": "^2.0.3",
@@ -50,7 +50,7 @@
50
50
  "typescript": "^5.9.3",
51
51
  "unplugin-vue-components": "^31.0.0",
52
52
  "vite": "^8.0.0",
53
- "vue": "^3.5.29"
53
+ "vue": "^3.5.30"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "vite": "^8.0.0",