@nuxt/schema-nightly 4.2.2-29421555.42ff3dfb → 4.2.2-29421604.b8b53eda
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 +8 -0
- package/dist/index.d.ts +8 -0
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
|
@@ -409,6 +409,14 @@ interface Nuxt {
|
|
|
409
409
|
_debug?: NuxtDebugContext;
|
|
410
410
|
/** Async local storage for current running Nuxt module instance. */
|
|
411
411
|
_asyncLocalStorageModule?: AsyncLocalStorage<NuxtModule>;
|
|
412
|
+
/**
|
|
413
|
+
* Module options functions collected from moduleDependencies.
|
|
414
|
+
* @internal
|
|
415
|
+
*/
|
|
416
|
+
_moduleOptionsFunctions?: Map<string | NuxtModule, Array<() => {
|
|
417
|
+
defaults?: Record<string, unknown>;
|
|
418
|
+
overrides?: Record<string, unknown>;
|
|
419
|
+
}>>;
|
|
412
420
|
/** The resolved Nuxt configuration. */
|
|
413
421
|
options: NuxtOptions;
|
|
414
422
|
hooks: Hookable<NuxtHooks>;
|
package/dist/index.d.ts
CHANGED
|
@@ -409,6 +409,14 @@ interface Nuxt {
|
|
|
409
409
|
_debug?: NuxtDebugContext;
|
|
410
410
|
/** Async local storage for current running Nuxt module instance. */
|
|
411
411
|
_asyncLocalStorageModule?: AsyncLocalStorage<NuxtModule>;
|
|
412
|
+
/**
|
|
413
|
+
* Module options functions collected from moduleDependencies.
|
|
414
|
+
* @internal
|
|
415
|
+
*/
|
|
416
|
+
_moduleOptionsFunctions?: Map<string | NuxtModule, Array<() => {
|
|
417
|
+
defaults?: Record<string, unknown>;
|
|
418
|
+
overrides?: Record<string, unknown>;
|
|
419
|
+
}>>;
|
|
412
420
|
/** The resolved Nuxt configuration. */
|
|
413
421
|
options: NuxtOptions;
|
|
414
422
|
hooks: Hookable<NuxtHooks>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/schema-nightly",
|
|
3
|
-
"version": "4.2.2-
|
|
3
|
+
"version": "4.2.2-29421604.b8b53eda",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
"@vitejs/plugin-vue-jsx": "5.1.2",
|
|
40
40
|
"@vue/compiler-core": "3.5.25",
|
|
41
41
|
"@vue/compiler-sfc": "3.5.25",
|
|
42
|
-
"@vue/language-core": "3.1.
|
|
42
|
+
"@vue/language-core": "3.1.8",
|
|
43
43
|
"c12": "3.3.2",
|
|
44
44
|
"chokidar": "5.0.0",
|
|
45
45
|
"compatx": "0.2.0",
|
|
46
46
|
"css-minimizer-webpack-plugin": "7.0.3",
|
|
47
|
-
"esbuild": "0.27.
|
|
47
|
+
"esbuild": "0.27.1",
|
|
48
48
|
"esbuild-loader": "4.4.0",
|
|
49
49
|
"file-loader": "6.2.0",
|
|
50
50
|
"h3": "1.15.4",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"mini-css-extract-plugin": "2.9.4",
|
|
54
54
|
"nitropack": "2.12.9",
|
|
55
55
|
"ofetch": "1.5.1",
|
|
56
|
-
"oxc-transform": "0.
|
|
56
|
+
"oxc-transform": "0.102.0",
|
|
57
57
|
"postcss": "8.5.6",
|
|
58
58
|
"rollup-plugin-visualizer": "6.0.5",
|
|
59
59
|
"sass-loader": "16.0.6",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"unctx": "2.4.1",
|
|
63
63
|
"unimport": "5.5.0",
|
|
64
64
|
"untyped": "2.0.0",
|
|
65
|
-
"vite": "7.2.
|
|
65
|
+
"vite": "7.2.7",
|
|
66
66
|
"vue": "3.5.25",
|
|
67
67
|
"vue-bundle-renderer": "2.2.0",
|
|
68
68
|
"vue-loader": "17.4.2",
|