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.
- 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/build/playcanvas.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* PlayCanvas Engine v2.13.0
|
|
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
|
|
301
|
-
var revision = '
|
|
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];
|