@unocss/astro 66.6.6 → 66.6.7

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 -3
  2. package/package.json +4 -4
package/dist/index.mjs CHANGED
@@ -2,7 +2,6 @@ import { join, resolve } from "node:path";
2
2
  import { fileURLToPath } from "node:url";
3
3
  import VitePlugin from "@unocss/vite";
4
4
  import { normalizePath } from "vite";
5
-
6
5
  //#region src/index.ts
7
6
  const UNO_INJECT_ID = "uno-astro";
8
7
  function AstroVitePlugin(options) {
@@ -49,6 +48,5 @@ function UnoCSSAstroIntegration(options = {}, defaults) {
49
48
  } }
50
49
  };
51
50
  }
52
-
53
51
  //#endregion
54
- export { UnoCSSAstroIntegration as default };
52
+ export { UnoCSSAstroIntegration as default };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/astro",
3
3
  "type": "module",
4
- "version": "66.6.6",
4
+ "version": "66.6.7",
5
5
  "description": "UnoCSS integration for Astro",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -41,9 +41,9 @@
41
41
  }
42
42
  },
43
43
  "dependencies": {
44
- "@unocss/reset": "66.6.6",
45
- "@unocss/vite": "66.6.6",
46
- "@unocss/core": "66.6.6"
44
+ "@unocss/core": "66.6.7",
45
+ "@unocss/reset": "66.6.7",
46
+ "@unocss/vite": "66.6.7"
47
47
  },
48
48
  "devDependencies": {
49
49
  "astro": "^5.17.3"