@kimesh/kit 0.2.16-nightly.20260127043913 → 0.2.17
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 +2 -1
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -1774,11 +1774,12 @@ function generateKimeshDts() {
|
|
|
1774
1774
|
* Kimesh Framework Type Declarations
|
|
1775
1775
|
*
|
|
1776
1776
|
* This file provides global type declarations for the Kimesh framework.
|
|
1777
|
+
* Includes Vite client types for import.meta.env support.
|
|
1777
1778
|
*
|
|
1778
1779
|
* DO NOT EDIT - This file is auto-generated by Kimesh.
|
|
1779
1780
|
*/
|
|
1780
1781
|
|
|
1781
|
-
/// <reference types="vite
|
|
1782
|
+
/// <reference types="kimesh/vite-client" />
|
|
1782
1783
|
|
|
1783
1784
|
import type { KimeshConfig } from '@kimesh/kit'
|
|
1784
1785
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kimesh/kit",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.17",
|
|
4
4
|
"description": "Build-time engine for Kimesh framework",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"test:watch": "vitest"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@kimesh/auto-import": "
|
|
31
|
-
"@kimesh/layers": "
|
|
32
|
-
"@kimesh/router-generator": "
|
|
30
|
+
"@kimesh/auto-import": "0.2.17",
|
|
31
|
+
"@kimesh/layers": "0.2.17",
|
|
32
|
+
"@kimesh/router-generator": "0.2.17",
|
|
33
33
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
34
34
|
"c12": "^3.3.3",
|
|
35
35
|
"consola": "^3.4.2",
|