@vixt/core 0.3.1 → 0.3.3

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.d.mts CHANGED
@@ -24,7 +24,7 @@ declare function resolveLayersDirs(layers?: VixtConfigLayer[]): Record<string, s
24
24
  /**
25
25
  * Load workspace and cwd env variables by default
26
26
  */
27
- declare function loadEnv(mode?: string, envDir?: string, prefixes?: string | string[]): ImportMeta["env"];
27
+ declare function loadEnv(mode?: string, envDir?: string | false, prefixes?: string | string[]): ImportMeta["env"];
28
28
  /**
29
29
  * find the workspace dir
30
30
  */
package/dist/index.d.ts CHANGED
@@ -24,7 +24,7 @@ declare function resolveLayersDirs(layers?: VixtConfigLayer[]): Record<string, s
24
24
  /**
25
25
  * Load workspace and cwd env variables by default
26
26
  */
27
- declare function loadEnv(mode?: string, envDir?: string, prefixes?: string | string[]): ImportMeta["env"];
27
+ declare function loadEnv(mode?: string, envDir?: string | false, prefixes?: string | string[]): ImportMeta["env"];
28
28
  /**
29
29
  * find the workspace dir
30
30
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vixt/core",
3
3
  "type": "module",
4
- "version": "0.3.1",
4
+ "version": "0.3.3",
5
5
  "author": "SoulLyoko<https://github.com/SoulLyoko>",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/SoulLyoko/vixt#readme",
@@ -35,10 +35,10 @@
35
35
  "mlly": "^1.7.4",
36
36
  "pathe": "^2.0.3",
37
37
  "pkg-types": "^2.1.0",
38
- "tsx": "^4.19.3",
39
- "vite": "^6.2.6",
38
+ "tsx": "^4.19.4",
39
+ "vite": "^6.3.4",
40
40
  "vite-plugin-checker": "^0.9.1",
41
- "vue-tsc": "^2.2.8"
41
+ "vue-tsc": "^2.2.10"
42
42
  },
43
43
  "scripts": {
44
44
  "build": "unbuild"