@lwc/style-compiler 9.1.0 → 9.1.1-alpha.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 CHANGED
@@ -894,5 +894,5 @@ function transform(src, id, config = {}) {
894
894
  }
895
895
 
896
896
  exports.transform = transform;
897
- /** version: 9.1.0 */
897
+ /** version: 9.1.1-alpha.0 */
898
898
  //# sourceMappingURL=index.cjs.map
package/dist/index.js CHANGED
@@ -890,5 +890,5 @@ function transform(src, id, config = {}) {
890
890
  }
891
891
 
892
892
  export { transform };
893
- /** version: 9.1.0 */
893
+ /** version: 9.1.1-alpha.0 */
894
894
  //# 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": "9.1.0",
7
+ "version": "9.1.1-alpha.0",
8
8
  "description": "Transform style sheet to be consumed by the LWC engine",
9
9
  "keywords": [
10
10
  "lwc"
@@ -51,7 +51,7 @@
51
51
  }
52
52
  },
53
53
  "dependencies": {
54
- "@lwc/shared": "9.1.0",
54
+ "@lwc/shared": "9.1.1-alpha.0",
55
55
  "postcss": "~8.5.8",
56
56
  "postcss-selector-parser": "~7.1.1",
57
57
  "postcss-value-parser": "~4.2.0"