excalibur 0.26.0-alpha.374 → 0.26.0-alpha.375
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/.nvmrc +1 -1
- package/build/dist/excalibur.js +2 -2
- package/build/dist/excalibur.min.js +1 -1
- package/build/dist/excalibur.min.js.LICENSE.txt +1 -1
- package/build/dist/index.js +2 -2
- package/build/esm/excalibur.js +2 -2
- package/build/esm/excalibur.min.js +1 -1
- package/build/esm/excalibur.min.js.LICENSE.txt +1 -1
- package/package.json +2 -2
package/.nvmrc
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
16.13.
|
|
1
|
+
16.13.2
|
package/build/dist/excalibur.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* excalibur - 0.26.0-alpha.
|
|
2
|
+
* excalibur - 0.26.0-alpha.375+77f9005 - 2022-1-17
|
|
3
3
|
* https://github.com/excaliburjs/Excalibur
|
|
4
4
|
* Copyright (c) 2022 Excalibur.js <https://github.com/excaliburjs/Excalibur/graphs/contributors>
|
|
5
5
|
* Licensed BSD-2-Clause
|
|
@@ -30032,7 +30032,7 @@ Promises_Promise = Promise_1 = Promises_decorate([
|
|
|
30032
30032
|
* The current Excalibur version string
|
|
30033
30033
|
* @description `process.env.__EX_VERSION` gets replaced by Webpack on build
|
|
30034
30034
|
*/
|
|
30035
|
-
const EX_VERSION = "0.26.0-alpha.
|
|
30035
|
+
const EX_VERSION = "0.26.0-alpha.375+77f9005";
|
|
30036
30036
|
|
|
30037
30037
|
polyfill();
|
|
30038
30038
|
// This file is used as the bundle entry point and exports everything
|