@nuxt/schema-nightly 4.2.0-29333647.e317fd54 → 4.2.0-29333792.e060b969

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
@@ -757,8 +757,9 @@ interface NuxtHooks {
757
757
  * @param viteInlineConfig The vite inline config object
758
758
  * @param env Server or client
759
759
  * @returns Promise
760
+ * @deprecated
760
761
  */
761
- 'vite:extendConfig': (viteInlineConfig: ViteConfig, env: {
762
+ 'vite:extendConfig': (viteInlineConfig: Readonly<ViteConfig>, env: {
762
763
  isClient: boolean;
763
764
  isServer: boolean;
764
765
  }) => HookResult;
@@ -767,6 +768,7 @@ interface NuxtHooks {
767
768
  * @param viteInlineConfig The vite inline config object
768
769
  * @param env Server or client
769
770
  * @returns Promise
771
+ * @deprecated
770
772
  */
771
773
  'vite:configResolved': (viteInlineConfig: Readonly<ViteConfig>, env: {
772
774
  isClient: boolean;
package/dist/index.d.ts CHANGED
@@ -757,8 +757,9 @@ interface NuxtHooks {
757
757
  * @param viteInlineConfig The vite inline config object
758
758
  * @param env Server or client
759
759
  * @returns Promise
760
+ * @deprecated
760
761
  */
761
- 'vite:extendConfig': (viteInlineConfig: ViteConfig, env: {
762
+ 'vite:extendConfig': (viteInlineConfig: Readonly<ViteConfig>, env: {
762
763
  isClient: boolean;
763
764
  isServer: boolean;
764
765
  }) => HookResult;
@@ -767,6 +768,7 @@ interface NuxtHooks {
767
768
  * @param viteInlineConfig The vite inline config object
768
769
  * @param env Server or client
769
770
  * @returns Promise
771
+ * @deprecated
770
772
  */
771
773
  'vite:configResolved': (viteInlineConfig: Readonly<ViteConfig>, env: {
772
774
  isClient: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/schema-nightly",
3
- "version": "4.2.0-29333647.e317fd54",
3
+ "version": "4.2.0-29333792.e060b969",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",