@unocss/preset-legacy-compat 66.2.0 → 66.2.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.d.cts CHANGED
@@ -22,5 +22,6 @@ interface LegacyCompatOptions {
22
22
  */
23
23
  declare const presetLegacyCompat: _unocss_core.PresetFactory<object, LegacyCompatOptions>;
24
24
 
25
+ // @ts-ignore
25
26
  export = presetLegacyCompat;
26
27
  export { type LegacyCompatOptions, presetLegacyCompat };
package/dist/index.d.ts CHANGED
@@ -22,5 +22,6 @@ interface LegacyCompatOptions {
22
22
  */
23
23
  declare const presetLegacyCompat: _unocss_core.PresetFactory<object, LegacyCompatOptions>;
24
24
 
25
+ // @ts-ignore
25
26
  export = presetLegacyCompat;
26
27
  export { type LegacyCompatOptions, presetLegacyCompat };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/preset-legacy-compat",
3
- "version": "66.2.0",
3
+ "version": "66.2.1",
4
4
  "description": "Collections of legacy compatibility utilities.",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -32,7 +32,7 @@
32
32
  "dist"
33
33
  ],
34
34
  "dependencies": {
35
- "@unocss/core": "66.2.0"
35
+ "@unocss/core": "66.2.1"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "unbuild",