playcanvas 2.13.1-preview.0 → 2.13.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.
@@ -1,5 +1,5 @@
1
- const version = '2.13.1-preview.0';
2
- const revision = '2c38650';
1
+ const version = '2.13.1';
2
+ const revision = '5d53ea1';
3
3
  function extend(target, ex) {
4
4
  for(const prop in ex){
5
5
  const copy = ex[prop];
@@ -1,10 +1,10 @@
1
1
  /**
2
2
  * The engine version number. This is in semantic versioning format (MAJOR.MINOR.PATCH).
3
- */ const version = '2.13.1-preview.0';
3
+ */ const version = '2.13.1';
4
4
  /**
5
5
  * The engine revision number. This is the Git hash of the last commit made to the branch
6
6
  * from which the engine was built.
7
- */ const revision = '2c38650';
7
+ */ const revision = '5d53ea1';
8
8
  /**
9
9
  * Merge the contents of two objects into a single object.
10
10
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * PlayCanvas Engine v2.13.1-preview.0 revision 2c38650 (DEBUG)
3
+ * PlayCanvas Engine v2.13.1 revision 5d53ea1 (DEBUG)
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
@@ -467,11 +467,11 @@
467
467
  "@swc/helpers - typeof";
468
468
  return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
469
469
  }
470
- var version = '2.13.1-preview.0';
470
+ var version = '2.13.1';
471
471
  /**
472
472
  * The engine revision number. This is the Git hash of the last commit made to the branch
473
473
  * from which the engine was built.
474
- */ var revision = '2c38650';
474
+ */ var revision = '5d53ea1';
475
475
  /**
476
476
  * Merge the contents of two objects into a single object.
477
477
  *