@unocss/transformer-variant-group
Advanced tools
Comparing version 0.26.4 to 0.27.0
@@ -1,10 +0,7 @@ | ||
import * as magic_string from 'magic-string'; | ||
import { SourceCodeTransformer } from '@unocss/core'; | ||
import MagicString from 'magic-string-extra'; | ||
declare function transformerVariantGroup(): SourceCodeTransformer; | ||
declare function transformVariantGroups(code: string, sourcemap?: boolean): { | ||
code: string; | ||
map: magic_string.SourceMap | undefined; | ||
} | null; | ||
declare function transformVariantGroups(code: MagicString): void; | ||
export { transformerVariantGroup as default, transformVariantGroups }; |
{ | ||
"name": "@unocss/transformer-variant-group", | ||
"version": "0.26.4", | ||
"version": "0.27.0", | ||
"description": "Variant group transformer for UnoCSS", | ||
@@ -35,5 +35,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@unocss/core": "0.26.4", | ||
"magic-string": "^0.25.7" | ||
"@unocss/core": "0.27.0" | ||
}, | ||
"devDependencies": { | ||
"magic-string-extra": "^0.1.2" | ||
}, | ||
"scripts": { | ||
@@ -40,0 +42,0 @@ "build": "unbuild", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1
1
4692
1
52
+ Added@unocss/core@0.27.0(transitive)
- Removedmagic-string@^0.25.7
- Removed@unocss/core@0.26.4(transitive)
- Removedmagic-string@0.25.9(transitive)
- Removedsourcemap-codec@1.4.8(transitive)
Updated@unocss/core@0.27.0