@unocss/astro 66.3.3 → 66.4.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.mts CHANGED
@@ -22,4 +22,5 @@ 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 { type AstroIntegrationConfig, UnoCSSAstroIntegration as default };
25
+ export { UnoCSSAstroIntegration as default };
26
+ export type { AstroIntegrationConfig };
package/dist/index.d.ts CHANGED
@@ -22,4 +22,5 @@ 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 { type AstroIntegrationConfig, UnoCSSAstroIntegration as default };
25
+ export { UnoCSSAstroIntegration as default };
26
+ export type { AstroIntegrationConfig };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/astro",
3
3
  "type": "module",
4
- "version": "66.3.3",
4
+ "version": "66.4.1",
5
5
  "description": "UnoCSS integration for Astro",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -45,9 +45,9 @@
45
45
  }
46
46
  },
47
47
  "dependencies": {
48
- "@unocss/core": "66.3.3",
49
- "@unocss/reset": "66.3.3",
50
- "@unocss/vite": "66.3.3"
48
+ "@unocss/core": "66.4.1",
49
+ "@unocss/vite": "66.4.1",
50
+ "@unocss/reset": "66.4.1"
51
51
  },
52
52
  "devDependencies": {
53
53
  "astro": "^4.16.18"