@babylonjs/inspector 5.11.0 → 5.12.0

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.
@@ -7,7 +7,7 @@
7
7
  exports["@babylonjs/inspector"] = factory(require("@babylonjs/core"), require("@babylonjs/materials"), require("@babylonjs/core"), require("@babylonjs/gui"), require("@babylonjs/gui-editor"), require("@babylonjs/loaders"), require("@babylonjs/serializers"));
8
8
  else
9
9
  root["INSPECTOR"] = factory(root["BABYLON"], root["BABYLON"], root["BABYLON"]["Debug"], root["BABYLON"]["GUI"], root["BABYLON"], root["BABYLON"], root["BABYLON"]);
10
- })((typeof self !== "undefined" ? self : typeof global !== "undefined" ? global : this), function(__WEBPACK_EXTERNAL_MODULE_core_Misc_observable__, __WEBPACK_EXTERNAL_MODULE_materials_grid_gridMaterial__, __WEBPACK_EXTERNAL_MODULE_core_Debug_physicsViewer__, __WEBPACK_EXTERNAL_MODULE_gui_2D_adtInstrumentation__, __WEBPACK_EXTERNAL_MODULE_gui_editor_guiEditor__, __WEBPACK_EXTERNAL_MODULE_loaders_glTF_index__, __WEBPACK_EXTERNAL_MODULE_serializers_glTF_2_0_index__) {
10
+ })((typeof self !== "undefined" ? self : typeof global !== "undefined" ? global : this), (__WEBPACK_EXTERNAL_MODULE_core_Misc_observable__, __WEBPACK_EXTERNAL_MODULE_materials_grid_gridMaterial__, __WEBPACK_EXTERNAL_MODULE_core_Debug_physicsViewer__, __WEBPACK_EXTERNAL_MODULE_gui_2D_adtInstrumentation__, __WEBPACK_EXTERNAL_MODULE_gui_editor_guiEditor__, __WEBPACK_EXTERNAL_MODULE_loaders_glTF_index__, __WEBPACK_EXTERNAL_MODULE_serializers_glTF_2_0_index__) => {
11
11
  return /******/ (() => { // webpackBootstrap
12
12
  /******/ var __webpack_modules__ = ({
13
13
 
@@ -74065,6 +74065,11 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_gui_2D_adtInstrumentation__;
74065
74065
  /******/ // no jsonp function
74066
74066
  /******/ })();
74067
74067
  /******/
74068
+ /******/ /* webpack/runtime/nonce */
74069
+ /******/ (() => {
74070
+ /******/ __webpack_require__.nc = undefined;
74071
+ /******/ })();
74072
+ /******/
74068
74073
  /************************************************************************/
74069
74074
  var __webpack_exports__ = {};
74070
74075
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/inspector",
3
- "version": "5.11.0",
3
+ "version": "5.12.0",
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",
@@ -17,21 +17,27 @@
17
17
  "clean": "rimraf dist"
18
18
  },
19
19
  "dependencies": {
20
- "@babylonjs/core": "^5.11.0",
21
- "@babylonjs/gui": "^5.11.0",
22
- "@babylonjs/gui-editor": "^5.11.0",
23
- "@babylonjs/loaders": "^5.11.0",
24
- "@babylonjs/materials": "^5.11.0",
25
- "@babylonjs/serializers": "^5.11.0",
26
20
  "@fortawesome/fontawesome-svg-core": "^6.1.0",
27
21
  "@fortawesome/free-regular-svg-icons": "^6.0.0",
28
22
  "@fortawesome/free-solid-svg-icons": "^6.0.0"
29
23
  },
30
24
  "peerDependencies": {
25
+ "@babylonjs/core": "^5.0.0",
26
+ "@babylonjs/gui": "^5.0.0",
27
+ "@babylonjs/gui-editor": "^5.0.0",
28
+ "@babylonjs/loaders": "^5.0.0",
29
+ "@babylonjs/materials": "^5.0.0",
30
+ "@babylonjs/serializers": "^5.0.0",
31
31
  "@types/react": ">=16.7.3",
32
32
  "@types/react-dom": ">=16.0.9"
33
33
  },
34
34
  "devDependencies": {
35
+ "@babylonjs/core": "^5.12.0",
36
+ "@babylonjs/gui": "^5.12.0",
37
+ "@babylonjs/gui-editor": "^5.12.0",
38
+ "@babylonjs/loaders": "^5.12.0",
39
+ "@babylonjs/materials": "^5.12.0",
40
+ "@babylonjs/serializers": "^5.12.0",
35
41
  "@lts/gui": "1.0.0",
36
42
  "react": "^17.0.2",
37
43
  "react-dom": "^17.0.2",