@unocss/transformer-directives
Advanced tools
Comparing version 0.58.9 to 0.59.0-beta.1
{ | ||
"name": "@unocss/transformer-directives", | ||
"version": "0.58.9", | ||
"type": "module", | ||
"version": "0.59.0-beta.1", | ||
"description": "UnoCSS transformer for `@apply` directive", | ||
@@ -23,8 +24,7 @@ "author": "hannoeru <me@hanlee.co>", | ||
".": { | ||
"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", | ||
@@ -37,4 +37,4 @@ "types": "./dist/index.d.ts", | ||
"css-tree": "^2.3.1", | ||
"@unocss/core": "0.58.9", | ||
"@unocss/rule-utils": "0.58.9" | ||
"@unocss/core": "0.59.0-beta.1", | ||
"@unocss/rule-utils": "0.59.0-beta.1" | ||
}, | ||
@@ -41,0 +41,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
16599
6
228
+ Added@unocss/core@0.59.0-beta.1(transitive)
+ Added@unocss/rule-utils@0.59.0-beta.1(transitive)
- Removed@unocss/core@0.58.9(transitive)
- Removed@unocss/rule-utils@0.58.9(transitive)
Updated@unocss/core@0.59.0-beta.1