playcanvas 2.13.0-preview.0 → 2.13.0-preview.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,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * PlayCanvas Engine v2.13.0-preview.0 revision 7444b41 (PROFILE)
3
+ * PlayCanvas Engine v2.13.0-preview.1 revision 0f408d8 (PROFILE)
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-preview.0';
301
- var revision = '7444b41';
300
+ var version = '2.13.0-preview.1';
301
+ var revision = '0f408d8';
302
302
  function extend(target, ex) {
303
303
  for(var prop in ex){
304
304
  var copy = ex[prop];
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * PlayCanvas Engine v2.13.0-preview.0 revision 7444b41 (PROFILE)
3
+ * PlayCanvas Engine v2.13.0-preview.1 revision 0f408d8 (PROFILE)
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
@@ -30,8 +30,8 @@ const TRACEID_RENDER_QUEUE = 'RenderQueue';
30
30
  const TRACEID_OCTREE_RESOURCES = 'OctreeResources';
31
31
  const TRACEID_GPU_TIMINGS = 'GpuTimings';
32
32
 
33
- const version = '2.13.0-preview.0';
34
- const revision = '7444b41';
33
+ const version = '2.13.0-preview.1';
34
+ const revision = '0f408d8';
35
35
  function extend(target, ex) {
36
36
  for(const prop in ex){
37
37
  const copy = ex[prop];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playcanvas",
3
- "version": "2.13.0-preview.0",
3
+ "version": "2.13.0-preview.1",
4
4
  "author": "PlayCanvas <support@playcanvas.com>",
5
5
  "homepage": "https://playcanvas.com",
6
6
  "description": "PlayCanvas WebGL game engine",