@unocss/core 0.55.0 → 0.55.1

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
@@ -217,8 +217,6 @@ class CountableSet extends Set {
217
217
  constructor(values) {
218
218
  super(values);
219
219
  this._map ?? (this._map = /* @__PURE__ */ new Map());
220
- for (const value of values ?? [])
221
- this.add(value);
222
220
  }
223
221
  add(key) {
224
222
  this._map ?? (this._map = /* @__PURE__ */ new Map());
@@ -599,7 +597,7 @@ function mergeAutocompleteShorthands(shorthands) {
599
597
  );
600
598
  }
601
599
 
602
- const version = "0.55.0";
600
+ const version = "0.55.1";
603
601
 
604
602
  class UnoGenerator {
605
603
  constructor(userConfig = {}, defaults = {}) {
package/dist/index.mjs CHANGED
@@ -213,8 +213,6 @@ class CountableSet extends Set {
213
213
  constructor(values) {
214
214
  super(values);
215
215
  this._map ?? (this._map = /* @__PURE__ */ new Map());
216
- for (const value of values ?? [])
217
- this.add(value);
218
216
  }
219
217
  add(key) {
220
218
  this._map ?? (this._map = /* @__PURE__ */ new Map());
@@ -595,7 +593,7 @@ function mergeAutocompleteShorthands(shorthands) {
595
593
  );
596
594
  }
597
595
 
598
- const version = "0.55.0";
596
+ const version = "0.55.1";
599
597
 
600
598
  class UnoGenerator {
601
599
  constructor(userConfig = {}, defaults = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/core",
3
- "version": "0.55.0",
3
+ "version": "0.55.1",
4
4
  "description": "The instant on-demand Atomic CSS engine.",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",