@nuxt/kit 3.15.0 → 3.15.1

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
@@ -386,7 +386,7 @@ declare function addServerScanDir(dirs: string | string[], opts?: {
386
386
  }): void;
387
387
 
388
388
  /**
389
- * Renders given template using lodash template during build into the project buildDir
389
+ * Renders given template during build into the virtual file system (and optionally to disk in the project `buildDir`)
390
390
  */
391
391
  declare function addTemplate<T>(_template: NuxtTemplate<T> | string): ResolvedNuxtTemplate<T>;
392
392
  /**
@@ -394,7 +394,7 @@ declare function addTemplate<T>(_template: NuxtTemplate<T> | string): ResolvedNu
394
394
  */
395
395
  declare function addServerTemplate(template: NuxtServerTemplate): NuxtServerTemplate;
396
396
  /**
397
- * Renders given types using lodash template during build into the project buildDir
397
+ * Renders given types during build to disk in the project `buildDir`
398
398
  * and register them as types.
399
399
  */
400
400
  declare function addTypeTemplate<T>(_template: NuxtTypeTemplate<T>): ResolvedNuxtTemplate<T>;
package/dist/index.d.ts CHANGED
@@ -386,7 +386,7 @@ declare function addServerScanDir(dirs: string | string[], opts?: {
386
386
  }): void;
387
387
 
388
388
  /**
389
- * Renders given template using lodash template during build into the project buildDir
389
+ * Renders given template during build into the virtual file system (and optionally to disk in the project `buildDir`)
390
390
  */
391
391
  declare function addTemplate<T>(_template: NuxtTemplate<T> | string): ResolvedNuxtTemplate<T>;
392
392
  /**
@@ -394,7 +394,7 @@ declare function addTemplate<T>(_template: NuxtTemplate<T> | string): ResolvedNu
394
394
  */
395
395
  declare function addServerTemplate(template: NuxtServerTemplate): NuxtServerTemplate;
396
396
  /**
397
- * Renders given types using lodash template during build into the project buildDir
397
+ * Renders given types during build to disk in the project `buildDir`
398
398
  * and register them as types.
399
399
  */
400
400
  declare function addTypeTemplate<T>(_template: NuxtTypeTemplate<T>): ResolvedNuxtTemplate<T>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/kit",
3
- "version": "3.15.0",
3
+ "version": "3.15.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",
@@ -24,7 +24,7 @@
24
24
  ],
25
25
  "dependencies": {
26
26
  "c12": "^2.0.1",
27
- "consola": "^3.3.1",
27
+ "consola": "^3.3.3",
28
28
  "defu": "^6.1.4",
29
29
  "destr": "^2.0.3",
30
30
  "globby": "^14.0.2",
@@ -34,15 +34,15 @@
34
34
  "knitwork": "^1.2.0",
35
35
  "mlly": "^1.7.3",
36
36
  "ohash": "^1.1.4",
37
- "pathe": "^1.1.2",
38
- "pkg-types": "^1.2.1",
37
+ "pathe": "^2.0.0",
38
+ "pkg-types": "^1.3.0",
39
39
  "scule": "^1.3.0",
40
40
  "semver": "^7.6.3",
41
41
  "ufo": "^1.5.4",
42
42
  "unctx": "^2.4.1",
43
43
  "unimport": "^3.14.5",
44
44
  "untyped": "^1.5.2",
45
- "@nuxt/schema": "3.15.0"
45
+ "@nuxt/schema": "3.15.1"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@rspack/core": "1.1.8",
@@ -51,7 +51,7 @@
51
51
  "lodash-es": "4.17.21",
52
52
  "nitropack": "2.10.4",
53
53
  "unbuild": "latest",
54
- "vite": "6.0.5",
54
+ "vite": "6.0.7",
55
55
  "vitest": "2.1.8",
56
56
  "webpack": "5.96.1"
57
57
  },