@unocss/astro 0.55.2 → 0.55.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.d.cts CHANGED
@@ -22,4 +22,4 @@ interface AstroIntegrationConfig<Theme extends object = object> extends VitePlug
22
22
  }
23
23
  declare function UnoCSSAstroIntegration<Theme extends object>(options?: AstroIntegrationConfig<Theme>, defaults?: UserConfigDefaults): AstroIntegration;
24
24
 
25
- export { AstroIntegrationConfig, UnoCSSAstroIntegration as default };
25
+ export { type AstroIntegrationConfig, UnoCSSAstroIntegration as default };
package/dist/index.d.mts CHANGED
@@ -22,4 +22,4 @@ interface AstroIntegrationConfig<Theme extends object = object> extends VitePlug
22
22
  }
23
23
  declare function UnoCSSAstroIntegration<Theme extends object>(options?: AstroIntegrationConfig<Theme>, defaults?: UserConfigDefaults): AstroIntegration;
24
24
 
25
- export { AstroIntegrationConfig, UnoCSSAstroIntegration as default };
25
+ export { type AstroIntegrationConfig, UnoCSSAstroIntegration as default };
package/dist/index.d.ts CHANGED
@@ -22,4 +22,4 @@ interface AstroIntegrationConfig<Theme extends object = object> extends VitePlug
22
22
  }
23
23
  declare function UnoCSSAstroIntegration<Theme extends object>(options?: AstroIntegrationConfig<Theme>, defaults?: UserConfigDefaults): AstroIntegration;
24
24
 
25
- export { AstroIntegrationConfig, UnoCSSAstroIntegration as default };
25
+ export { type AstroIntegrationConfig, UnoCSSAstroIntegration as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/astro",
3
- "version": "0.55.2",
3
+ "version": "0.55.4",
4
4
  "description": "UnoCSS integration for Astro",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -45,12 +45,12 @@
45
45
  }
46
46
  },
47
47
  "dependencies": {
48
- "@unocss/core": "0.55.2",
49
- "@unocss/reset": "0.55.2",
50
- "@unocss/vite": "0.55.2"
48
+ "@unocss/core": "0.55.4",
49
+ "@unocss/reset": "0.55.4",
50
+ "@unocss/vite": "0.55.4"
51
51
  },
52
52
  "devDependencies": {
53
- "astro": "^2.10.9"
53
+ "astro": "^2.10.14"
54
54
  },
55
55
  "scripts": {
56
56
  "build": "unbuild",