@babylonjs/inspector 4.2.0-rc.6 → 4.2.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.
@@ -569,6 +569,7 @@ declare module "@babylonjs/inspector/components/actionTabs/lines/quaternionLineC
569
569
  }> {
570
570
  private _localChange;
571
571
  constructor(props: IQuaternionLineComponentProps);
572
+ _checkRoundCircle(a: number, b: number): boolean;
572
573
  shouldComponentUpdate(nextProps: IQuaternionLineComponentProps, nextState: {
573
574
  isExpanded: boolean;
574
575
  value: Quaternion;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  },
5
5
  "name": "@babylonjs/inspector",
6
6
  "description": "The Babylon.js inspector.",
7
- "version": "4.2.0-rc.6",
7
+ "version": "4.2.1",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/BabylonJS/Babylon.js.git"
@@ -27,12 +27,12 @@
27
27
  ],
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@babylonjs/core": "4.2.0-rc.6",
31
- "@babylonjs/gui": "4.2.0-rc.6",
32
- "@babylonjs/loaders": "4.2.0-rc.6",
33
- "@babylonjs/materials": "4.2.0-rc.6",
34
- "@babylonjs/serializers": "4.2.0-rc.6",
35
- "babylonjs-gltf2interface": "4.2.0-rc.6",
30
+ "@babylonjs/core": "4.2.1",
31
+ "@babylonjs/gui": "4.2.1",
32
+ "@babylonjs/loaders": "4.2.1",
33
+ "@babylonjs/materials": "4.2.1",
34
+ "@babylonjs/serializers": "4.2.1",
35
+ "babylonjs-gltf2interface": "4.2.1",
36
36
  "tslib": ">=1.10.0"
37
37
  },
38
38
  "peerDependencies": {