excalibur 0.26.0-alpha.301 → 0.26.0-alpha.305

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * excalibur - 0.26.0-alpha.301+a1dd7e9 - 2021-11-19
2
+ * excalibur - 0.26.0-alpha.305+5644d37 - 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;
@@ -1257,7 +1257,7 @@ var store = __webpack_require__(5353);
1257
1257
  (module.exports = function (key, value) {
1258
1258
  return store[key] || (store[key] = value !== undefined ? value : {});
1259
1259
  })('versions', []).push({
1260
- version: '3.19.0',
1260
+ version: '3.19.1',
1261
1261
  mode: IS_PURE ? 'pure' : 'global',
1262
1262
  copyright: '© 2021 Denis Pushkarev (zloirock.ru)'
1263
1263
  });
@@ -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.301+a1dd7e9";
28449
+ const EX_VERSION = "0.26.0-alpha.305+5644d37";
28450
28450
 
28451
28451
  polyfill();
28452
28452
  // This file is used as the bundle entry point and exports everything