@babylonjs/gui-editor 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/gui-editor"] = factory(require("@babylonjs/core"), require("@babylonjs/gui"));
|
8
8
|
else
|
9
9
|
root["GUIEDITOR"] = factory(root["BABYLON"], root["BABYLON"]["GUI"]);
|
10
|
-
})((typeof self !== "undefined" ? self : typeof global !== "undefined" ? global : this),
|
10
|
+
})((typeof self !== "undefined" ? self : typeof global !== "undefined" ? global : this), (__WEBPACK_EXTERNAL_MODULE_core_Misc_observable__, __WEBPACK_EXTERNAL_MODULE_gui_2D_controls_container__) => {
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
12
12
|
/******/ var __webpack_modules__ = ({
|
13
13
|
|
@@ -59331,6 +59331,11 @@ module.exports = __WEBPACK_EXTERNAL_MODULE_gui_2D_controls_container__;
|
|
59331
59331
|
/******/ };
|
59332
59332
|
/******/ })();
|
59333
59333
|
/******/
|
59334
|
+
/******/ /* webpack/runtime/nonce */
|
59335
|
+
/******/ (() => {
|
59336
|
+
/******/ __webpack_require__.nc = undefined;
|
59337
|
+
/******/ })();
|
59338
|
+
/******/
|
59334
59339
|
/************************************************************************/
|
59335
59340
|
var __webpack_exports__ = {};
|
59336
59341
|
// 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/gui-editor",
|
3
|
-
"version": "5.
|
3
|
+
"version": "5.12.0",
|
4
4
|
"main": "dist/babylon.guiEditor.max.js",
|
5
5
|
"module": "dist/babylon.guiEditor.max.js",
|
6
6
|
"esnext": "dist/babylon.guiEditor.max.js",
|
@@ -17,15 +17,15 @@
|
|
17
17
|
"build:declaration": "build-tools -c pud --config ./config.json",
|
18
18
|
"clean": "rimraf dist"
|
19
19
|
},
|
20
|
-
"dependencies": {
|
21
|
-
"@babylonjs/core": "^5.11.0",
|
22
|
-
"@babylonjs/gui": "^5.11.0"
|
23
|
-
},
|
24
20
|
"peerDependencies": {
|
21
|
+
"@babylonjs/core": "^5.0.0",
|
22
|
+
"@babylonjs/gui": "^5.0.0",
|
25
23
|
"@types/react": ">=16.7.3",
|
26
24
|
"@types/react-dom": ">=16.0.9"
|
27
25
|
},
|
28
26
|
"devDependencies": {
|
27
|
+
"@babylonjs/core": "^5.12.0",
|
28
|
+
"@babylonjs/gui": "^5.12.0",
|
29
29
|
"react": "^17.0.2",
|
30
30
|
"react-dom": "^17.0.2",
|
31
31
|
"rimraf": "^3.0.2",
|