@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 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
@@ -657,7 +657,7 @@ function definePreset(preset) {
657
657
  return preset;
658
658
  }
659
659
 
660
- const version = "66.1.1";
660
+ const version = "66.1.2";
661
661
 
662
662
  const symbols = {
663
663
  shortcutsNoMerge: "$$symbol-shortcut-no-merge",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/core",
3
3
  "type": "module",
4
- "version": "66.1.1",
4
+ "version": "66.1.2",
5
5
  "description": "The instant on-demand Atomic CSS engine.",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",