@awesome-flow/ecs 0.9.1 → 0.9.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.
package/dist/index.cjs CHANGED
@@ -960,8 +960,8 @@ function FlowEcsEdgeModules(props) {
960
960
  onConnect({
961
961
  source: node.id,
962
962
  target: systemModule.id,
963
- sourceHandle: sourceHandle.id,
964
- targetHandle: targetHandle.id
963
+ sourceHandle: sourceHandle.handleId,
964
+ targetHandle: targetHandle.handleId
965
965
  });
966
966
  }
967
967
  }
@@ -1028,8 +1028,8 @@ function FlowEcsEdgeProxies(props) {
1028
1028
  onConnect({
1029
1029
  source: node.id,
1030
1030
  target: proxyNode.id,
1031
- sourceHandle: sourceHandle.id,
1032
- targetHandle: targetHandle.id
1031
+ sourceHandle: sourceHandle.handleId,
1032
+ targetHandle: targetHandle.handleId
1033
1033
  });
1034
1034
  }
1035
1035
  }
package/dist/index.js CHANGED
@@ -960,8 +960,8 @@ function FlowEcsEdgeModules(props) {
960
960
  onConnect({
961
961
  source: node.id,
962
962
  target: systemModule.id,
963
- sourceHandle: sourceHandle.id,
964
- targetHandle: targetHandle.id
963
+ sourceHandle: sourceHandle.handleId,
964
+ targetHandle: targetHandle.handleId
965
965
  });
966
966
  }
967
967
  }
@@ -1028,8 +1028,8 @@ function FlowEcsEdgeProxies(props) {
1028
1028
  onConnect({
1029
1029
  source: node.id,
1030
1030
  target: proxyNode.id,
1031
- sourceHandle: sourceHandle.id,
1032
- targetHandle: targetHandle.id
1031
+ sourceHandle: sourceHandle.handleId,
1032
+ targetHandle: targetHandle.handleId
1033
1033
  });
1034
1034
  }
1035
1035
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awesome-flow/ecs",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "The ECS package for Awesome Flow. Provides basic components to map Awesome ECS objects.",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -15,7 +15,7 @@
15
15
  "dependencies": {
16
16
  "@awesome-ecs/abstract": "^0.20.2",
17
17
  "@awesome-ecs/core": "^0.20.2",
18
- "@awesome-flow/core": "^0.9.1",
18
+ "@awesome-flow/core": "^0.9.2",
19
19
  "react-inspector": "^6.0.2"
20
20
  },
21
21
  "peerDependencies": {
@@ -29,14 +29,14 @@
29
29
  "zustand": ">=4.5.5"
30
30
  },
31
31
  "devDependencies": {
32
- "@mantine/core": "^7.15.1",
33
- "@mantine/hooks": "^7.15.1",
34
- "@tabler/icons-react": "^3.24.0",
35
- "@xyflow/react": "^12.3.6",
36
- "@xyflow/system": "^0.0.47",
32
+ "@mantine/core": "^7.16.2",
33
+ "@mantine/hooks": "^7.16.2",
34
+ "@tabler/icons-react": "^3.29.0",
35
+ "@xyflow/react": "^12.4.2",
36
+ "@xyflow/system": "^0.0.50",
37
37
  "react": "^19.0.0",
38
38
  "react-dom": "^19.0.0",
39
- "zustand": "^5.0.2"
39
+ "zustand": "^5.0.3"
40
40
  },
41
41
  "exports": {
42
42
  ".": {
@@ -77,5 +77,5 @@
77
77
  "url": "https://github.com/privatebytes/awesome-flow/issues"
78
78
  },
79
79
  "homepage": "https://github.com/privatebytes/awesome-flow#readme",
80
- "gitHead": "4078ae0117a21b8cc73f68be4fcc59a4f2300a64"
80
+ "gitHead": "54aea4c1ae9ec6802b02eb8014dec1c82c6c137a"
81
81
  }