@lwc/signals 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
@@ -23,5 +23,5 @@ class SignalBaseClass {
23
23
  }
24
24
 
25
25
  exports.SignalBaseClass = SignalBaseClass;
26
- /** version: 7.3.0-alpha.2 */
26
+ /** version: 7.2.4 */
27
27
  //# sourceMappingURL=index.cjs.js.map
package/dist/index.js CHANGED
@@ -19,5 +19,5 @@ class SignalBaseClass {
19
19
  }
20
20
 
21
21
  export { SignalBaseClass };
22
- /** version: 7.3.0-alpha.2 */
22
+ /** version: 7.2.4 */
23
23
  //# 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/signals",
7
- "version": "7.3.0-alpha.2",
7
+ "version": "8.0.0-alpha.0",
8
8
  "description": "Provides the interface to interact with reactivity from outside the framework",
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",