@babylonjs/core 8.2.1 → 8.2.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.
@@ -777,13 +777,13 @@ export class AbstractEngine {
777
777
  */
778
778
  // Not mixed with Version for tooling purpose.
779
779
  static get NpmPackage() {
780
- return "babylonjs@8.2.1";
780
+ return "babylonjs@8.2.2";
781
781
  }
782
782
  /**
783
783
  * Returns the current version of the framework
784
784
  */
785
785
  static get Version() {
786
- return "8.2.1";
786
+ return "8.2.2";
787
787
  }
788
788
  /**
789
789
  * Gets the HTML canvas attached with the current webGL context