@babylonjs/gui 4.2.0-rc.8 → 4.2.2
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.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
},
|
|
5
5
|
"name": "@babylonjs/gui",
|
|
6
6
|
"description": "The Babylon.js GUI library is an extension you can use to generate interactive user interface. It is build on top of the DynamicTexture.",
|
|
7
|
-
"version": "4.2.
|
|
7
|
+
"version": "4.2.2",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
10
|
"url": "https://github.com/BabylonJS/Babylon.js.git"
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
],
|
|
204
204
|
"license": "Apache-2.0",
|
|
205
205
|
"dependencies": {
|
|
206
|
-
"@babylonjs/core": "4.2.
|
|
206
|
+
"@babylonjs/core": "4.2.2",
|
|
207
207
|
"tslib": ">=1.10.0"
|
|
208
208
|
},
|
|
209
209
|
"engines": {
|