excalibur 0.26.0-alpha.330 → 0.26.0-alpha.331
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.js.map +1 -1
- package/build/dist/excalibur.min.js +2 -2
- package/build/dist/index.js +2 -2
- package/build/esm/excalibur.js +3 -3
- package/build/esm/excalibur.js.map +1 -1
- package/build/esm/excalibur.min.js +2 -2
- package/package.json +2 -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.331+1766259 - 2021-12-11
|
|
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
|
|
@@ -1289,7 +1289,7 @@ var store = __webpack_require__(5353);
|
|
|
1289
1289
|
(module.exports = function (key, value) {
|
|
1290
1290
|
return store[key] || (store[key] = value !== undefined ? value : {});
|
|
1291
1291
|
})('versions', []).push({
|
|
1292
|
-
version: '3.19.
|
|
1292
|
+
version: '3.19.3',
|
|
1293
1293
|
mode: IS_PURE ? 'pure' : 'global',
|
|
1294
1294
|
copyright: '© 2021 Denis Pushkarev (zloirock.ru)'
|
|
1295
1295
|
});
|
|
@@ -28948,7 +28948,7 @@ Promises_Promise = Promise_1 = Promises_decorate([
|
|
|
28948
28948
|
* The current Excalibur version string
|
|
28949
28949
|
* @description `process.env.__EX_VERSION` gets replaced by Webpack on build
|
|
28950
28950
|
*/
|
|
28951
|
-
const EX_VERSION = "0.26.0-alpha.
|
|
28951
|
+
const EX_VERSION = "0.26.0-alpha.331+1766259";
|
|
28952
28952
|
|
|
28953
28953
|
polyfill();
|
|
28954
28954
|
// This file is used as the bundle entry point and exports everything
|