@babylonjs/inspector 6.7.0 → 6.8.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.
@@ -1756,6 +1756,9 @@ interface IPBRMaterialPropertyGridComponentProps {
1756
1756
  onSelectionChangedObservable?: Observable<any>;
1757
1757
  onPropertyChangedObservable?: Observable<PropertyChangedEvent>;
1758
1758
  }
1759
+ /**
1760
+ * @internal
1761
+ */
1759
1762
  export class PBRMaterialPropertyGridComponent extends React.Component<IPBRMaterialPropertyGridComponentProps> {
1760
1763
  private _onDebugSelectionChangeObservable;
1761
1764
  constructor(props: IPBRMaterialPropertyGridComponentProps);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/inspector",
3
- "version": "6.7.0",
3
+ "version": "6.8.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,17 +32,15 @@
32
32
  "@types/react-dom": ">=16.0.9"
33
33
  },
34
34
  "devDependencies": {
35
- "@babylonjs/core": "^6.7.0",
36
- "@babylonjs/gui": "^6.7.0",
37
- "@babylonjs/gui-editor": "^6.7.0",
38
- "@babylonjs/loaders": "^6.7.0",
39
- "@babylonjs/materials": "^6.7.0",
40
- "@babylonjs/serializers": "^6.7.0",
35
+ "@babylonjs/core": "^6.8.1",
36
+ "@babylonjs/gui": "^6.8.1",
37
+ "@babylonjs/gui-editor": "^6.8.1",
38
+ "@babylonjs/loaders": "^6.8.1",
39
+ "@babylonjs/materials": "^6.8.1",
40
+ "@babylonjs/serializers": "^6.8.1",
41
41
  "@lts/gui": "1.0.0",
42
42
  "react": "^17.0.2",
43
- "react-dom": "^17.0.2",
44
- "rimraf": "^3.0.2",
45
- "typescript": "^4.4.4"
43
+ "react-dom": "^17.0.2"
46
44
  },
47
45
  "keywords": [
48
46
  "3D",