@dineug/erd-editor 3.2.6 → 3.2.7

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.
@@ -4,6 +4,6 @@ import { AnyAction, createAction } from '@dineug/r-html';
4
4
  import { Channel, CoroutineCreator } from '@dineug/go';
5
5
 
6
6
  type ActionCreator = ReturnType<typeof createAction<any>>;
7
- export type CO = (channel: Channel<AnyAction>, state: RootState, ctx: EngineContext) => ReturnType<CoroutineCreator>;
7
+ export type CO = (channel: Channel<AnyAction>, getState: () => RootState, ctx: EngineContext) => ReturnType<CoroutineCreator>;
8
8
  export type Hook = [Array<ActionCreator | string>, CO];
9
9
  export {};
package/dist/engine.js CHANGED
@@ -1,7 +1,7 @@
1
- import { D as C, E as w, w as A, O as x, G as d, K as E, s as G, bv as h, J as l, Y as I, d4 as O, bu as T, aB as V, d9 as $, da as j, V as k, db as J, cY as R } from "./schemaGCService-0Skkcmc5.js";
1
+ import { D as C, E as w, w as A, O as x, G as d, K as E, s as G, bv as h, J as l, Y as I, d4 as O, bu as T, aB as V, d9 as $, da as j, V as k, db as J, cY as R } from "./schemaGCService-AAKKj104.js";
2
2
  /*!
3
3
  * @dineug/erd-editor
4
- * @version 3.2.6 | Sat Nov 09 2024
4
+ * @version 3.2.7 | Fri Feb 28 2025
5
5
  * @author SeungHwan-Lee <dineug2@gmail.com>
6
6
  * @license MIT
7
7
  */