@nuxt/kit-nightly 4.1.2-29293212.eb8d7797 → 4.1.2-29293231.4568e845

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 -0
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -594,6 +594,7 @@ async function installModules(modulesToInstall, resolvedModulePaths, nuxt = useN
594
594
  if (value.optional === true) {
595
595
  continue;
596
596
  }
597
+ nuxt.options.typescript.hoist.push(name);
597
598
  if (resolvedModule && !modulesToInstall.has(resolvedModule.module) && (!resolvedModule.resolvedPath || !resolvedModulePaths.has(resolvedModule.resolvedPath))) {
598
599
  if (typeof resolvedModule.module === "string" && inlineConfigKeys.has(resolvedModule.module)) {
599
600
  continue;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/kit-nightly",
3
- "version": "4.1.2-29293212.eb8d7797",
3
+ "version": "4.1.2-29293231.4568e845",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",
@@ -47,7 +47,7 @@
47
47
  "untyped": "^2.0.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@nuxt/schema": "npm:@nuxt/schema-nightly@4.1.2-29293212.eb8d7797",
50
+ "@nuxt/schema": "npm:@nuxt/schema-nightly@4.1.2-29293231.4568e845",
51
51
  "@rspack/core": "1.5.3",
52
52
  "@types/semver": "7.7.1",
53
53
  "hookable": "5.5.3",