excalibur 0.26.0-alpha.301 → 0.26.0-alpha.302
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 +5 -5
- package/build/dist/excalibur.js.map +1 -1
- 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 +5 -5
- package/build/esm/excalibur.js.map +1 -1
- package/build/esm/excalibur.min.js +1 -1
- package/build/esm/excalibur.min.js.LICENSE.txt +1 -1
- 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.302+59ef8bc - 2021-11-19
|
|
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
|
|
@@ -442,7 +442,7 @@ module.exports = [
|
|
|
442
442
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
443
443
|
|
|
444
444
|
var global = __webpack_require__(9859);
|
|
445
|
-
var getOwnPropertyDescriptor = __webpack_require__(7933).f;
|
|
445
|
+
var getOwnPropertyDescriptor = (__webpack_require__(7933).f);
|
|
446
446
|
var createNonEnumerableProperty = __webpack_require__(5762);
|
|
447
447
|
var redefine = __webpack_require__(7487);
|
|
448
448
|
var setGlobal = __webpack_require__(2079);
|
|
@@ -1017,7 +1017,7 @@ module.exports = uncurryThis({}.isPrototypeOf);
|
|
|
1017
1017
|
var uncurryThis = __webpack_require__(5968);
|
|
1018
1018
|
var hasOwn = __webpack_require__(8270);
|
|
1019
1019
|
var toIndexedObject = __webpack_require__(905);
|
|
1020
|
-
var indexOf = __webpack_require__(9540).indexOf;
|
|
1020
|
+
var indexOf = (__webpack_require__(9540).indexOf);
|
|
1021
1021
|
var hiddenKeys = __webpack_require__(5977);
|
|
1022
1022
|
|
|
1023
1023
|
var push = uncurryThis([].push);
|
|
@@ -1140,7 +1140,7 @@ var createNonEnumerableProperty = __webpack_require__(5762);
|
|
|
1140
1140
|
var setGlobal = __webpack_require__(2079);
|
|
1141
1141
|
var inspectSource = __webpack_require__(8511);
|
|
1142
1142
|
var InternalStateModule = __webpack_require__(6407);
|
|
1143
|
-
var CONFIGURABLE_FUNCTION_NAME = __webpack_require__(1805).CONFIGURABLE;
|
|
1143
|
+
var CONFIGURABLE_FUNCTION_NAME = (__webpack_require__(1805).CONFIGURABLE);
|
|
1144
1144
|
|
|
1145
1145
|
var getInternalState = InternalStateModule.get;
|
|
1146
1146
|
var enforceInternalState = InternalStateModule.enforce;
|
|
@@ -28446,7 +28446,7 @@ Promises_Promise = Promise_1 = Promises_decorate([
|
|
|
28446
28446
|
* The current Excalibur version string
|
|
28447
28447
|
* @description `process.env.__EX_VERSION` gets replaced by Webpack on build
|
|
28448
28448
|
*/
|
|
28449
|
-
const EX_VERSION = "0.26.0-alpha.
|
|
28449
|
+
const EX_VERSION = "0.26.0-alpha.302+59ef8bc";
|
|
28450
28450
|
|
|
28451
28451
|
polyfill();
|
|
28452
28452
|
// This file is used as the bundle entry point and exports everything
|