@unocss/core 0.12.0 → 0.12.5

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.js CHANGED
@@ -305,7 +305,7 @@ function resolveConfig(userConfig = {}, defaults = {}) {
305
305
  }
306
306
 
307
307
  // package.json
308
- var version = "0.12.0";
308
+ var version = "0.12.5";
309
309
 
310
310
  // src/generator/index.ts
311
311
  var UnoGenerator = class {
package/dist/index.mjs CHANGED
@@ -268,7 +268,7 @@ function resolveConfig(userConfig = {}, defaults = {}) {
268
268
  }
269
269
 
270
270
  // package.json
271
- var version = "0.12.0";
271
+ var version = "0.12.5";
272
272
 
273
273
  // src/generator/index.ts
274
274
  var UnoGenerator = class {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/core",
3
- "version": "0.12.0",
3
+ "version": "0.12.5",
4
4
  "description": "The instant on-demand Atomic CSS engine.",
5
5
  "keywords": [
6
6
  "unocss",
@@ -26,7 +26,8 @@
26
26
  "exports": {
27
27
  ".": {
28
28
  "require": "./dist/index.js",
29
- "import": "./dist/index.mjs"
29
+ "import": "./dist/index.mjs",
30
+ "types": "./dist/index.d.ts"
30
31
  }
31
32
  },
32
33
  "main": "dist/index.js",