@lwc/style-compiler 8.25.0 → 8.26.0

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
@@ -891,5 +891,5 @@ function transform(src, id, config = {}) {
891
891
  }
892
892
 
893
893
  exports.transform = transform;
894
- /** version: 8.25.0 */
894
+ /** version: 8.26.0 */
895
895
  //# sourceMappingURL=index.cjs.js.map
package/dist/index.js CHANGED
@@ -887,5 +887,5 @@ function transform(src, id, config = {}) {
887
887
  }
888
888
 
889
889
  export { transform };
890
- /** version: 8.25.0 */
890
+ /** version: 8.26.0 */
891
891
  //# 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.25.0",
7
+ "version": "8.26.0",
8
8
  "description": "Transform style sheet to be consumed by the LWC engine",
9
9
  "keywords": [
10
10
  "lwc"
@@ -46,7 +46,7 @@
46
46
  }
47
47
  },
48
48
  "dependencies": {
49
- "@lwc/shared": "8.25.0",
49
+ "@lwc/shared": "8.26.0",
50
50
  "postcss": "~8.5.6",
51
51
  "postcss-selector-parser": "~7.1.0",
52
52
  "postcss-value-parser": "~4.2.0"