@nuxt/kit-nightly 4.3.0-29436286.4f0cb865 → 4.3.0-29436369.c02e32a0
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.mjs +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -584,7 +584,7 @@ async function installModules(modulesToInstall, resolvedModulePaths, nuxt = useN
|
|
|
584
584
|
}
|
|
585
585
|
throw err;
|
|
586
586
|
});
|
|
587
|
-
const dependencyMeta = res.nuxtModule.getModuleDependencies?.(nuxt) || {};
|
|
587
|
+
const dependencyMeta = await res.nuxtModule.getModuleDependencies?.(nuxt) || {};
|
|
588
588
|
for (const [name, value] of Object.entries(dependencyMeta)) {
|
|
589
589
|
if (!value.overrides && !value.defaults && !value.version && value.optional) {
|
|
590
590
|
continue;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/kit-nightly",
|
|
3
|
-
"version": "4.3.0-
|
|
3
|
+
"version": "4.3.0-29436369.c02e32a0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
"semver": "^7.7.3",
|
|
42
42
|
"tinyglobby": "^0.2.15",
|
|
43
43
|
"ufo": "^1.6.1",
|
|
44
|
-
"unctx": "^2.
|
|
44
|
+
"unctx": "^2.5.0",
|
|
45
45
|
"untyped": "^2.0.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@nuxt/schema": "npm:@nuxt/schema-nightly@4.3.0-
|
|
48
|
+
"@nuxt/schema": "npm:@nuxt/schema-nightly@4.3.0-29436369.c02e32a0",
|
|
49
49
|
"@rspack/core": "1.6.7",
|
|
50
50
|
"@types/semver": "7.7.1",
|
|
51
51
|
"hookable": "5.5.3",
|