playcanvas 2.15.0-preview.0 → 2.15.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.prf.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* PlayCanvas Engine v2.15.0
|
|
3
|
+
* PlayCanvas Engine v2.15.0 revision 8384450 (PROFILE)
|
|
4
4
|
* Copyright 2011-2026 PlayCanvas Ltd. All rights reserved.
|
|
5
5
|
*
|
|
6
6
|
* This source code is licensed under the MIT license found in the
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
const TRACEID_OCTREE_RESOURCES = 'OctreeResources';
|
|
39
39
|
const TRACEID_GPU_TIMINGS = 'GpuTimings';
|
|
40
40
|
|
|
41
|
-
const version = '2.15.0
|
|
42
|
-
const revision = '
|
|
41
|
+
const version = '2.15.0';
|
|
42
|
+
const revision = '8384450';
|
|
43
43
|
function extend(target, ex) {
|
|
44
44
|
for(const prop in ex){
|
|
45
45
|
const copy = ex[prop];
|
package/build/playcanvas.prf.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* PlayCanvas Engine v2.15.0
|
|
3
|
+
* PlayCanvas Engine v2.15.0 revision 8384450 (PROFILE)
|
|
4
4
|
* Copyright 2011-2026 PlayCanvas Ltd. All rights reserved.
|
|
5
5
|
*
|
|
6
6
|
* This source code is licensed under the MIT license found in the
|
|
@@ -31,8 +31,8 @@ const TRACEID_RENDER_QUEUE = 'RenderQueue';
|
|
|
31
31
|
const TRACEID_OCTREE_RESOURCES = 'OctreeResources';
|
|
32
32
|
const TRACEID_GPU_TIMINGS = 'GpuTimings';
|
|
33
33
|
|
|
34
|
-
const version = '2.15.0
|
|
35
|
-
const revision = '
|
|
34
|
+
const version = '2.15.0';
|
|
35
|
+
const revision = '8384450';
|
|
36
36
|
function extend(target, ex) {
|
|
37
37
|
for(const prop in ex){
|
|
38
38
|
const copy = ex[prop];
|