@akanjs/store 1.0.7 → 1.0.8

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.
@@ -1033,7 +1033,7 @@ const makeStore = (st, signals) => {
1033
1033
  return store2;
1034
1034
  })
1035
1035
  ),
1036
- { name: "root", anonymousActionType: "root", type: "root" }
1036
+ { name: "root", anonymousActionType: "root" }
1037
1037
  )
1038
1038
  );
1039
1039
  return createSelectors(zustandStore, st, signals.map((signal) => signal.slices).flat());
@@ -1017,7 +1017,7 @@ const makeStore = (st, signals) => {
1017
1017
  return store2;
1018
1018
  })
1019
1019
  ),
1020
- { name: "root", anonymousActionType: "root", type: "root" }
1020
+ { name: "root", anonymousActionType: "root" }
1021
1021
  )
1022
1022
  );
1023
1023
  return createSelectors(zustandStore, st, signals.map((signal) => signal.slices).flat());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akanjs/store",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "sourceType": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"