@babylonjs/node-editor 5.21.0 → 5.22.0

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.
@@ -2946,10 +2946,10 @@ export class StateManager {
2946
2946
  getEditorDataMap: () => {
2947
2947
  [key: number]: number;
2948
2948
  };
2949
- createDefaultInputData: (rootData: any, portData: IPortData, nodeContainer: INodeContainer) => {
2949
+ createDefaultInputData: (rootData: any, portData: IPortData, nodeContainer: INodeContainer) => Nullable<{
2950
2950
  data: INodeData;
2951
2951
  name: string;
2952
- };
2952
+ }>;
2953
2953
  }
2954
2954
 
2955
2955
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/node-editor",
3
- "version": "5.21.0",
3
+ "version": "5.22.0",
4
4
  "main": "dist/babylon.nodeEditor.max.js",
5
5
  "module": "dist/babylon.nodeEditor.max.js",
6
6
  "esnext": "dist/babylon.nodeEditor.max.js",
@@ -23,7 +23,7 @@
23
23
  "@types/react-dom": ">=16.0.9"
24
24
  },
25
25
  "devDependencies": {
26
- "@babylonjs/core": "^5.21.0",
26
+ "@babylonjs/core": "^5.22.0",
27
27
  "react": "^17.0.2",
28
28
  "react-dom": "^17.0.2",
29
29
  "rimraf": "^3.0.2",