@wcstack/state 2.3.0 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1079,6 +1079,7 @@ const STATE_EVENT_TOKENS_NAME = "$eventTokens";
1079
1079
  const STATE_ON_NAME = "$on";
1080
1080
  const STATE_STREAMS_NAME = "$streams";
1081
1081
  const STATE_WATCH_NAME = "$watch";
1082
+ const STATE_SCAN_NAME = "$scan";
1082
1083
  const STATE_RECURSION_NAME = "$recursion";
1083
1084
  const STATE_LIST_KEYS_NAME = "$listKeys";
1084
1085
  const STATE_STREAM_STATUS_NAMESPACE_NAME = "$streamStatus";
@@ -1157,6 +1158,7 @@ function getWcsManifest() {
1157
1158
  STATE_ON_NAME,
1158
1159
  STATE_STREAMS_NAME,
1159
1160
  STATE_WATCH_NAME,
1161
+ STATE_SCAN_NAME,
1160
1162
  STATE_LIST_KEYS_NAME,
1161
1163
  STATE_RECURSION_NAME,
1162
1164
  STATE_STREAM_STATUS_NAMESPACE_NAME,
@@ -642,6 +642,7 @@
642
642
  "$on",
643
643
  "$streams",
644
644
  "$watch",
645
+ "$scan",
645
646
  "$listKeys",
646
647
  "$recursion",
647
648
  "$streamStatus",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wcstack/state",
3
- "version": "2.3.0",
3
+ "version": "2.5.0",
4
4
  "description": "Reactive state management with declarative data binding for Web Components. Zero dependencies, buildless.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.esm.js",