@lwc/signals 8.13.0-alpha.0 → 8.13.1-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
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": "8.13.
|
7
|
+
"version": "8.13.1-alpha.0",
|
8
8
|
"description": "Provides the interface to interact with reactivity from outside the framework",
|
9
9
|
"keywords": [
|
10
10
|
"lwc"
|
@@ -46,6 +46,6 @@
|
|
46
46
|
}
|
47
47
|
},
|
48
48
|
"devDependencies": {
|
49
|
-
"@lwc/shared": "8.13.
|
49
|
+
"@lwc/shared": "8.13.1-alpha.0"
|
50
50
|
}
|
51
51
|
}
|