@lwc/style-compiler 8.13.1-alpha.0 → 8.13.2

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
@@ -804,5 +804,5 @@ function transform(src, id, config = {}) {
804
804
  }
805
805
 
806
806
  exports.transform = transform;
807
- /** version: 8.13.0 */
807
+ /** version: 8.13.2 */
808
808
  //# sourceMappingURL=index.cjs.js.map
package/dist/index.js CHANGED
@@ -800,5 +800,5 @@ function transform(src, id, config = {}) {
800
800
  }
801
801
 
802
802
  export { transform };
803
- /** version: 8.13.0 */
803
+ /** version: 8.13.2 */
804
804
  //# 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": "8.13.1-alpha.0",
7
+ "version": "8.13.2",
8
8
  "description": "Transform style sheet to be consumed by the LWC engine",
9
9
  "keywords": [
10
10
  "lwc"
@@ -46,9 +46,9 @@
46
46
  }
47
47
  },
48
48
  "dependencies": {
49
- "@lwc/shared": "8.13.1-alpha.0",
49
+ "@lwc/shared": "8.13.2",
50
50
  "postcss": "~8.5.1",
51
- "postcss-selector-parser": "~7.0.0",
51
+ "postcss-selector-parser": "~7.1.0",
52
52
  "postcss-value-parser": "~4.2.0"
53
53
  }
54
- }
54
+ }