@babylonjs/gui 5.0.0-alpha.64 → 5.0.0-alpha.65
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": "5.0.0-alpha.
|
|
7
|
+
"version": "5.0.0-alpha.65",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
10
|
"url": "https://github.com/BabylonJS/Babylon.js.git"
|
|
@@ -329,7 +329,7 @@
|
|
|
329
329
|
],
|
|
330
330
|
"license": "Apache-2.0",
|
|
331
331
|
"dependencies": {
|
|
332
|
-
"@babylonjs/core": "5.0.0-alpha.
|
|
332
|
+
"@babylonjs/core": "5.0.0-alpha.65",
|
|
333
333
|
"tslib": "^2.3.1"
|
|
334
334
|
},
|
|
335
335
|
"engines": {
|