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
|
@@ -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.15.0
|
|
3
|
+
*/ const version = '2.15.0';
|
|
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 = '8384450';
|
|
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.15.0
|
|
3
|
+
* PlayCanvas Engine v2.15.0 revision 8384450 (DEBUG)
|
|
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
|
|
@@ -137,11 +137,11 @@
|
|
|
137
137
|
|
|
138
138
|
/**
|
|
139
139
|
* The engine version number. This is in semantic versioning format (MAJOR.MINOR.PATCH).
|
|
140
|
-
*/ const version = '2.15.0
|
|
140
|
+
*/ const version = '2.15.0';
|
|
141
141
|
/**
|
|
142
142
|
* The engine revision number. This is the Git hash of the last commit made to the branch
|
|
143
143
|
* from which the engine was built.
|
|
144
|
-
*/ const revision = '
|
|
144
|
+
*/ const revision = '8384450';
|
|
145
145
|
/**
|
|
146
146
|
* Merge the contents of two objects into a single object.
|
|
147
147
|
*
|