@prefecthq/graphs 2.2.11 → 2.2.13

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.
@@ -22,9 +22,9 @@ export declare const DEFAULT_ROOT_EVENT_Z_INDEX = 2;
22
22
  export declare const DEFAULT_ROOT_FLOW_STATE_Z_INDEX = 3;
23
23
  export declare const DEFAULT_ROOT_ARTIFACT_Z_INDEX = 4;
24
24
  export declare const DEFAULT_SUBFLOW_BORDER_Z_INDEX = 0;
25
- export declare const DEFAULT_SUBFLOW_NODES_Z_INDEX = 1;
26
- export declare const DEFAULT_SUBFLOW_EVENT_Z_INDEX = 2;
27
- export declare const DEFAULT_SUBFLOW_STATE_Z_INDEX = 3;
28
- export declare const DEFAULT_SUBFLOW_ARTIFACT_Z_INDEX = 4;
29
- export declare const DEFAULT_SUBFLOW_NODE_Z_INDEX = 5;
30
- export declare const DEFAULT_SUBFLOW_LABEL_Z_INDEX = 6;
25
+ export declare const DEFAULT_SUBFLOW_EVENT_Z_INDEX = 1;
26
+ export declare const DEFAULT_SUBFLOW_STATE_Z_INDEX = 2;
27
+ export declare const DEFAULT_SUBFLOW_NODES_Z_INDEX = 2;
28
+ export declare const DEFAULT_SUBFLOW_ARTIFACT_Z_INDEX = 3;
29
+ export declare const DEFAULT_SUBFLOW_NODE_Z_INDEX = 4;
30
+ export declare const DEFAULT_SUBFLOW_LABEL_Z_INDEX = 5;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@prefecthq/graphs",
3
3
  "private": false,
4
- "version": "2.2.11",
4
+ "version": "2.2.13",
5
5
  "description": "Large scale graphs designed for Prefect",
6
6
  "scripts": {
7
7
  "serve": "vite --host --mode=demo",