@unocss/core 66.6.0 → 66.6.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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +4 -8
package/dist/index.mjs CHANGED
@@ -617,7 +617,7 @@ function definePreset(preset) {
617
617
 
618
618
  //#endregion
619
619
  //#region package.json
620
- var version = "66.6.0";
620
+ var version = "66.6.1";
621
621
 
622
622
  //#endregion
623
623
  //#region src/generator.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/core",
3
3
  "type": "module",
4
- "version": "66.6.0",
4
+ "version": "66.6.1",
5
5
  "description": "The instant on-demand Atomic CSS engine.",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -25,20 +25,16 @@
25
25
  ],
26
26
  "sideEffects": false,
27
27
  "exports": {
28
- ".": {
29
- "types": "./dist/index.d.mts",
30
- "default": "./dist/index.mjs"
31
- }
28
+ ".": "./dist/index.mjs",
29
+ "./package.json": "./package.json"
32
30
  },
33
- "main": "dist/index.mjs",
34
- "module": "dist/index.mjs",
35
31
  "types": "dist/index.d.mts",
36
32
  "files": [
37
33
  "dist"
38
34
  ],
39
35
  "devDependencies": {
40
36
  "magic-string": "^0.30.21",
41
- "unconfig": "^7.4.2"
37
+ "unconfig": "^7.5.0"
42
38
  },
43
39
  "scripts": {
44
40
  "build": "tsdown",