@onerjs/core 8.42.4 → 8.42.5

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.
@@ -802,13 +802,13 @@ export class AbstractEngine {
802
802
  */
803
803
  // Not mixed with Version for tooling purpose.
804
804
  static get NpmPackage() {
805
- return "babylonjs@8.52.1";
805
+ return "babylonjs@8.53.0";
806
806
  }
807
807
  /**
808
808
  * Returns the current version of the framework
809
809
  */
810
810
  static get Version() {
811
- return "8.52.1";
811
+ return "8.53.0";
812
812
  }
813
813
  /**
814
814
  * Gets the HTML canvas attached with the current webGL context