playcanvas 2.10.4 → 2.10.5
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.
- package/build/playcanvas/src/core/core.js +2 -2
- package/build/playcanvas.dbg/src/core/core.js +2 -2
- package/build/playcanvas.dbg.js +3 -3
- package/build/playcanvas.dbg.mjs +4 -4
- package/build/playcanvas.js +3 -3
- package/build/playcanvas.min.js +2 -2
- package/build/playcanvas.min.mjs +2 -2
- package/build/playcanvas.mjs +3 -3
- package/build/playcanvas.prf/src/core/core.js +2 -2
- package/build/playcanvas.prf.js +3 -3
- package/build/playcanvas.prf.mjs +3 -3
- package/package.json +1 -1
- package/scripts/esm/first-person-controller.mjs +26 -23
|
@@ -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.10.
|
|
3
|
+
*/ const version = '2.10.5';
|
|
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 = '
|
|
7
|
+
*/ const revision = '8959e32';
|
|
8
8
|
/**
|
|
9
9
|
* Merge the contents of two objects into a single object.
|
|
10
10
|
*
|
package/build/playcanvas.dbg.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* PlayCanvas Engine v2.10.
|
|
3
|
+
* PlayCanvas Engine v2.10.5 revision 8959e32 (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
|
|
@@ -462,11 +462,11 @@
|
|
|
462
462
|
"@swc/helpers - typeof";
|
|
463
463
|
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
464
464
|
}
|
|
465
|
-
var version = '2.10.
|
|
465
|
+
var version = '2.10.5';
|
|
466
466
|
/**
|
|
467
467
|
* The engine revision number. This is the Git hash of the last commit made to the branch
|
|
468
468
|
* from which the engine was built.
|
|
469
|
-
*/ var revision = '
|
|
469
|
+
*/ var revision = '8959e32';
|
|
470
470
|
/**
|
|
471
471
|
* Merge the contents of two objects into a single object.
|
|
472
472
|
*
|