@nuxt/kit-nightly 4.3.0-29436330.9aa80014 → 4.3.0-29436426.3cbdaef5

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +2 -2
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-29436330.9aa80014",
3
+ "version": "4.3.0-29436426.3cbdaef5",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",
@@ -45,7 +45,7 @@
45
45
  "untyped": "^2.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@nuxt/schema": "npm:@nuxt/schema-nightly@4.3.0-29436330.9aa80014",
48
+ "@nuxt/schema": "npm:@nuxt/schema-nightly@4.3.0-29436426.3cbdaef5",
49
49
  "@rspack/core": "1.6.7",
50
50
  "@types/semver": "7.7.1",
51
51
  "hookable": "5.5.3",