@unocss/core 0.51.10 → 0.51.12

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.cjs CHANGED
@@ -482,7 +482,7 @@ function resolveConfig(userConfig = {}, defaults = {}) {
482
482
  return resolved;
483
483
  }
484
484
 
485
- const version = "0.51.10";
485
+ const version = "0.51.12";
486
486
 
487
487
  class UnoGenerator {
488
488
  constructor(userConfig = {}, defaults = {}) {
package/dist/index.d.ts CHANGED
@@ -488,7 +488,7 @@ interface ConfigBase<Theme extends {} = {}> {
488
488
  *
489
489
  * Pass `null` or `false` to disable the default extractor.
490
490
  *
491
- * @see https://github.com/antfu/unocss/blob/main/packages/core/src/extractors/split.ts
491
+ * @see https://github.com/unocss/unocss/blob/main/packages/core/src/extractors/split.ts
492
492
  * @default import('@unocss/core').defaultExtractor
493
493
  */
494
494
  extractorDefault?: Extractor | null | false;
package/dist/index.mjs CHANGED
@@ -478,7 +478,7 @@ function resolveConfig(userConfig = {}, defaults = {}) {
478
478
  return resolved;
479
479
  }
480
480
 
481
- const version = "0.51.10";
481
+ const version = "0.51.12";
482
482
 
483
483
  class UnoGenerator {
484
484
  constructor(userConfig = {}, defaults = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/core",
3
- "version": "0.51.10",
3
+ "version": "0.51.12",
4
4
  "description": "The instant on-demand Atomic CSS engine.",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",