@lwc/style-compiler 4.0.0-alpha.0 → 4.0.1

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.cjs.js CHANGED
@@ -760,5 +760,5 @@ function transform(src, id, config = {}) {
760
760
  }
761
761
 
762
762
  exports.transform = transform;
763
- /** version: 4.0.0-alpha.0 */
763
+ /** version: 4.0.1 */
764
764
  //# sourceMappingURL=index.cjs.js.map
package/dist/index.js CHANGED
@@ -756,5 +756,5 @@ function transform(src, id, config = {}) {
756
756
  }
757
757
 
758
758
  export { transform };
759
- /** version: 4.0.0-alpha.0 */
759
+ /** version: 4.0.1 */
760
760
  //# 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": "4.0.0-alpha.0",
7
+ "version": "4.0.1",
8
8
  "description": "Transform style sheet to be consumed by the LWC engine",
9
9
  "keywords": [
10
10
  "lwc"
@@ -36,19 +36,19 @@
36
36
  "targets": {
37
37
  "build": {
38
38
  "outputs": [
39
- "./dist"
39
+ "{projectRoot}/dist"
40
40
  ]
41
41
  }
42
42
  }
43
43
  },
44
44
  "dependencies": {
45
- "@lwc/shared": "4.0.0-alpha.0",
46
- "postcss": "~8.4.27",
45
+ "@lwc/shared": "4.0.1",
46
+ "postcss": "~8.4.31",
47
47
  "postcss-selector-parser": "~6.0.13",
48
48
  "postcss-value-parser": "~4.2.0",
49
- "string.prototype.matchall": "^4.0.8"
49
+ "string.prototype.matchall": "^4.0.10"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/string.prototype.matchall": "^4.0.0"
53
53
  }
54
- }
54
+ }