@nuxt/kit-nightly 4.2.2-29388571.6bfef42a → 4.2.2-29390287.ffa14fe8

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 +2 -0
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -1426,6 +1426,8 @@ function resolveLayerPaths(dirs, projectBuildDir) {
1426
1426
  nuxt: [
1427
1427
  join(relativeSrcDir, "**/*"),
1428
1428
  join(relativeModulesDir, `*/runtime/**/*`),
1429
+ join(relativeRootDir, `test/nuxt/**/*`),
1430
+ join(relativeRootDir, `tests/nuxt/**/*`),
1429
1431
  join(relativeRootDir, `layers/*/app/**/*`),
1430
1432
  join(relativeRootDir, `layers/*/modules/*/runtime/**/*`)
1431
1433
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/kit-nightly",
3
- "version": "4.2.2-29388571.6bfef42a",
3
+ "version": "4.2.2-29390287.ffa14fe8",
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.2.2-29388571.6bfef42a",
48
+ "@nuxt/schema": "npm:@nuxt/schema-nightly@4.2.2-29390287.ffa14fe8",
49
49
  "@rspack/core": "1.6.1",
50
50
  "@types/semver": "7.7.1",
51
51
  "hookable": "5.5.3",