@babylonjs/inspector 6.44.0 → 6.45.1

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.
@@ -4190,6 +4190,7 @@ export class SceneTreeItemComponent extends React.Component<ISceneTreeItemCompon
4190
4190
  }): boolean;
4191
4191
  updateGizmoAutoPicking(isInPickingMode: boolean): void;
4192
4192
  componentDidMount(): void;
4193
+ private _getMeshFromBone;
4193
4194
  componentWillUnmount(): void;
4194
4195
  onSelect(): void;
4195
4196
  onCoordinatesMode(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/inspector",
3
- "version": "6.44.0",
3
+ "version": "6.45.1",
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": "^6.44.0",
36
- "@babylonjs/gui": "^6.44.0",
37
- "@babylonjs/gui-editor": "^6.44.0",
38
- "@babylonjs/loaders": "^6.44.0",
39
- "@babylonjs/materials": "^6.44.0",
40
- "@babylonjs/serializers": "^6.44.0",
35
+ "@babylonjs/core": "^6.45.1",
36
+ "@babylonjs/gui": "^6.45.1",
37
+ "@babylonjs/gui-editor": "^6.45.1",
38
+ "@babylonjs/loaders": "^6.45.1",
39
+ "@babylonjs/materials": "^6.45.1",
40
+ "@babylonjs/serializers": "^6.45.1",
41
41
  "@lts/gui": "1.0.0",
42
42
  "react": "^17.0.2",
43
43
  "react-dom": "^17.0.2"