@babylonjs/inspector 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.
@@ -6011,10 +6011,10 @@ export class StateManager {
6011
6011
  getEditorDataMap: () => {
6012
6012
  [key: number]: number;
6013
6013
  };
6014
- createDefaultInputData: (rootData: any, portData: IPortData, nodeContainer: INodeContainer) => {
6014
+ createDefaultInputData: (rootData: any, portData: IPortData, nodeContainer: INodeContainer) => Nullable<{
6015
6015
  data: INodeData;
6016
6016
  name: string;
6017
- };
6017
+ }>;
6018
6018
  }
6019
6019
 
6020
6020
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/inspector",
3
- "version": "5.21.0",
3
+ "version": "5.22.0",
4
4
  "module": "dist/babylon.inspector.bundle.max.js",
5
5
  "main": "dist/babylon.inspector.bundle.max.js",
6
6
  "typings": "dist/babylon.inspector.module.d.ts",
@@ -32,12 +32,12 @@
32
32
  "@types/react-dom": ">=16.0.9"
33
33
  },
34
34
  "devDependencies": {
35
- "@babylonjs/core": "^5.21.0",
36
- "@babylonjs/gui": "^5.21.0",
37
- "@babylonjs/gui-editor": "^5.21.0",
38
- "@babylonjs/loaders": "^5.21.0",
39
- "@babylonjs/materials": "^5.21.0",
40
- "@babylonjs/serializers": "^5.21.0",
35
+ "@babylonjs/core": "^5.22.0",
36
+ "@babylonjs/gui": "^5.22.0",
37
+ "@babylonjs/gui-editor": "^5.22.0",
38
+ "@babylonjs/loaders": "^5.22.0",
39
+ "@babylonjs/materials": "^5.22.0",
40
+ "@babylonjs/serializers": "^5.22.0",
41
41
  "@lts/gui": "1.0.0",
42
42
  "react": "^17.0.2",
43
43
  "react-dom": "^17.0.2",