excalibur 0.25.0-alpha.238 → 0.25.0-alpha.239
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
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* excalibur - 0.25.0-alpha.
|
|
2
|
+
* excalibur - 0.25.0-alpha.239+fd7715f - 2021-10-1
|
|
3
3
|
* https://github.com/excaliburjs/Excalibur
|
|
4
4
|
* Copyright (c) 2021 Excalibur.js <https://github.com/excaliburjs/Excalibur/graphs/contributors>
|
|
5
5
|
* Licensed BSD-2-Clause
|
|
@@ -28048,7 +28048,7 @@ Promises_Promise = Promise_1 = Promises_decorate([
|
|
|
28048
28048
|
* The current Excalibur version string
|
|
28049
28049
|
* @description `process.env.__EX_VERSION` gets replaced by Webpack on build
|
|
28050
28050
|
*/
|
|
28051
|
-
const EX_VERSION = "0.25.0-alpha.
|
|
28051
|
+
const EX_VERSION = "0.25.0-alpha.239+fd7715f";
|
|
28052
28052
|
|
|
28053
28053
|
polyfill();
|
|
28054
28054
|
// This file is used as the bundle entry point and exports everything
|