@unocss/astro
Advanced tools
Comparing version 0.58.9 to 0.59.0-beta.1
{ | ||
"name": "@unocss/astro", | ||
"version": "0.58.9", | ||
"type": "module", | ||
"version": "0.59.0-beta.1", | ||
"description": "UnoCSS integration for Astro", | ||
@@ -28,8 +29,7 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>", | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
"types": "./dist/index.d.mts", | ||
"default": "./dist/index.mjs" | ||
} | ||
}, | ||
"main": "./dist/index.cjs", | ||
"main": "./dist/index.mjs", | ||
"module": "./dist/index.mjs", | ||
@@ -49,5 +49,5 @@ "types": "./dist/index.d.ts", | ||
"dependencies": { | ||
"@unocss/reset": "0.58.9", | ||
"@unocss/core": "0.58.9", | ||
"@unocss/vite": "0.58.9" | ||
"@unocss/reset": "0.59.0-beta.1", | ||
"@unocss/core": "0.59.0-beta.1", | ||
"@unocss/vite": "0.59.0-beta.1" | ||
}, | ||
@@ -54,0 +54,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Yes
6597
6
90
+ Added@unocss/config@0.59.0-beta.1(transitive)
+ Added@unocss/core@0.59.0-beta.1(transitive)
+ Added@unocss/inspector@0.59.0-beta.1(transitive)
+ Added@unocss/reset@0.59.0-beta.1(transitive)
+ Added@unocss/rule-utils@0.59.0-beta.1(transitive)
+ Added@unocss/scope@0.59.0-beta.1(transitive)
+ Added@unocss/transformer-directives@0.59.0-beta.1(transitive)
+ Added@unocss/vite@0.59.0-beta.1(transitive)
- Removed@unocss/config@0.58.9(transitive)
- Removed@unocss/core@0.58.9(transitive)
- Removed@unocss/inspector@0.58.9(transitive)
- Removed@unocss/reset@0.58.9(transitive)
- Removed@unocss/rule-utils@0.58.9(transitive)
- Removed@unocss/scope@0.58.9(transitive)
- Removed@unocss/transformer-directives@0.58.9(transitive)
- Removed@unocss/vite@0.58.9(transitive)
Updated@unocss/core@0.59.0-beta.1
Updated@unocss/reset@0.59.0-beta.1
Updated@unocss/vite@0.59.0-beta.1