@babylonjs/core 5.17.0 → 5.17.1

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.
@@ -409,7 +409,7 @@ var ThinEngine = /** @class */ (function () {
409
409
  */
410
410
  // Not mixed with Version for tooling purpose.
411
411
  get: function () {
412
- return "babylonjs@5.17.0";
412
+ return "babylonjs@5.17.1";
413
413
  },
414
414
  enumerable: false,
415
415
  configurable: true
@@ -419,7 +419,7 @@ var ThinEngine = /** @class */ (function () {
419
419
  * Returns the current version of the framework
420
420
  */
421
421
  get: function () {
422
- return "5.17.0";
422
+ return "5.17.1";
423
423
  },
424
424
  enumerable: false,
425
425
  configurable: true