@lwc/style-compiler 8.0.0-alpha.0 → 8.0.0-alpha.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.cjs.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -5
package/dist/index.cjs.js
CHANGED
package/dist/index.js
CHANGED
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.0.0-alpha.
|
7
|
+
"version": "8.0.0-alpha.1",
|
8
8
|
"description": "Transform style sheet to be consumed by the LWC engine",
|
9
9
|
"keywords": [
|
10
10
|
"lwc"
|
@@ -22,9 +22,6 @@
|
|
22
22
|
"publishConfig": {
|
23
23
|
"access": "public"
|
24
24
|
},
|
25
|
-
"engines": {
|
26
|
-
"node": ">=20.9.0"
|
27
|
-
},
|
28
25
|
"main": "dist/index.cjs.js",
|
29
26
|
"module": "dist/index.js",
|
30
27
|
"types": "dist/index.d.ts",
|
@@ -45,7 +42,7 @@
|
|
45
42
|
}
|
46
43
|
},
|
47
44
|
"dependencies": {
|
48
|
-
"@lwc/shared": "8.0.0-alpha.
|
45
|
+
"@lwc/shared": "8.0.0-alpha.1",
|
49
46
|
"postcss": "~8.4.44",
|
50
47
|
"postcss-selector-parser": "~6.1.2",
|
51
48
|
"postcss-value-parser": "~4.2.0"
|