@nuxt/schema-nightly 4.1.2-29293231.4568e845 → 4.1.2-29293741.3f7624b3
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 +2 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
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
|
};
|