@nuxt/docs-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.
@@ -801,6 +801,7 @@ More customizable than `ignorePrefix`: all files matching glob patterns specifie
801
801
  "**/*.stories.{js,cts,mts,ts,jsx,tsx}",
802
802
  "**/*.{spec,test}.{js,cts,mts,ts,jsx,tsx}",
803
803
  "**/*.d.{cts,mts,ts}",
804
+ "**/*.d.vue.{cts,mts,ts}",
804
805
  "**/.{pnpm-store,vercel,netlify,output,git,cache,data}",
805
806
  "**/*.sock",
806
807
  ".nuxt/analyze",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/docs-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",