playcanvas 1.73.2 → 1.73.3

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 = '1.73.2';
2
- const revision = 'cdcd867';
1
+ const version = '1.73.3';
2
+ const revision = '264b1b3';
3
3
  const config = {};
4
4
  const common = {};
5
5
  const apps = {};
@@ -1,13 +1,13 @@
1
1
  /**
2
2
  * The engine version number. This is in semantic versioning format (MAJOR.MINOR.PATCH).
3
3
  */
4
- const version = '1.73.2';
4
+ const version = '1.73.3';
5
5
 
6
6
  /**
7
7
  * The engine revision number. This is the Git hash of the last commit made to the branch
8
8
  * from which the engine was built.
9
9
  */
10
- const revision = 'cdcd867';
10
+ const revision = '264b1b3';
11
11
  const config = {};
12
12
  const common = {};
13
13
  const apps = {}; // Storage for the applications using the PlayCanvas Engine
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * PlayCanvas Engine v1.73.2 revision cdcd867 (DEBUG)
3
+ * PlayCanvas Engine v1.73.3 revision 264b1b3 (DEBUG)
4
4
  * Copyright 2011-2024 PlayCanvas Ltd. All rights reserved.
5
5
  *
6
6
  * This source code is licensed under the MIT license found in the
@@ -512,13 +512,13 @@
512
512
  /**
513
513
  * The engine version number. This is in semantic versioning format (MAJOR.MINOR.PATCH).
514
514
  */
515
- var version = '1.73.2';
515
+ var version = '1.73.3';
516
516
 
517
517
  /**
518
518
  * The engine revision number. This is the Git hash of the last commit made to the branch
519
519
  * from which the engine was built.
520
520
  */
521
- var revision = 'cdcd867';
521
+ var revision = '264b1b3';
522
522
  var config = {};
523
523
  var common = {};
524
524
  var apps = {}; // Storage for the applications using the PlayCanvas Engine