@babylonjs/core 5.13.1 → 5.13.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.
@@ -400,7 +400,7 @@ var ThinEngine = /** @class */ (function () {
400
400
  */
401
401
  // Not mixed with Version for tooling purpose.
402
402
  get: function () {
403
- return "babylonjs@5.13.1";
403
+ return "babylonjs@5.13.2";
404
404
  },
405
405
  enumerable: false,
406
406
  configurable: true
@@ -410,7 +410,7 @@ var ThinEngine = /** @class */ (function () {
410
410
  * Returns the current version of the framework
411
411
  */
412
412
  get: function () {
413
- return "5.13.1";
413
+ return "5.13.2";
414
414
  },
415
415
  enumerable: false,
416
416
  configurable: true