@aloudata/ink-lineage 0.0.3-beta.23 → 0.0.3-beta.24

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.
@@ -139,7 +139,7 @@ export declare class InkLineageManager<TTableData extends ITableResBase<TColumnD
139
139
  /**************************************** graph *******************************/
140
140
  moveTargetToCenter(nodeId: string): void;
141
141
  appendChild(child: Image): void;
142
- getMode(): "SIMPLE" | "NORMAL";
142
+ getMode(): "NORMAL" | "SIMPLE";
143
143
  canvasResize(clientWidth: number, clientHeight: number): void;
144
144
  getCanvas(): import("@aloudata/ink-graph-new").Canvas;
145
145
  getNodeInstanceById(id: string): BaseNode<import("@aloudata/ink-graph-new").IBaseNodeConfig>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloudata/ink-lineage",
3
- "version": "0.0.3-beta.23",
3
+ "version": "0.0.3-beta.24",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "main": "./dist/index.js",
@@ -20,7 +20,7 @@
20
20
  "typescript": "^5.8.3"
21
21
  },
22
22
  "dependencies": {
23
- "@aloudata/ink-graph-new": "0.0.3-beta.23",
23
+ "@aloudata/ink-graph-new": "0.0.3-beta.24",
24
24
  "@aloudata/ink": "1.0.9-beta20",
25
25
  "@types/dagre": "^0.7.52",
26
26
  "dagre": "^0.8.5",