@unocss/core 0.33.2 → 0.33.4

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
@@ -456,7 +456,7 @@ function resolveConfig(userConfig = {}, defaults = {}) {
456
456
  };
457
457
  }
458
458
 
459
- const version = "0.33.2";
459
+ const version = "0.33.4";
460
460
 
461
461
  class UnoGenerator {
462
462
  constructor(userConfig = {}, defaults = {}) {
package/dist/index.mjs CHANGED
@@ -452,7 +452,7 @@ function resolveConfig(userConfig = {}, defaults = {}) {
452
452
  };
453
453
  }
454
454
 
455
- const version = "0.33.2";
455
+ const version = "0.33.4";
456
456
 
457
457
  class UnoGenerator {
458
458
  constructor(userConfig = {}, defaults = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/core",
3
- "version": "0.33.2",
3
+ "version": "0.33.4",
4
4
  "description": "The instant on-demand Atomic CSS engine.",
5
5
  "keywords": [
6
6
  "unocss",
@@ -37,7 +37,7 @@
37
37
  ],
38
38
  "sideEffects": false,
39
39
  "devDependencies": {
40
- "magic-string": "^0.26.1",
40
+ "magic-string": "^0.26.2",
41
41
  "nanoevents": "^6.0.2",
42
42
  "unconfig": "^0.3.4"
43
43
  },