lightningcss-wasm
Advanced tools
Comparing version 1.21.3 to 1.21.4
@@ -243,3 +243,3 @@ import type { Angle, CssColor, Rule, CustomProperty, EnvironmentVariable, Function, Image, LengthValue, MediaQuery, Declaration, Ratio, Resolution, Selector, SupportsCondition, Time, Token, TokenOrValue, UnknownAtRule, Url, Variable, StyleRule, DeclarationBlock, ParsedComponent, Multiplier } from './ast'; | ||
export type BundleOptions<C extends CustomAtRules> = Omit<TransformOptions<C>, 'code' | 'analyzeDependencies'>; | ||
export type BundleOptions<C extends CustomAtRules> = Omit<TransformOptions<C>, 'code'>; | ||
@@ -246,0 +246,0 @@ export interface BundleAsyncOptions<C extends CustomAtRules> extends BundleOptions<C> { |
{ | ||
"name": "lightningcss-wasm", | ||
"version": "1.21.3", | ||
"version": "1.21.4", | ||
"license": "MPL-2.0", | ||
@@ -5,0 +5,0 @@ "description": "A CSS parser, transformer, and minifier written in Rust", |
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
8893511