@babylonjs/inspector 5.0.0-rc.10 → 5.0.0-rc.11

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.
@@ -4230,6 +4230,10 @@ export class Inspector {
4230
4230
  static _ClosePersistentPopup(): void;
4231
4231
  }
4232
4232
 
4233
+ }
4234
+ declare module "@babylonjs/inspector/legacy/legacy" {
4235
+ export * from "@babylonjs/inspector/index";
4236
+
4233
4237
  }
4234
4238
  declare module "@babylonjs/inspector/lod" {
4235
4239
  /** @hidden */
@@ -5499,7 +5503,7 @@ export class LockObject {
5499
5503
  }
5500
5504
 
5501
5505
  declare module "@babylonjs/inspector" {
5502
- export * from "@babylonjs/inspector/index";
5506
+ export * from "@babylonjs/inspector/legacy/legacy";
5503
5507
  }
5504
5508
 
5505
5509
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/inspector",
3
- "version": "5.0.0-rc.10",
3
+ "version": "5.0.0-rc.11",
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",
@@ -16,11 +16,11 @@
16
16
  "clean": "rimraf dist"
17
17
  },
18
18
  "dependencies": {
19
- "@babylonjs/core": "^5.0.0-rc.10",
20
- "@babylonjs/gui": "^5.0.0-rc.10",
21
- "react": "^17.0.2",
22
- "react-dom": "^17.0.2",
23
- "tslib": "^2.3.1"
19
+ "@babylonjs/core": "^5.0.0-rc.11",
20
+ "@babylonjs/gui": "^5.0.0-rc.11",
21
+ "@babylonjs/loaders": "^5.0.0-rc.11",
22
+ "@babylonjs/materials": "^5.0.0-rc.11",
23
+ "@babylonjs/serializers": "^5.0.0-rc.11"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "@types/react": ">=16.7.3",
@@ -28,6 +28,8 @@
28
28
  },
29
29
  "devDependencies": {
30
30
  "@lts/gui": "1.0.0",
31
+ "react": "^17.0.2",
32
+ "react-dom": "^17.0.2",
31
33
  "rimraf": "^3.0.2",
32
34
  "typescript": "^4.4.4"
33
35
  },