@nuxt/schema-nightly 4.1.2-29293231.4568e845 → 4.1.2-29293260.327ba8f5

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
@@ -2723,7 +2723,8 @@ interface RuntimeConfig extends RuntimeConfigNamespace {
2723
2723
  nitro?: NitroRuntimeConfig['nitro'];
2724
2724
  public: PublicRuntimeConfig;
2725
2725
  }
2726
- interface NuxtConfig extends DeepPartial<Omit<ConfigSchema, 'vue' | 'vite' | 'runtimeConfig' | 'webpack' | 'nitro'>> {
2726
+ interface NuxtConfig extends DeepPartial<Omit<ConfigSchema, 'components' | 'vue' | 'vite' | 'runtimeConfig' | 'webpack' | 'nitro'>> {
2727
+ components?: ConfigSchema['components'];
2727
2728
  vue?: Omit<DeepPartial<ConfigSchema['vue']>, 'config'> & {
2728
2729
  config?: Partial<Filter<AppConfig$1, string | boolean>>;
2729
2730
  };
package/dist/index.d.ts CHANGED
@@ -2723,7 +2723,8 @@ interface RuntimeConfig extends RuntimeConfigNamespace {
2723
2723
  nitro?: NitroRuntimeConfig['nitro'];
2724
2724
  public: PublicRuntimeConfig;
2725
2725
  }
2726
- interface NuxtConfig extends DeepPartial<Omit<ConfigSchema, 'vue' | 'vite' | 'runtimeConfig' | 'webpack' | 'nitro'>> {
2726
+ interface NuxtConfig extends DeepPartial<Omit<ConfigSchema, 'components' | 'vue' | 'vite' | 'runtimeConfig' | 'webpack' | 'nitro'>> {
2727
+ components?: ConfigSchema['components'];
2727
2728
  vue?: Omit<DeepPartial<ConfigSchema['vue']>, 'config'> & {
2728
2729
  config?: Partial<Filter<AppConfig$1, string | boolean>>;
2729
2730
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/schema-nightly",
3
- "version": "4.1.2-29293231.4568e845",
3
+ "version": "4.1.2-29293260.327ba8f5",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",