@nuxt/schema-nightly 4.3.0-29474543.8aaf9d5a → 4.3.0-29480335.ebc2a66a

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 +1 -1
package/dist/index.mjs CHANGED
@@ -426,6 +426,8 @@ var common_default = defineResolvers({
426
426
  "**/*.d.{cts,mts,ts}",
427
427
  "**/*.d.vue.{cts,mts,ts}",
428
428
  "**/.{pnpm-store,vercel,netlify,output,git,cache,data}",
429
+ "**/node-compile-cache",
430
+ "**/test-results",
429
431
  "**/*.sock",
430
432
  relative(rootDir, analyzeDir),
431
433
  relative(rootDir, buildDir)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/schema-nightly",
3
- "version": "4.3.0-29474543.8aaf9d5a",
3
+ "version": "4.3.0-29480335.ebc2a66a",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",