nuxt-nightly 4.1.3-29329085.3ef2f3bf → 4.1.3-29329120.ce0fe6f6

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.
@@ -1,4 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {
2
4
  $props: Partial<typeof props>;
3
5
  appName: string;
4
6
  statusCode: number;
@@ -6,7 +8,6 @@ declare const _default: import("vue").DefineComponent<{}, {
6
8
  description: string;
7
9
  backHome: string;
8
10
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9
- export default _default;
10
11
  declare const props: {
11
12
  readonly appName: string;
12
13
  readonly statusCode: number;
@@ -1,4 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {
2
4
  $props: Partial<typeof props>;
3
5
  appName: string;
4
6
  statusCode: number;
@@ -6,7 +8,6 @@ declare const _default: import("vue").DefineComponent<{}, {
6
8
  description: string;
7
9
  backHome: string;
8
10
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9
- export default _default;
10
11
  declare const props: {
11
12
  readonly appName: string;
12
13
  readonly statusCode: number;
@@ -1,4 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {
2
4
  $props: Partial<typeof props>;
3
5
  appName: string;
4
6
  statusCode: number;
@@ -6,7 +8,6 @@ declare const _default: import("vue").DefineComponent<{}, {
6
8
  description: string;
7
9
  refresh: string;
8
10
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9
- export default _default;
10
11
  declare const props: {
11
12
  readonly appName: string;
12
13
  readonly statusCode: number;
@@ -1,4 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {
2
4
  $props: Partial<typeof props>;
3
5
  appName: string;
4
6
  statusCode: number;
@@ -6,7 +8,6 @@ declare const _default: import("vue").DefineComponent<{}, {
6
8
  description: string;
7
9
  refresh: string;
8
10
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9
- export default _default;
10
11
  declare const props: {
11
12
  readonly appName: string;
12
13
  readonly statusCode: number;
@@ -1,4 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {
2
4
  $props: Partial<typeof props>;
3
5
  appName: string;
4
6
  statusCode: number;
@@ -6,7 +8,6 @@ declare const _default: import("vue").DefineComponent<{}, {
6
8
  description: string;
7
9
  stack: string;
8
10
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9
- export default _default;
10
11
  declare const props: {
11
12
  readonly appName: string;
12
13
  readonly statusCode: number;
@@ -1,4 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {
2
4
  $props: Partial<typeof props>;
3
5
  appName: string;
4
6
  statusCode: number;
@@ -6,7 +8,6 @@ declare const _default: import("vue").DefineComponent<{}, {
6
8
  description: string;
7
9
  stack: string;
8
10
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9
- export default _default;
10
11
  declare const props: {
11
12
  readonly appName: string;
12
13
  readonly statusCode: number;
@@ -6,7 +6,7 @@ type __VLS_Slots = {
6
6
  default(): any;
7
7
  };
8
8
  declare function clearError(): void;
9
- declare const __VLS_component: import("vue").DefineComponent<{}, {
9
+ declare const __VLS_base: import("vue").DefineComponent<{}, {
10
10
  error: import("vue").ShallowRef<Error | null, Error | null>;
11
11
  clearError: typeof clearError;
12
12
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -14,7 +14,8 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
14
14
  }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
15
15
  onError?: ((error: Error) => any) | undefined;
16
16
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
17
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
17
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
18
+ declare const _default: typeof __VLS_export;
18
19
  export default _default;
19
20
  type __VLS_WithSlots<T, S> = T & {
20
21
  new (): {
@@ -6,7 +6,7 @@ type __VLS_Slots = {
6
6
  default(): any;
7
7
  };
8
8
  declare function clearError(): void;
9
- declare const __VLS_component: import("vue").DefineComponent<{}, {
9
+ declare const __VLS_base: import("vue").DefineComponent<{}, {
10
10
  error: import("vue").ShallowRef<Error | null, Error | null>;
11
11
  clearError: typeof clearError;
12
12
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -14,7 +14,8 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
14
14
  }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
15
15
  onError?: ((error: Error) => any) | undefined;
16
16
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
17
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
17
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
18
+ declare const _default: typeof __VLS_export;
18
19
  export default _default;
19
20
  type __VLS_WithSlots<T, S> = T & {
20
21
  new (): {
@@ -1,8 +1,9 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {
2
4
  $props: Partial<typeof props>;
3
5
  error?: Record<string, any> | undefined;
4
6
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
- export default _default;
6
7
  declare const props: {
7
8
  readonly error?: Record<string, any> | undefined;
8
9
  };
@@ -1,8 +1,9 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {
2
4
  $props: Partial<typeof props>;
3
5
  error?: Record<string, any> | undefined;
4
6
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
- export default _default;
6
7
  declare const props: {
7
8
  readonly error?: Record<string, any> | undefined;
8
9
  };
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: typeof __VLS_export;
2
2
  export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: typeof __VLS_export;
2
2
  export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -28,7 +28,8 @@ declare global {
28
28
  _nuxtTimeNow?: number;
29
29
  }
30
30
  }
31
- declare const _default: import("vue").DefineComponent<NuxtTimeProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NuxtTimeProps> & Readonly<{}>, {
31
+ declare const __VLS_export: import("vue").DefineComponent<NuxtTimeProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NuxtTimeProps> & Readonly<{}>, {
32
32
  hour12: boolean;
33
33
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
34
+ declare const _default: typeof __VLS_export;
34
35
  export default _default;
@@ -28,7 +28,8 @@ declare global {
28
28
  _nuxtTimeNow?: number;
29
29
  }
30
30
  }
31
- declare const _default: import("vue").DefineComponent<NuxtTimeProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NuxtTimeProps> & Readonly<{}>, {
31
+ declare const __VLS_export: import("vue").DefineComponent<NuxtTimeProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NuxtTimeProps> & Readonly<{}>, {
32
32
  hour12: boolean;
33
33
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
34
+ declare const _default: typeof __VLS_export;
34
35
  export default _default;
@@ -1,9 +1,10 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {
2
4
  $props: Partial<typeof props>;
3
5
  appName: string;
4
6
  title: string;
5
7
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
- export default _default;
7
8
  declare const props: {
8
9
  readonly appName: string;
9
10
  readonly title: string;
@@ -1,9 +1,10 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {
2
4
  $props: Partial<typeof props>;
3
5
  appName: string;
4
6
  title: string;
5
7
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
- export default _default;
7
8
  declare const props: {
8
9
  readonly appName: string;
9
10
  readonly title: string;
package/dist/index.mjs CHANGED
@@ -3830,7 +3830,7 @@ function addDeclarationTemplates(ctx, options) {
3830
3830
  });
3831
3831
  }
3832
3832
 
3833
- const version = "4.1.3-29329085.3ef2f3bf";
3833
+ const version = "4.1.3-29329120.ce0fe6f6";
3834
3834
 
3835
3835
  const createImportProtectionPatterns = (nuxt, options) => {
3836
3836
  const patterns = [];
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-nightly",
3
- "version": "4.1.3-29329085.3ef2f3bf",
3
+ "version": "4.1.3-29329120.ce0fe6f6",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",
@@ -66,13 +66,13 @@
66
66
  "dependencies": {
67
67
  "@nuxt/cli": "npm:@nuxt/cli-nightly@latest",
68
68
  "@nuxt/devalue": "^2.0.2",
69
- "@nuxt/devtools": "^2.6.3",
70
- "@nuxt/kit": "npm:@nuxt/kit-nightly@4.1.3-29329085.3ef2f3bf",
71
- "@nuxt/schema": "npm:@nuxt/schema-nightly@4.1.3-29329085.3ef2f3bf",
69
+ "@nuxt/devtools": "^2.6.5",
70
+ "@nuxt/kit": "npm:@nuxt/kit-nightly@4.1.3-29329120.ce0fe6f6",
71
+ "@nuxt/schema": "npm:@nuxt/schema-nightly@4.1.3-29329120.ce0fe6f6",
72
72
  "@nuxt/telemetry": "^2.6.6",
73
- "@nuxt/vite-builder": "npm:@nuxt/vite-builder-nightly@4.1.3-29329085.3ef2f3bf",
73
+ "@nuxt/vite-builder": "npm:@nuxt/vite-builder-nightly@4.1.3-29329120.ce0fe6f6",
74
74
  "@unhead/vue": "^2.0.14",
75
- "@vue/shared": "^3.5.21",
75
+ "@vue/shared": "^3.5.22",
76
76
  "c12": "^3.3.0",
77
77
  "chokidar": "^4.0.3",
78
78
  "compatx": "^0.2.0",
@@ -82,7 +82,7 @@
82
82
  "destr": "^2.0.5",
83
83
  "devalue": "^5.3.2",
84
84
  "errx": "^0.1.0",
85
- "esbuild": "^0.25.9",
85
+ "esbuild": "^0.25.10",
86
86
  "escape-string-regexp": "^5.0.0",
87
87
  "estree-walker": "^3.0.3",
88
88
  "exsolve": "^1.0.7",
@@ -90,7 +90,7 @@
90
90
  "hookable": "^5.5.3",
91
91
  "ignore": "^7.0.5",
92
92
  "impound": "^1.0.0",
93
- "jiti": "^2.5.1",
93
+ "jiti": "^2.6.1",
94
94
  "klona": "^2.0.6",
95
95
  "knitwork": "^1.2.0",
96
96
  "magic-string": "^0.30.19",
@@ -102,9 +102,9 @@
102
102
  "ofetch": "^1.4.1",
103
103
  "ohash": "^2.0.11",
104
104
  "on-change": "^6.0.0",
105
- "oxc-minify": "^0.89.0",
106
- "oxc-parser": "^0.89.0",
107
- "oxc-transform": "^0.89.0",
105
+ "oxc-minify": "^0.93.0",
106
+ "oxc-parser": "^0.93.0",
107
+ "oxc-transform": "^0.93.0",
108
108
  "oxc-walker": "^0.5.2",
109
109
  "pathe": "^2.0.3",
110
110
  "perfect-debounce": "^2.0.0",
@@ -123,8 +123,8 @@
123
123
  "unplugin-vue-router": "^0.15.0",
124
124
  "unstorage": "^1.17.1",
125
125
  "untyped": "^2.0.0",
126
- "vue": "^3.5.21",
127
- "vue-bundle-renderer": "^2.1.2",
126
+ "vue": "^3.5.22",
127
+ "vue-bundle-renderer": "^2.2.0",
128
128
  "vue-devtools-stub": "^0.1.0",
129
129
  "vue-router": "^4.5.1"
130
130
  },
@@ -134,9 +134,9 @@
134
134
  "@types/estree": "1.0.8",
135
135
  "@vitejs/plugin-vue": "6.0.1",
136
136
  "@vitejs/plugin-vue-jsx": "5.1.1",
137
- "@vue/compiler-sfc": "3.5.21",
137
+ "@vue/compiler-sfc": "3.5.22",
138
138
  "unbuild": "3.6.1",
139
- "vite": "7.1.5",
139
+ "vite": "7.1.9",
140
140
  "vitest": "3.2.4",
141
141
  "vue-sfc-transformer": "0.1.17"
142
142
  },