@lwc/style-compiler 2.49.0 → 2.49.1

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.cjs.js CHANGED
@@ -907,5 +907,5 @@ function transform(src, id, config = {}) {
907
907
  }
908
908
 
909
909
  exports.transform = transform;
910
- /** version: 2.49.0 */
910
+ /** version: 2.49.1 */
911
911
  //# sourceMappingURL=index.cjs.js.map
package/dist/index.js CHANGED
@@ -903,5 +903,5 @@ function transform(src, id, config = {}) {
903
903
  }
904
904
 
905
905
  export { transform };
906
- /** version: 2.49.0 */
906
+ /** version: 2.49.1 */
907
907
  //# 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": "2.49.0",
7
+ "version": "2.49.1",
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": "2.49.0",
45
+ "@lwc/shared": "2.49.1",
46
46
  "postcss": "~8.4.24",
47
47
  "postcss-selector-parser": "~6.0.13",
48
48
  "postcss-value-parser": "~4.2.0",