@unocss/core 66.1.1 → 66.1.2
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.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -911,7 +911,7 @@ interface ContentOptions {
|
|
|
911
911
|
* By default, `.ts` and `.js` files are NOT extracted.
|
|
912
912
|
*
|
|
913
913
|
* @see https://www.npmjs.com/package/picomatch
|
|
914
|
-
* @default [/\.(vue|svelte|[jt]sx|mdx?|astro|elm|php|phtml|html)($|\?)/]
|
|
914
|
+
* @default [/\.(vue|svelte|[jt]sx|vine.ts|mdx?|astro|elm|php|phtml|html)($|\?)/]
|
|
915
915
|
*/
|
|
916
916
|
include?: FilterPattern;
|
|
917
917
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -911,7 +911,7 @@ interface ContentOptions {
|
|
|
911
911
|
* By default, `.ts` and `.js` files are NOT extracted.
|
|
912
912
|
*
|
|
913
913
|
* @see https://www.npmjs.com/package/picomatch
|
|
914
|
-
* @default [/\.(vue|svelte|[jt]sx|mdx?|astro|elm|php|phtml|html)($|\?)/]
|
|
914
|
+
* @default [/\.(vue|svelte|[jt]sx|vine.ts|mdx?|astro|elm|php|phtml|html)($|\?)/]
|
|
915
915
|
*/
|
|
916
916
|
include?: FilterPattern;
|
|
917
917
|
/**
|
package/dist/index.mjs
CHANGED