@lwc/synthetic-shadow 8.0.0-alpha.0 → 8.0.0

Sign up to get free protection for your applications and to get access to all the features.
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/synthetic-shadow",
7
- "version": "8.0.0-alpha.0",
7
+ "version": "8.0.0",
8
8
  "description": "Synthetic Shadow Root for LWC",
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,8 +42,8 @@
45
42
  }
46
43
  },
47
44
  "devDependencies": {
48
- "@lwc/features": "8.0.0-alpha.0",
49
- "@lwc/shared": "8.0.0-alpha.0"
45
+ "@lwc/features": "8.0.0",
46
+ "@lwc/shared": "8.0.0"
50
47
  },
51
48
  "lwc": {
52
49
  "modules": [
@@ -59,4 +56,4 @@
59
56
  "@lwc/synthetic-shadow"
60
57
  ]
61
58
  }
62
- }
59
+ }