@nuxt/schema-nightly 4.2.2-29404141.cdce631a → 4.2.2-29404491.1c73525a

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 +1 -1
package/dist/index.mjs CHANGED
@@ -514,6 +514,7 @@ const common = defineResolvers({
514
514
  // ignore tests
515
515
  "**/*.d.{cts,mts,ts}",
516
516
  // ignore type declarations
517
+ "**/*.d.vue.{cts,mts,ts}",
517
518
  "**/.{pnpm-store,vercel,netlify,output,git,cache,data}",
518
519
  "**/*.sock",
519
520
  relative(rootDir, analyzeDir),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/schema-nightly",
3
- "version": "4.2.2-29404141.cdce631a",
3
+ "version": "4.2.2-29404491.1c73525a",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",