@lwc/style-compiler
Advanced tools
Comparing version 8.10.1 to 8.11.0
@@ -799,5 +799,5 @@ /** | ||
const scoped = !!config.scoped; | ||
shared.getAPIVersionFromNumber(config.apiVersion); | ||
const apiVersion = shared.getAPIVersionFromNumber(config.apiVersion); | ||
const disableSyntheticShadowSupport = !!config.disableSyntheticShadowSupport; | ||
const plugins = [postCssLwcPlugin({ scoped, disableSyntheticShadowSupport })]; | ||
const plugins = [postCssLwcPlugin({ scoped, apiVersion, disableSyntheticShadowSupport })]; | ||
const result = postcss(plugins).process(src, { from: id }).sync(); | ||
@@ -808,3 +808,3 @@ return { code: serialize(result, config) }; | ||
exports.transform = transform; | ||
/** version: 8.10.1 */ | ||
/** version: 8.11.0 */ | ||
//# sourceMappingURL=index.cjs.js.map |
@@ -795,5 +795,5 @@ /** | ||
const scoped = !!config.scoped; | ||
getAPIVersionFromNumber(config.apiVersion); | ||
const apiVersion = getAPIVersionFromNumber(config.apiVersion); | ||
const disableSyntheticShadowSupport = !!config.disableSyntheticShadowSupport; | ||
const plugins = [postCssLwcPlugin({ scoped, disableSyntheticShadowSupport })]; | ||
const plugins = [postCssLwcPlugin({ scoped, apiVersion, disableSyntheticShadowSupport })]; | ||
const result = postcss(plugins).process(src, { from: id }).sync(); | ||
@@ -804,3 +804,3 @@ return { code: serialize(result, config) }; | ||
export { transform }; | ||
/** version: 8.10.1 */ | ||
/** version: 8.11.0 */ | ||
//# sourceMappingURL=index.js.map |
@@ -7,3 +7,3 @@ { | ||
"name": "@lwc/style-compiler", | ||
"version": "8.10.1", | ||
"version": "8.11.0", | ||
"description": "Transform style sheet to be consumed by the LWC engine", | ||
@@ -46,3 +46,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@lwc/shared": "8.10.1", | ||
"@lwc/shared": "8.11.0", | ||
"postcss": "~8.4.49", | ||
@@ -49,0 +49,0 @@ "postcss-selector-parser": "~7.0.0", |
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
126168
+ Added@lwc/shared@8.11.0(transitive)
- Removed@lwc/shared@8.10.1(transitive)
Updated@lwc/shared@8.11.0