@akanjs/store 0.9.43 → 0.9.45

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akanjs/store",
3
- "version": "0.9.43",
3
+ "version": "0.9.45",
4
4
  "sourceType": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -1,6 +1,6 @@
1
- import { DataList, type MergeAllKeyOfTypes, type MergeAllTypes, type MergedValues, type Prettify, Type } from "@akanjs/base";
1
+ import { DataList, type GetActionObject, type GetStateObject, type MergeAllKeyOfTypes, type MergeAllTypes, type MergedValues, type Prettify, Type } from "@akanjs/base";
2
2
  import { type FetchPolicy } from "@akanjs/common";
3
- import { DefaultOf, DocumentModel, FieldState, type FilterType, type GetActionObject, type GetStateObject, ProtoFile, QueryOf, type SortOf } from "@akanjs/constant";
3
+ import { DefaultOf, DocumentModel, FieldState, type FilterType, ProtoFile, QueryOf, type SortOf } from "@akanjs/constant";
4
4
  import { DbGraphQL, type DynamicSliceArgMap, FetchInitForm } from "@akanjs/signal";
5
5
  import { RefObject } from "react";
6
6
  import { Mutate, StoreApi } from "zustand";