@nuxt/schema-nightly 4.2.1-29360763.6fcae4a4 → 4.2.1-29360927.606ef13e

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
@@ -467,6 +467,9 @@ type NuxtLayout = {
467
467
  name: string;
468
468
  file: string;
469
469
  };
470
+ /**
471
+ * @deprecated Use {@link InlinePreset}
472
+ */
470
473
  interface ImportPresetWithDeprecation extends InlinePreset {
471
474
  }
472
475
  interface GenerateAppOptions {
@@ -617,7 +620,7 @@ interface NuxtHooks {
617
620
  * @param presets Array containing presets objects
618
621
  * @returns Promise
619
622
  */
620
- 'imports:sources': (presets: ImportPresetWithDeprecation[]) => HookResult;
623
+ 'imports:sources': (presets: InlinePreset[]) => HookResult;
621
624
  /**
622
625
  * Called at setup allowing modules to extend imports.
623
626
  * @param imports Array containing the imports to extend
package/dist/index.d.ts CHANGED
@@ -467,6 +467,9 @@ type NuxtLayout = {
467
467
  name: string;
468
468
  file: string;
469
469
  };
470
+ /**
471
+ * @deprecated Use {@link InlinePreset}
472
+ */
470
473
  interface ImportPresetWithDeprecation extends InlinePreset {
471
474
  }
472
475
  interface GenerateAppOptions {
@@ -617,7 +620,7 @@ interface NuxtHooks {
617
620
  * @param presets Array containing presets objects
618
621
  * @returns Promise
619
622
  */
620
- 'imports:sources': (presets: ImportPresetWithDeprecation[]) => HookResult;
623
+ 'imports:sources': (presets: InlinePreset[]) => HookResult;
621
624
  /**
622
625
  * Called at setup allowing modules to extend imports.
623
626
  * @param imports Array containing the imports to extend
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/schema-nightly",
3
- "version": "4.2.1-29360763.6fcae4a4",
3
+ "version": "4.2.1-29360927.606ef13e",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",
@@ -33,13 +33,13 @@
33
33
  "devDependencies": {
34
34
  "@types/pug": "2.0.10",
35
35
  "@types/webpack-bundle-analyzer": "4.7.0",
36
- "@types/webpack-hot-middleware": "2.25.11",
36
+ "@types/webpack-hot-middleware": "2.25.12",
37
37
  "@unhead/vue": "2.0.19",
38
38
  "@vitejs/plugin-vue": "6.0.1",
39
39
  "@vitejs/plugin-vue-jsx": "5.1.1",
40
40
  "@vue/compiler-core": "3.5.22",
41
41
  "@vue/compiler-sfc": "3.5.22",
42
- "@vue/language-core": "3.1.1",
42
+ "@vue/language-core": "3.1.2",
43
43
  "c12": "3.3.1",
44
44
  "chokidar": "4.0.3",
45
45
  "compatx": "0.2.0",