babylonjs-gui 5.0.0-rc.12 → 5.0.0-rc.13

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.
@@ -7782,7 +7782,7 @@ declare module "babylonjs-gui" {
7782
7782
 
7783
7783
 
7784
7784
  declare module BABYLON.GUI {
7785
- /**
7785
+ /**
7786
7786
  * This class can be used to get instrumentation data from a AdvancedDynamicTexture object
7787
7787
  */
7788
7788
  export class AdvancedDynamicTextureInstrumentation implements IDisposable {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babylonjs-gui",
3
- "version": "5.0.0-rc.12",
3
+ "version": "5.0.0-rc.13",
4
4
  "main": "babylon.gui.js",
5
5
  "types": "babylon.gui.module.d.ts",
6
6
  "files": [
@@ -14,7 +14,7 @@
14
14
  "clean": "rimraf dist && rimraf babylon*.*"
15
15
  },
16
16
  "dependencies": {
17
- "babylonjs": "^5.0.0-rc.12"
17
+ "babylonjs": "^5.0.0-rc.13"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@dev/build-tools": "1.0.0",