@lwc/style-compiler 6.6.1 → 6.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -777,5 +777,5 @@ function transform(src, id, config = {}) {
777
777
  }
778
778
 
779
779
  exports.transform = transform;
780
- /** version: 6.6.1 */
780
+ /** version: 6.6.3 */
781
781
  //# sourceMappingURL=index.cjs.js.map
package/dist/index.js CHANGED
@@ -773,5 +773,5 @@ function transform(src, id, config = {}) {
773
773
  }
774
774
 
775
775
  export { transform };
776
- /** version: 6.6.1 */
776
+ /** version: 6.6.3 */
777
777
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
5
5
  ],
6
6
  "name": "@lwc/style-compiler",
7
- "version": "6.6.1",
7
+ "version": "6.6.3",
8
8
  "description": "Transform style sheet to be consumed by the LWC engine",
9
9
  "keywords": [
10
10
  "lwc"
@@ -42,7 +42,7 @@
42
42
  }
43
43
  },
44
44
  "dependencies": {
45
- "@lwc/shared": "6.6.1",
45
+ "@lwc/shared": "6.6.3",
46
46
  "postcss": "~8.4.38",
47
47
  "postcss-selector-parser": "~6.0.15",
48
48
  "postcss-value-parser": "~4.2.0"