@babylonjs/inspector 5.39.0 → 5.40.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.
@@ -4354,6 +4354,7 @@ declare module "@babylonjs/inspector/tools" {
4354
4354
  export class Tools {
4355
4355
  static LookForItem(item: any, selectedEntity: any): boolean;
4356
4356
  private static _RecursiveRemoveHiddenMeshesAndHoistChildren;
4357
+ static GetNameString(obj: any): any;
4357
4358
  static SortAndFilter(parent: any, items: any[]): any[];
4358
4359
  }
4359
4360
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/inspector",
3
- "version": "5.39.0",
3
+ "version": "5.40.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": "^5.39.0",
36
- "@babylonjs/gui": "^5.39.0",
37
- "@babylonjs/gui-editor": "^5.39.0",
38
- "@babylonjs/loaders": "^5.39.0",
39
- "@babylonjs/materials": "^5.39.0",
40
- "@babylonjs/serializers": "^5.39.0",
35
+ "@babylonjs/core": "^5.40.1",
36
+ "@babylonjs/gui": "^5.40.1",
37
+ "@babylonjs/gui-editor": "^5.40.1",
38
+ "@babylonjs/loaders": "^5.40.1",
39
+ "@babylonjs/materials": "^5.40.1",
40
+ "@babylonjs/serializers": "^5.40.1",
41
41
  "@lts/gui": "1.0.0",
42
42
  "react": "^17.0.2",
43
43
  "react-dom": "^17.0.2",