@flowerforce/flower-core 3.1.2-beta.0 → 3.1.2-beta.2

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.
@@ -144,6 +144,11 @@ export type ReducersFunctions<T extends Record<string, any> = Record<string, Flo
144
144
  persist: boolean;
145
145
  nodes: Node[];
146
146
  initialData: any;
147
+ initialState: {
148
+ startId?: string;
149
+ current?: string;
150
+ history?: string[];
151
+ };
147
152
  }>;
148
153
  /**
149
154
  * @param state
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowerforce/flower-core",
3
- "version": "3.1.2-beta.0",
3
+ "version": "3.1.2-beta.2",
4
4
  "description": "Core functions for flowerJS",
5
5
  "repository": {
6
6
  "type": "git",