playcanvas 2.9.0-preview.0 → 2.9.0

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * PlayCanvas Engine v2.9.0-preview.0 revision c106146 (RELEASE)
3
+ * PlayCanvas Engine v2.9.0 revision 80e0289 (RELEASE)
4
4
  * Copyright 2011-2025 PlayCanvas Ltd. All rights reserved.
5
5
  *
6
6
  * This source code is licensed under the MIT license found in the
@@ -296,8 +296,8 @@
296
296
  "@swc/helpers - typeof";
297
297
  return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
298
298
  }
299
- var version = '2.9.0-preview.0';
300
- var revision = 'c106146';
299
+ var version = '2.9.0';
300
+ var revision = '80e0289';
301
301
  function extend(target, ex) {
302
302
  for(var prop in ex){
303
303
  var copy = ex[prop];