excalibur 0.26.0-alpha.358 → 0.26.0-alpha.359
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/dist/excalibur.js +3 -3
- package/build/dist/excalibur.min.js +1 -1
- package/build/dist/excalibur.min.js.LICENSE.txt +2 -2
- package/build/dist/index.js +2 -2
- package/build/esm/excalibur.js +3 -3
- package/build/esm/excalibur.min.js +1 -1
- package/build/esm/excalibur.min.js.LICENSE.txt +2 -2
- package/package.json +7 -7
package/build/dist/excalibur.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* excalibur - 0.26.0-alpha.
|
|
2
|
+
* excalibur - 0.26.0-alpha.359+a864ab5 - 2022-1-1
|
|
3
3
|
* https://github.com/excaliburjs/Excalibur
|
|
4
|
-
* Copyright (c)
|
|
4
|
+
* Copyright (c) 2022 Excalibur.js <https://github.com/excaliburjs/Excalibur/graphs/contributors>
|
|
5
5
|
* Licensed BSD-2-Clause
|
|
6
6
|
* @preserve
|
|
7
7
|
*/
|
|
@@ -29346,7 +29346,7 @@ Promises_Promise = Promise_1 = Promises_decorate([
|
|
|
29346
29346
|
* The current Excalibur version string
|
|
29347
29347
|
* @description `process.env.__EX_VERSION` gets replaced by Webpack on build
|
|
29348
29348
|
*/
|
|
29349
|
-
const EX_VERSION = "0.26.0-alpha.
|
|
29349
|
+
const EX_VERSION = "0.26.0-alpha.359+a864ab5";
|
|
29350
29350
|
|
|
29351
29351
|
polyfill();
|
|
29352
29352
|
// This file is used as the bundle entry point and exports everything
|