excalibur 0.26.0-alpha.317 → 0.26.0-alpha.321

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.317+9fa486d - 2021-11-28
2
+ * excalibur - 0.26.0-alpha.321+946371c - 2021-12-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
@@ -133,12 +133,26 @@ module.exports = function (METHOD_NAME, argument) {
133
133
 
134
134
  /***/ }),
135
135
 
136
- /***/ 1909:
136
+ /***/ 9794:
137
137
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
138
138
 
139
- var uncurryThis = __webpack_require__(5968);
139
+ var global = __webpack_require__(9859);
140
+ var toAbsoluteIndex = __webpack_require__(3231);
141
+ var lengthOfArrayLike = __webpack_require__(9646);
142
+ var createProperty = __webpack_require__(2324);
140
143
 
141
- module.exports = uncurryThis([].slice);
144
+ var Array = global.Array;
145
+ var max = Math.max;
146
+
147
+ module.exports = function (O, start, end) {
148
+ var length = lengthOfArrayLike(O);
149
+ var k = toAbsoluteIndex(start, length);
150
+ var fin = toAbsoluteIndex(end === undefined ? length : end, length);
151
+ var result = Array(max(fin - k, 0));
152
+ for (var n = 0; k < fin; k++, n++) createProperty(result, n, O[k]);
153
+ result.length = n;
154
+ return result;
155
+ };
142
156
 
143
157
 
144
158
  /***/ }),
@@ -146,7 +160,7 @@ module.exports = uncurryThis([].slice);
146
160
  /***/ 3867:
147
161
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
148
162
 
149
- var arraySlice = __webpack_require__(1909);
163
+ var arraySlice = __webpack_require__(9794);
150
164
 
151
165
  var floor = Math.floor;
152
166
 
@@ -297,6 +311,24 @@ module.exports = function (bitmap, value) {
297
311
  };
298
312
 
299
313
 
314
+ /***/ }),
315
+
316
+ /***/ 2324:
317
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
318
+
319
+ "use strict";
320
+
321
+ var toPropertyKey = __webpack_require__(9310);
322
+ var definePropertyModule = __webpack_require__(1787);
323
+ var createPropertyDescriptor = __webpack_require__(5358);
324
+
325
+ module.exports = function (object, key, value) {
326
+ var propertyKey = toPropertyKey(key);
327
+ if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));
328
+ else object[propertyKey] = value;
329
+ };
330
+
331
+
300
332
  /***/ }),
301
333
 
302
334
  /***/ 7400:
@@ -1257,7 +1289,7 @@ var store = __webpack_require__(5353);
1257
1289
  (module.exports = function (key, value) {
1258
1290
  return store[key] || (store[key] = value !== undefined ? value : {});
1259
1291
  })('versions', []).push({
1260
- version: '3.19.1',
1292
+ version: '3.19.2',
1261
1293
  mode: IS_PURE ? 'pure' : 'global',
1262
1294
  copyright: '© 2021 Denis Pushkarev (zloirock.ru)'
1263
1295
  });
@@ -28838,7 +28870,7 @@ Promises_Promise = Promise_1 = Promises_decorate([
28838
28870
  * The current Excalibur version string
28839
28871
  * @description `process.env.__EX_VERSION` gets replaced by Webpack on build
28840
28872
  */
28841
- const EX_VERSION = "0.26.0-alpha.317+9fa486d";
28873
+ const EX_VERSION = "0.26.0-alpha.321+946371c";
28842
28874
 
28843
28875
  polyfill();
28844
28876
  // This file is used as the bundle entry point and exports everything