playcanvas 2.7.5-preview.0 → 2.7.5-preview.2

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.7.5-preview.0 revision c8007eb (PROFILE)
3
+ * PlayCanvas Engine v2.7.5-preview.2 revision 5cf687f (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
@@ -29,8 +29,8 @@ const TRACEID_TEXTURES = 'Textures';
29
29
  const TRACEID_RENDER_QUEUE = 'RenderQueue';
30
30
  const TRACEID_GPU_TIMINGS = 'GpuTimings';
31
31
 
32
- const version = '2.7.5-preview.0';
33
- const revision = 'c8007eb';
32
+ const version = '2.7.5-preview.2';
33
+ const revision = '5cf687f';
34
34
  function extend(target, ex) {
35
35
  for(const prop in ex){
36
36
  const copy = ex[prop];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playcanvas",
3
- "version": "2.7.5-preview.0",
3
+ "version": "2.7.5-preview.2",
4
4
  "author": "PlayCanvas <support@playcanvas.com>",
5
5
  "homepage": "https://playcanvas.com",
6
6
  "description": "PlayCanvas WebGL game engine",