playcanvas 2.13.0-preview.1 → 2.13.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.13.0-preview.1 revision 0f408d8 (RELEASE)
3
+ * PlayCanvas Engine v2.13.0 revision 920c8d0 (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
@@ -297,8 +297,8 @@
297
297
  "@swc/helpers - typeof";
298
298
  return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
299
299
  }
300
- var version = '2.13.0-preview.1';
301
- var revision = '0f408d8';
300
+ var version = '2.13.0';
301
+ var revision = '920c8d0';
302
302
  function extend(target, ex) {
303
303
  for(var prop in ex){
304
304
  var copy = ex[prop];