@lwc/style-compiler 7.3.0-alpha.2 → 8.0.0-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.cjs.js CHANGED
@@ -777,5 +777,5 @@ function transform(src, id, config = {}) {
777
777
  }
778
778
 
779
779
  exports.transform = transform;
780
- /** version: 7.3.0-alpha.2 */
780
+ /** version: 7.2.4 */
781
781
  //# sourceMappingURL=index.cjs.js.map
package/dist/index.js CHANGED
@@ -773,5 +773,5 @@ function transform(src, id, config = {}) {
773
773
  }
774
774
 
775
775
  export { transform };
776
- /** version: 7.3.0-alpha.2 */
776
+ /** version: 7.2.4 */
777
777
  //# 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": "7.3.0-alpha.2",
7
+ "version": "8.0.0-alpha.0",
8
8
  "description": "Transform style sheet to be consumed by the LWC engine",
9
9
  "keywords": [
10
10
  "lwc"
@@ -22,6 +22,9 @@
22
22
  "publishConfig": {
23
23
  "access": "public"
24
24
  },
25
+ "engines": {
26
+ "node": ">=20.9.0"
27
+ },
25
28
  "main": "dist/index.cjs.js",
26
29
  "module": "dist/index.js",
27
30
  "types": "dist/index.d.ts",
@@ -42,9 +45,9 @@
42
45
  }
43
46
  },
44
47
  "dependencies": {
45
- "@lwc/shared": "7.3.0-alpha.2",
46
- "postcss": "~8.4.40",
47
- "postcss-selector-parser": "~6.1.1",
48
+ "@lwc/shared": "8.0.0-alpha.0",
49
+ "postcss": "~8.4.44",
50
+ "postcss-selector-parser": "~6.1.2",
48
51
  "postcss-value-parser": "~4.2.0"
49
52
  }
50
53
  }