@aws-amplify/analytics 5.1.2 → 5.1.3-unstable.5

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.
@@ -63929,7 +63929,8 @@ __webpack_require__.r(__webpack_exports__);
63929
63929
  /* harmony import */ var _aws_sdk_client_pinpoint__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @aws-sdk/client-pinpoint */ "../../node_modules/@aws-sdk/client-pinpoint/dist/es/index.js");
63930
63930
  /* harmony import */ var _aws_amplify_cache__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @aws-amplify/cache */ "@aws-amplify/cache");
63931
63931
  /* harmony import */ var _aws_amplify_cache__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_aws_amplify_cache__WEBPACK_IMPORTED_MODULE_2__);
63932
- /* harmony import */ var uuid__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! uuid */ "./node_modules/uuid/dist/esm-browser/index.js");
63932
+ /* harmony import */ var uuid__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! uuid */ "../../node_modules/uuid/index.js");
63933
+ /* harmony import */ var uuid__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(uuid__WEBPACK_IMPORTED_MODULE_3__);
63933
63934
  /* harmony import */ var _EventBuffer__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./EventBuffer */ "./lib-esm/Providers/EventBuffer.js");
63934
63935
  function _typeof(obj) {
63935
63936
  "@babel/helpers - typeof";
@@ -65155,7 +65156,8 @@ __webpack_require__.r(__webpack_exports__);
65155
65156
  /* harmony import */ var lodash_isEmpty__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(lodash_isEmpty__WEBPACK_IMPORTED_MODULE_0__);
65156
65157
  /* harmony import */ var lodash_isEqual__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! lodash/isEqual */ "../../node_modules/lodash/isEqual.js");
65157
65158
  /* harmony import */ var lodash_isEqual__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(lodash_isEqual__WEBPACK_IMPORTED_MODULE_1__);
65158
- /* harmony import */ var uuid__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! uuid */ "./node_modules/uuid/dist/esm-browser/index.js");
65159
+ /* harmony import */ var uuid__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! uuid */ "../../node_modules/uuid/index.js");
65160
+ /* harmony import */ var uuid__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(uuid__WEBPACK_IMPORTED_MODULE_2__);
65159
65161
  /* harmony import */ var _aws_amplify_core__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @aws-amplify/core */ "@aws-amplify/core");
65160
65162
  /* harmony import */ var _aws_amplify_core__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_aws_amplify_core__WEBPACK_IMPORTED_MODULE_3__);
65161
65163
  /* harmony import */ var _aws_amplify_cache__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @aws-amplify/cache */ "@aws-amplify/cache");
@@ -68075,845 +68077,6 @@ function parseUrl(u) {
68075
68077
 
68076
68078
  /***/ }),
68077
68079
 
68078
- /***/ "./node_modules/uuid/dist/esm-browser/index.js":
68079
- /*!*****************************************************!*\
68080
- !*** ./node_modules/uuid/dist/esm-browser/index.js ***!
68081
- \*****************************************************/
68082
- /*! exports provided: v1, v3, v4, v5, NIL, version, validate, stringify, parse */
68083
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
68084
-
68085
- "use strict";
68086
- __webpack_require__.r(__webpack_exports__);
68087
- /* harmony import */ var _v1_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./v1.js */ "./node_modules/uuid/dist/esm-browser/v1.js");
68088
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "v1", function() { return _v1_js__WEBPACK_IMPORTED_MODULE_0__["default"]; });
68089
-
68090
- /* harmony import */ var _v3_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./v3.js */ "./node_modules/uuid/dist/esm-browser/v3.js");
68091
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "v3", function() { return _v3_js__WEBPACK_IMPORTED_MODULE_1__["default"]; });
68092
-
68093
- /* harmony import */ var _v4_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./v4.js */ "./node_modules/uuid/dist/esm-browser/v4.js");
68094
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "v4", function() { return _v4_js__WEBPACK_IMPORTED_MODULE_2__["default"]; });
68095
-
68096
- /* harmony import */ var _v5_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./v5.js */ "./node_modules/uuid/dist/esm-browser/v5.js");
68097
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "v5", function() { return _v5_js__WEBPACK_IMPORTED_MODULE_3__["default"]; });
68098
-
68099
- /* harmony import */ var _nil_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./nil.js */ "./node_modules/uuid/dist/esm-browser/nil.js");
68100
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "NIL", function() { return _nil_js__WEBPACK_IMPORTED_MODULE_4__["default"]; });
68101
-
68102
- /* harmony import */ var _version_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./version.js */ "./node_modules/uuid/dist/esm-browser/version.js");
68103
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "version", function() { return _version_js__WEBPACK_IMPORTED_MODULE_5__["default"]; });
68104
-
68105
- /* harmony import */ var _validate_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./validate.js */ "./node_modules/uuid/dist/esm-browser/validate.js");
68106
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "validate", function() { return _validate_js__WEBPACK_IMPORTED_MODULE_6__["default"]; });
68107
-
68108
- /* harmony import */ var _stringify_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./stringify.js */ "./node_modules/uuid/dist/esm-browser/stringify.js");
68109
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "stringify", function() { return _stringify_js__WEBPACK_IMPORTED_MODULE_7__["default"]; });
68110
-
68111
- /* harmony import */ var _parse_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./parse.js */ "./node_modules/uuid/dist/esm-browser/parse.js");
68112
- /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "parse", function() { return _parse_js__WEBPACK_IMPORTED_MODULE_8__["default"]; });
68113
-
68114
-
68115
-
68116
-
68117
-
68118
-
68119
-
68120
-
68121
-
68122
-
68123
-
68124
- /***/ }),
68125
-
68126
- /***/ "./node_modules/uuid/dist/esm-browser/md5.js":
68127
- /*!***************************************************!*\
68128
- !*** ./node_modules/uuid/dist/esm-browser/md5.js ***!
68129
- \***************************************************/
68130
- /*! exports provided: default */
68131
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
68132
-
68133
- "use strict";
68134
- __webpack_require__.r(__webpack_exports__);
68135
- /*
68136
- * Browser-compatible JavaScript MD5
68137
- *
68138
- * Modification of JavaScript MD5
68139
- * https://github.com/blueimp/JavaScript-MD5
68140
- *
68141
- * Copyright 2011, Sebastian Tschan
68142
- * https://blueimp.net
68143
- *
68144
- * Licensed under the MIT license:
68145
- * https://opensource.org/licenses/MIT
68146
- *
68147
- * Based on
68148
- * A JavaScript implementation of the RSA Data Security, Inc. MD5 Message
68149
- * Digest Algorithm, as defined in RFC 1321.
68150
- * Version 2.2 Copyright (C) Paul Johnston 1999 - 2009
68151
- * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
68152
- * Distributed under the BSD License
68153
- * See http://pajhome.org.uk/crypt/md5 for more info.
68154
- */
68155
- function md5(bytes) {
68156
- if (typeof bytes === 'string') {
68157
- var msg = unescape(encodeURIComponent(bytes)); // UTF8 escape
68158
-
68159
- bytes = new Uint8Array(msg.length);
68160
-
68161
- for (var i = 0; i < msg.length; ++i) {
68162
- bytes[i] = msg.charCodeAt(i);
68163
- }
68164
- }
68165
-
68166
- return md5ToHexEncodedArray(wordsToMd5(bytesToWords(bytes), bytes.length * 8));
68167
- }
68168
- /*
68169
- * Convert an array of little-endian words to an array of bytes
68170
- */
68171
-
68172
-
68173
- function md5ToHexEncodedArray(input) {
68174
- var output = [];
68175
- var length32 = input.length * 32;
68176
- var hexTab = '0123456789abcdef';
68177
-
68178
- for (var i = 0; i < length32; i += 8) {
68179
- var x = input[i >> 5] >>> i % 32 & 0xff;
68180
- var hex = parseInt(hexTab.charAt(x >>> 4 & 0x0f) + hexTab.charAt(x & 0x0f), 16);
68181
- output.push(hex);
68182
- }
68183
-
68184
- return output;
68185
- }
68186
- /**
68187
- * Calculate output length with padding and bit length
68188
- */
68189
-
68190
-
68191
- function getOutputLength(inputLength8) {
68192
- return (inputLength8 + 64 >>> 9 << 4) + 14 + 1;
68193
- }
68194
- /*
68195
- * Calculate the MD5 of an array of little-endian words, and a bit length.
68196
- */
68197
-
68198
-
68199
- function wordsToMd5(x, len) {
68200
- /* append padding */
68201
- x[len >> 5] |= 0x80 << len % 32;
68202
- x[getOutputLength(len) - 1] = len;
68203
- var a = 1732584193;
68204
- var b = -271733879;
68205
- var c = -1732584194;
68206
- var d = 271733878;
68207
-
68208
- for (var i = 0; i < x.length; i += 16) {
68209
- var olda = a;
68210
- var oldb = b;
68211
- var oldc = c;
68212
- var oldd = d;
68213
- a = md5ff(a, b, c, d, x[i], 7, -680876936);
68214
- d = md5ff(d, a, b, c, x[i + 1], 12, -389564586);
68215
- c = md5ff(c, d, a, b, x[i + 2], 17, 606105819);
68216
- b = md5ff(b, c, d, a, x[i + 3], 22, -1044525330);
68217
- a = md5ff(a, b, c, d, x[i + 4], 7, -176418897);
68218
- d = md5ff(d, a, b, c, x[i + 5], 12, 1200080426);
68219
- c = md5ff(c, d, a, b, x[i + 6], 17, -1473231341);
68220
- b = md5ff(b, c, d, a, x[i + 7], 22, -45705983);
68221
- a = md5ff(a, b, c, d, x[i + 8], 7, 1770035416);
68222
- d = md5ff(d, a, b, c, x[i + 9], 12, -1958414417);
68223
- c = md5ff(c, d, a, b, x[i + 10], 17, -42063);
68224
- b = md5ff(b, c, d, a, x[i + 11], 22, -1990404162);
68225
- a = md5ff(a, b, c, d, x[i + 12], 7, 1804603682);
68226
- d = md5ff(d, a, b, c, x[i + 13], 12, -40341101);
68227
- c = md5ff(c, d, a, b, x[i + 14], 17, -1502002290);
68228
- b = md5ff(b, c, d, a, x[i + 15], 22, 1236535329);
68229
- a = md5gg(a, b, c, d, x[i + 1], 5, -165796510);
68230
- d = md5gg(d, a, b, c, x[i + 6], 9, -1069501632);
68231
- c = md5gg(c, d, a, b, x[i + 11], 14, 643717713);
68232
- b = md5gg(b, c, d, a, x[i], 20, -373897302);
68233
- a = md5gg(a, b, c, d, x[i + 5], 5, -701558691);
68234
- d = md5gg(d, a, b, c, x[i + 10], 9, 38016083);
68235
- c = md5gg(c, d, a, b, x[i + 15], 14, -660478335);
68236
- b = md5gg(b, c, d, a, x[i + 4], 20, -405537848);
68237
- a = md5gg(a, b, c, d, x[i + 9], 5, 568446438);
68238
- d = md5gg(d, a, b, c, x[i + 14], 9, -1019803690);
68239
- c = md5gg(c, d, a, b, x[i + 3], 14, -187363961);
68240
- b = md5gg(b, c, d, a, x[i + 8], 20, 1163531501);
68241
- a = md5gg(a, b, c, d, x[i + 13], 5, -1444681467);
68242
- d = md5gg(d, a, b, c, x[i + 2], 9, -51403784);
68243
- c = md5gg(c, d, a, b, x[i + 7], 14, 1735328473);
68244
- b = md5gg(b, c, d, a, x[i + 12], 20, -1926607734);
68245
- a = md5hh(a, b, c, d, x[i + 5], 4, -378558);
68246
- d = md5hh(d, a, b, c, x[i + 8], 11, -2022574463);
68247
- c = md5hh(c, d, a, b, x[i + 11], 16, 1839030562);
68248
- b = md5hh(b, c, d, a, x[i + 14], 23, -35309556);
68249
- a = md5hh(a, b, c, d, x[i + 1], 4, -1530992060);
68250
- d = md5hh(d, a, b, c, x[i + 4], 11, 1272893353);
68251
- c = md5hh(c, d, a, b, x[i + 7], 16, -155497632);
68252
- b = md5hh(b, c, d, a, x[i + 10], 23, -1094730640);
68253
- a = md5hh(a, b, c, d, x[i + 13], 4, 681279174);
68254
- d = md5hh(d, a, b, c, x[i], 11, -358537222);
68255
- c = md5hh(c, d, a, b, x[i + 3], 16, -722521979);
68256
- b = md5hh(b, c, d, a, x[i + 6], 23, 76029189);
68257
- a = md5hh(a, b, c, d, x[i + 9], 4, -640364487);
68258
- d = md5hh(d, a, b, c, x[i + 12], 11, -421815835);
68259
- c = md5hh(c, d, a, b, x[i + 15], 16, 530742520);
68260
- b = md5hh(b, c, d, a, x[i + 2], 23, -995338651);
68261
- a = md5ii(a, b, c, d, x[i], 6, -198630844);
68262
- d = md5ii(d, a, b, c, x[i + 7], 10, 1126891415);
68263
- c = md5ii(c, d, a, b, x[i + 14], 15, -1416354905);
68264
- b = md5ii(b, c, d, a, x[i + 5], 21, -57434055);
68265
- a = md5ii(a, b, c, d, x[i + 12], 6, 1700485571);
68266
- d = md5ii(d, a, b, c, x[i + 3], 10, -1894986606);
68267
- c = md5ii(c, d, a, b, x[i + 10], 15, -1051523);
68268
- b = md5ii(b, c, d, a, x[i + 1], 21, -2054922799);
68269
- a = md5ii(a, b, c, d, x[i + 8], 6, 1873313359);
68270
- d = md5ii(d, a, b, c, x[i + 15], 10, -30611744);
68271
- c = md5ii(c, d, a, b, x[i + 6], 15, -1560198380);
68272
- b = md5ii(b, c, d, a, x[i + 13], 21, 1309151649);
68273
- a = md5ii(a, b, c, d, x[i + 4], 6, -145523070);
68274
- d = md5ii(d, a, b, c, x[i + 11], 10, -1120210379);
68275
- c = md5ii(c, d, a, b, x[i + 2], 15, 718787259);
68276
- b = md5ii(b, c, d, a, x[i + 9], 21, -343485551);
68277
- a = safeAdd(a, olda);
68278
- b = safeAdd(b, oldb);
68279
- c = safeAdd(c, oldc);
68280
- d = safeAdd(d, oldd);
68281
- }
68282
-
68283
- return [a, b, c, d];
68284
- }
68285
- /*
68286
- * Convert an array bytes to an array of little-endian words
68287
- * Characters >255 have their high-byte silently ignored.
68288
- */
68289
-
68290
-
68291
- function bytesToWords(input) {
68292
- if (input.length === 0) {
68293
- return [];
68294
- }
68295
-
68296
- var length8 = input.length * 8;
68297
- var output = new Uint32Array(getOutputLength(length8));
68298
-
68299
- for (var i = 0; i < length8; i += 8) {
68300
- output[i >> 5] |= (input[i / 8] & 0xff) << i % 32;
68301
- }
68302
-
68303
- return output;
68304
- }
68305
- /*
68306
- * Add integers, wrapping at 2^32. This uses 16-bit operations internally
68307
- * to work around bugs in some JS interpreters.
68308
- */
68309
-
68310
-
68311
- function safeAdd(x, y) {
68312
- var lsw = (x & 0xffff) + (y & 0xffff);
68313
- var msw = (x >> 16) + (y >> 16) + (lsw >> 16);
68314
- return msw << 16 | lsw & 0xffff;
68315
- }
68316
- /*
68317
- * Bitwise rotate a 32-bit number to the left.
68318
- */
68319
-
68320
-
68321
- function bitRotateLeft(num, cnt) {
68322
- return num << cnt | num >>> 32 - cnt;
68323
- }
68324
- /*
68325
- * These functions implement the four basic operations the algorithm uses.
68326
- */
68327
-
68328
-
68329
- function md5cmn(q, a, b, x, s, t) {
68330
- return safeAdd(bitRotateLeft(safeAdd(safeAdd(a, q), safeAdd(x, t)), s), b);
68331
- }
68332
-
68333
- function md5ff(a, b, c, d, x, s, t) {
68334
- return md5cmn(b & c | ~b & d, a, b, x, s, t);
68335
- }
68336
-
68337
- function md5gg(a, b, c, d, x, s, t) {
68338
- return md5cmn(b & d | c & ~d, a, b, x, s, t);
68339
- }
68340
-
68341
- function md5hh(a, b, c, d, x, s, t) {
68342
- return md5cmn(b ^ c ^ d, a, b, x, s, t);
68343
- }
68344
-
68345
- function md5ii(a, b, c, d, x, s, t) {
68346
- return md5cmn(c ^ (b | ~d), a, b, x, s, t);
68347
- }
68348
-
68349
- /* harmony default export */ __webpack_exports__["default"] = (md5);
68350
-
68351
- /***/ }),
68352
-
68353
- /***/ "./node_modules/uuid/dist/esm-browser/nil.js":
68354
- /*!***************************************************!*\
68355
- !*** ./node_modules/uuid/dist/esm-browser/nil.js ***!
68356
- \***************************************************/
68357
- /*! exports provided: default */
68358
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
68359
-
68360
- "use strict";
68361
- __webpack_require__.r(__webpack_exports__);
68362
- /* harmony default export */ __webpack_exports__["default"] = ('00000000-0000-0000-0000-000000000000');
68363
-
68364
- /***/ }),
68365
-
68366
- /***/ "./node_modules/uuid/dist/esm-browser/parse.js":
68367
- /*!*****************************************************!*\
68368
- !*** ./node_modules/uuid/dist/esm-browser/parse.js ***!
68369
- \*****************************************************/
68370
- /*! exports provided: default */
68371
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
68372
-
68373
- "use strict";
68374
- __webpack_require__.r(__webpack_exports__);
68375
- /* harmony import */ var _validate_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./validate.js */ "./node_modules/uuid/dist/esm-browser/validate.js");
68376
-
68377
-
68378
- function parse(uuid) {
68379
- if (!Object(_validate_js__WEBPACK_IMPORTED_MODULE_0__["default"])(uuid)) {
68380
- throw TypeError('Invalid UUID');
68381
- }
68382
-
68383
- var v;
68384
- var arr = new Uint8Array(16); // Parse ########-....-....-....-............
68385
-
68386
- arr[0] = (v = parseInt(uuid.slice(0, 8), 16)) >>> 24;
68387
- arr[1] = v >>> 16 & 0xff;
68388
- arr[2] = v >>> 8 & 0xff;
68389
- arr[3] = v & 0xff; // Parse ........-####-....-....-............
68390
-
68391
- arr[4] = (v = parseInt(uuid.slice(9, 13), 16)) >>> 8;
68392
- arr[5] = v & 0xff; // Parse ........-....-####-....-............
68393
-
68394
- arr[6] = (v = parseInt(uuid.slice(14, 18), 16)) >>> 8;
68395
- arr[7] = v & 0xff; // Parse ........-....-....-####-............
68396
-
68397
- arr[8] = (v = parseInt(uuid.slice(19, 23), 16)) >>> 8;
68398
- arr[9] = v & 0xff; // Parse ........-....-....-....-############
68399
- // (Use "/" to avoid 32-bit truncation when bit-shifting high-order bytes)
68400
-
68401
- arr[10] = (v = parseInt(uuid.slice(24, 36), 16)) / 0x10000000000 & 0xff;
68402
- arr[11] = v / 0x100000000 & 0xff;
68403
- arr[12] = v >>> 24 & 0xff;
68404
- arr[13] = v >>> 16 & 0xff;
68405
- arr[14] = v >>> 8 & 0xff;
68406
- arr[15] = v & 0xff;
68407
- return arr;
68408
- }
68409
-
68410
- /* harmony default export */ __webpack_exports__["default"] = (parse);
68411
-
68412
- /***/ }),
68413
-
68414
- /***/ "./node_modules/uuid/dist/esm-browser/regex.js":
68415
- /*!*****************************************************!*\
68416
- !*** ./node_modules/uuid/dist/esm-browser/regex.js ***!
68417
- \*****************************************************/
68418
- /*! exports provided: default */
68419
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
68420
-
68421
- "use strict";
68422
- __webpack_require__.r(__webpack_exports__);
68423
- /* harmony default export */ __webpack_exports__["default"] = (/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i);
68424
-
68425
- /***/ }),
68426
-
68427
- /***/ "./node_modules/uuid/dist/esm-browser/rng.js":
68428
- /*!***************************************************!*\
68429
- !*** ./node_modules/uuid/dist/esm-browser/rng.js ***!
68430
- \***************************************************/
68431
- /*! exports provided: default */
68432
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
68433
-
68434
- "use strict";
68435
- __webpack_require__.r(__webpack_exports__);
68436
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return rng; });
68437
- // Unique ID creation requires a high quality random # generator. In the browser we therefore
68438
- // require the crypto API and do not support built-in fallback to lower quality random number
68439
- // generators (like Math.random()).
68440
- var getRandomValues;
68441
- var rnds8 = new Uint8Array(16);
68442
- function rng() {
68443
- // lazy load so that environments that need to polyfill have a chance to do so
68444
- if (!getRandomValues) {
68445
- // getRandomValues needs to be invoked in a context where "this" is a Crypto implementation. Also,
68446
- // find the complete implementation of crypto (msCrypto) on IE11.
68447
- getRandomValues = typeof crypto !== 'undefined' && crypto.getRandomValues && crypto.getRandomValues.bind(crypto) || typeof msCrypto !== 'undefined' && typeof msCrypto.getRandomValues === 'function' && msCrypto.getRandomValues.bind(msCrypto);
68448
-
68449
- if (!getRandomValues) {
68450
- throw new Error('crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported');
68451
- }
68452
- }
68453
-
68454
- return getRandomValues(rnds8);
68455
- }
68456
-
68457
- /***/ }),
68458
-
68459
- /***/ "./node_modules/uuid/dist/esm-browser/sha1.js":
68460
- /*!****************************************************!*\
68461
- !*** ./node_modules/uuid/dist/esm-browser/sha1.js ***!
68462
- \****************************************************/
68463
- /*! exports provided: default */
68464
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
68465
-
68466
- "use strict";
68467
- __webpack_require__.r(__webpack_exports__);
68468
- // Adapted from Chris Veness' SHA1 code at
68469
- // http://www.movable-type.co.uk/scripts/sha1.html
68470
- function f(s, x, y, z) {
68471
- switch (s) {
68472
- case 0:
68473
- return x & y ^ ~x & z;
68474
-
68475
- case 1:
68476
- return x ^ y ^ z;
68477
-
68478
- case 2:
68479
- return x & y ^ x & z ^ y & z;
68480
-
68481
- case 3:
68482
- return x ^ y ^ z;
68483
- }
68484
- }
68485
-
68486
- function ROTL(x, n) {
68487
- return x << n | x >>> 32 - n;
68488
- }
68489
-
68490
- function sha1(bytes) {
68491
- var K = [0x5a827999, 0x6ed9eba1, 0x8f1bbcdc, 0xca62c1d6];
68492
- var H = [0x67452301, 0xefcdab89, 0x98badcfe, 0x10325476, 0xc3d2e1f0];
68493
-
68494
- if (typeof bytes === 'string') {
68495
- var msg = unescape(encodeURIComponent(bytes)); // UTF8 escape
68496
-
68497
- bytes = [];
68498
-
68499
- for (var i = 0; i < msg.length; ++i) {
68500
- bytes.push(msg.charCodeAt(i));
68501
- }
68502
- } else if (!Array.isArray(bytes)) {
68503
- // Convert Array-like to Array
68504
- bytes = Array.prototype.slice.call(bytes);
68505
- }
68506
-
68507
- bytes.push(0x80);
68508
- var l = bytes.length / 4 + 2;
68509
- var N = Math.ceil(l / 16);
68510
- var M = new Array(N);
68511
-
68512
- for (var _i = 0; _i < N; ++_i) {
68513
- var arr = new Uint32Array(16);
68514
-
68515
- for (var j = 0; j < 16; ++j) {
68516
- arr[j] = bytes[_i * 64 + j * 4] << 24 | bytes[_i * 64 + j * 4 + 1] << 16 | bytes[_i * 64 + j * 4 + 2] << 8 | bytes[_i * 64 + j * 4 + 3];
68517
- }
68518
-
68519
- M[_i] = arr;
68520
- }
68521
-
68522
- M[N - 1][14] = (bytes.length - 1) * 8 / Math.pow(2, 32);
68523
- M[N - 1][14] = Math.floor(M[N - 1][14]);
68524
- M[N - 1][15] = (bytes.length - 1) * 8 & 0xffffffff;
68525
-
68526
- for (var _i2 = 0; _i2 < N; ++_i2) {
68527
- var W = new Uint32Array(80);
68528
-
68529
- for (var t = 0; t < 16; ++t) {
68530
- W[t] = M[_i2][t];
68531
- }
68532
-
68533
- for (var _t = 16; _t < 80; ++_t) {
68534
- W[_t] = ROTL(W[_t - 3] ^ W[_t - 8] ^ W[_t - 14] ^ W[_t - 16], 1);
68535
- }
68536
-
68537
- var a = H[0];
68538
- var b = H[1];
68539
- var c = H[2];
68540
- var d = H[3];
68541
- var e = H[4];
68542
-
68543
- for (var _t2 = 0; _t2 < 80; ++_t2) {
68544
- var s = Math.floor(_t2 / 20);
68545
- var T = ROTL(a, 5) + f(s, b, c, d) + e + K[s] + W[_t2] >>> 0;
68546
- e = d;
68547
- d = c;
68548
- c = ROTL(b, 30) >>> 0;
68549
- b = a;
68550
- a = T;
68551
- }
68552
-
68553
- H[0] = H[0] + a >>> 0;
68554
- H[1] = H[1] + b >>> 0;
68555
- H[2] = H[2] + c >>> 0;
68556
- H[3] = H[3] + d >>> 0;
68557
- H[4] = H[4] + e >>> 0;
68558
- }
68559
-
68560
- return [H[0] >> 24 & 0xff, H[0] >> 16 & 0xff, H[0] >> 8 & 0xff, H[0] & 0xff, H[1] >> 24 & 0xff, H[1] >> 16 & 0xff, H[1] >> 8 & 0xff, H[1] & 0xff, H[2] >> 24 & 0xff, H[2] >> 16 & 0xff, H[2] >> 8 & 0xff, H[2] & 0xff, H[3] >> 24 & 0xff, H[3] >> 16 & 0xff, H[3] >> 8 & 0xff, H[3] & 0xff, H[4] >> 24 & 0xff, H[4] >> 16 & 0xff, H[4] >> 8 & 0xff, H[4] & 0xff];
68561
- }
68562
-
68563
- /* harmony default export */ __webpack_exports__["default"] = (sha1);
68564
-
68565
- /***/ }),
68566
-
68567
- /***/ "./node_modules/uuid/dist/esm-browser/stringify.js":
68568
- /*!*********************************************************!*\
68569
- !*** ./node_modules/uuid/dist/esm-browser/stringify.js ***!
68570
- \*********************************************************/
68571
- /*! exports provided: default */
68572
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
68573
-
68574
- "use strict";
68575
- __webpack_require__.r(__webpack_exports__);
68576
- /* harmony import */ var _validate_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./validate.js */ "./node_modules/uuid/dist/esm-browser/validate.js");
68577
-
68578
- /**
68579
- * Convert array of 16 byte values to UUID string format of the form:
68580
- * XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
68581
- */
68582
-
68583
- var byteToHex = [];
68584
-
68585
- for (var i = 0; i < 256; ++i) {
68586
- byteToHex.push((i + 0x100).toString(16).substr(1));
68587
- }
68588
-
68589
- function stringify(arr) {
68590
- var offset = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;
68591
- // Note: Be careful editing this code! It's been tuned for performance
68592
- // and works in ways you may not expect. See https://github.com/uuidjs/uuid/pull/434
68593
- var uuid = (byteToHex[arr[offset + 0]] + byteToHex[arr[offset + 1]] + byteToHex[arr[offset + 2]] + byteToHex[arr[offset + 3]] + '-' + byteToHex[arr[offset + 4]] + byteToHex[arr[offset + 5]] + '-' + byteToHex[arr[offset + 6]] + byteToHex[arr[offset + 7]] + '-' + byteToHex[arr[offset + 8]] + byteToHex[arr[offset + 9]] + '-' + byteToHex[arr[offset + 10]] + byteToHex[arr[offset + 11]] + byteToHex[arr[offset + 12]] + byteToHex[arr[offset + 13]] + byteToHex[arr[offset + 14]] + byteToHex[arr[offset + 15]]).toLowerCase(); // Consistency check for valid UUID. If this throws, it's likely due to one
68594
- // of the following:
68595
- // - One or more input array values don't map to a hex octet (leading to
68596
- // "undefined" in the uuid)
68597
- // - Invalid input values for the RFC `version` or `variant` fields
68598
-
68599
- if (!Object(_validate_js__WEBPACK_IMPORTED_MODULE_0__["default"])(uuid)) {
68600
- throw TypeError('Stringified UUID is invalid');
68601
- }
68602
-
68603
- return uuid;
68604
- }
68605
-
68606
- /* harmony default export */ __webpack_exports__["default"] = (stringify);
68607
-
68608
- /***/ }),
68609
-
68610
- /***/ "./node_modules/uuid/dist/esm-browser/v1.js":
68611
- /*!**************************************************!*\
68612
- !*** ./node_modules/uuid/dist/esm-browser/v1.js ***!
68613
- \**************************************************/
68614
- /*! exports provided: default */
68615
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
68616
-
68617
- "use strict";
68618
- __webpack_require__.r(__webpack_exports__);
68619
- /* harmony import */ var _rng_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./rng.js */ "./node_modules/uuid/dist/esm-browser/rng.js");
68620
- /* harmony import */ var _stringify_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./stringify.js */ "./node_modules/uuid/dist/esm-browser/stringify.js");
68621
-
68622
- // **`v1()` - Generate time-based UUID**
68623
- //
68624
- // Inspired by https://github.com/LiosK/UUID.js
68625
- // and http://docs.python.org/library/uuid.html
68626
-
68627
- var _nodeId;
68628
-
68629
- var _clockseq; // Previous uuid creation time
68630
-
68631
-
68632
- var _lastMSecs = 0;
68633
- var _lastNSecs = 0; // See https://github.com/uuidjs/uuid for API details
68634
-
68635
- function v1(options, buf, offset) {
68636
- var i = buf && offset || 0;
68637
- var b = buf || new Array(16);
68638
- options = options || {};
68639
- var node = options.node || _nodeId;
68640
- var clockseq = options.clockseq !== undefined ? options.clockseq : _clockseq; // node and clockseq need to be initialized to random values if they're not
68641
- // specified. We do this lazily to minimize issues related to insufficient
68642
- // system entropy. See #189
68643
-
68644
- if (node == null || clockseq == null) {
68645
- var seedBytes = options.random || (options.rng || _rng_js__WEBPACK_IMPORTED_MODULE_0__["default"])();
68646
-
68647
- if (node == null) {
68648
- // Per 4.5, create and 48-bit node id, (47 random bits + multicast bit = 1)
68649
- node = _nodeId = [seedBytes[0] | 0x01, seedBytes[1], seedBytes[2], seedBytes[3], seedBytes[4], seedBytes[5]];
68650
- }
68651
-
68652
- if (clockseq == null) {
68653
- // Per 4.2.2, randomize (14 bit) clockseq
68654
- clockseq = _clockseq = (seedBytes[6] << 8 | seedBytes[7]) & 0x3fff;
68655
- }
68656
- } // UUID timestamps are 100 nano-second units since the Gregorian epoch,
68657
- // (1582-10-15 00:00). JSNumbers aren't precise enough for this, so
68658
- // time is handled internally as 'msecs' (integer milliseconds) and 'nsecs'
68659
- // (100-nanoseconds offset from msecs) since unix epoch, 1970-01-01 00:00.
68660
-
68661
-
68662
- var msecs = options.msecs !== undefined ? options.msecs : Date.now(); // Per 4.2.1.2, use count of uuid's generated during the current clock
68663
- // cycle to simulate higher resolution clock
68664
-
68665
- var nsecs = options.nsecs !== undefined ? options.nsecs : _lastNSecs + 1; // Time since last uuid creation (in msecs)
68666
-
68667
- var dt = msecs - _lastMSecs + (nsecs - _lastNSecs) / 10000; // Per 4.2.1.2, Bump clockseq on clock regression
68668
-
68669
- if (dt < 0 && options.clockseq === undefined) {
68670
- clockseq = clockseq + 1 & 0x3fff;
68671
- } // Reset nsecs if clock regresses (new clockseq) or we've moved onto a new
68672
- // time interval
68673
-
68674
-
68675
- if ((dt < 0 || msecs > _lastMSecs) && options.nsecs === undefined) {
68676
- nsecs = 0;
68677
- } // Per 4.2.1.2 Throw error if too many uuids are requested
68678
-
68679
-
68680
- if (nsecs >= 10000) {
68681
- throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");
68682
- }
68683
-
68684
- _lastMSecs = msecs;
68685
- _lastNSecs = nsecs;
68686
- _clockseq = clockseq; // Per 4.1.4 - Convert from unix epoch to Gregorian epoch
68687
-
68688
- msecs += 12219292800000; // `time_low`
68689
-
68690
- var tl = ((msecs & 0xfffffff) * 10000 + nsecs) % 0x100000000;
68691
- b[i++] = tl >>> 24 & 0xff;
68692
- b[i++] = tl >>> 16 & 0xff;
68693
- b[i++] = tl >>> 8 & 0xff;
68694
- b[i++] = tl & 0xff; // `time_mid`
68695
-
68696
- var tmh = msecs / 0x100000000 * 10000 & 0xfffffff;
68697
- b[i++] = tmh >>> 8 & 0xff;
68698
- b[i++] = tmh & 0xff; // `time_high_and_version`
68699
-
68700
- b[i++] = tmh >>> 24 & 0xf | 0x10; // include version
68701
-
68702
- b[i++] = tmh >>> 16 & 0xff; // `clock_seq_hi_and_reserved` (Per 4.2.2 - include variant)
68703
-
68704
- b[i++] = clockseq >>> 8 | 0x80; // `clock_seq_low`
68705
-
68706
- b[i++] = clockseq & 0xff; // `node`
68707
-
68708
- for (var n = 0; n < 6; ++n) {
68709
- b[i + n] = node[n];
68710
- }
68711
-
68712
- return buf || Object(_stringify_js__WEBPACK_IMPORTED_MODULE_1__["default"])(b);
68713
- }
68714
-
68715
- /* harmony default export */ __webpack_exports__["default"] = (v1);
68716
-
68717
- /***/ }),
68718
-
68719
- /***/ "./node_modules/uuid/dist/esm-browser/v3.js":
68720
- /*!**************************************************!*\
68721
- !*** ./node_modules/uuid/dist/esm-browser/v3.js ***!
68722
- \**************************************************/
68723
- /*! exports provided: default */
68724
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
68725
-
68726
- "use strict";
68727
- __webpack_require__.r(__webpack_exports__);
68728
- /* harmony import */ var _v35_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./v35.js */ "./node_modules/uuid/dist/esm-browser/v35.js");
68729
- /* harmony import */ var _md5_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./md5.js */ "./node_modules/uuid/dist/esm-browser/md5.js");
68730
-
68731
-
68732
- var v3 = Object(_v35_js__WEBPACK_IMPORTED_MODULE_0__["default"])('v3', 0x30, _md5_js__WEBPACK_IMPORTED_MODULE_1__["default"]);
68733
- /* harmony default export */ __webpack_exports__["default"] = (v3);
68734
-
68735
- /***/ }),
68736
-
68737
- /***/ "./node_modules/uuid/dist/esm-browser/v35.js":
68738
- /*!***************************************************!*\
68739
- !*** ./node_modules/uuid/dist/esm-browser/v35.js ***!
68740
- \***************************************************/
68741
- /*! exports provided: DNS, URL, default */
68742
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
68743
-
68744
- "use strict";
68745
- __webpack_require__.r(__webpack_exports__);
68746
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "DNS", function() { return DNS; });
68747
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "URL", function() { return URL; });
68748
- /* harmony import */ var _stringify_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./stringify.js */ "./node_modules/uuid/dist/esm-browser/stringify.js");
68749
- /* harmony import */ var _parse_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./parse.js */ "./node_modules/uuid/dist/esm-browser/parse.js");
68750
-
68751
-
68752
-
68753
- function stringToBytes(str) {
68754
- str = unescape(encodeURIComponent(str)); // UTF8 escape
68755
-
68756
- var bytes = [];
68757
-
68758
- for (var i = 0; i < str.length; ++i) {
68759
- bytes.push(str.charCodeAt(i));
68760
- }
68761
-
68762
- return bytes;
68763
- }
68764
-
68765
- var DNS = '6ba7b810-9dad-11d1-80b4-00c04fd430c8';
68766
- var URL = '6ba7b811-9dad-11d1-80b4-00c04fd430c8';
68767
- /* harmony default export */ __webpack_exports__["default"] = (function (name, version, hashfunc) {
68768
- function generateUUID(value, namespace, buf, offset) {
68769
- if (typeof value === 'string') {
68770
- value = stringToBytes(value);
68771
- }
68772
-
68773
- if (typeof namespace === 'string') {
68774
- namespace = Object(_parse_js__WEBPACK_IMPORTED_MODULE_1__["default"])(namespace);
68775
- }
68776
-
68777
- if (namespace.length !== 16) {
68778
- throw TypeError('Namespace must be array-like (16 iterable integer values, 0-255)');
68779
- } // Compute hash of namespace and value, Per 4.3
68780
- // Future: Use spread syntax when supported on all platforms, e.g. `bytes =
68781
- // hashfunc([...namespace, ... value])`
68782
-
68783
-
68784
- var bytes = new Uint8Array(16 + value.length);
68785
- bytes.set(namespace);
68786
- bytes.set(value, namespace.length);
68787
- bytes = hashfunc(bytes);
68788
- bytes[6] = bytes[6] & 0x0f | version;
68789
- bytes[8] = bytes[8] & 0x3f | 0x80;
68790
-
68791
- if (buf) {
68792
- offset = offset || 0;
68793
-
68794
- for (var i = 0; i < 16; ++i) {
68795
- buf[offset + i] = bytes[i];
68796
- }
68797
-
68798
- return buf;
68799
- }
68800
-
68801
- return Object(_stringify_js__WEBPACK_IMPORTED_MODULE_0__["default"])(bytes);
68802
- } // Function#name is not settable on some platforms (#270)
68803
-
68804
-
68805
- try {
68806
- generateUUID.name = name; // eslint-disable-next-line no-empty
68807
- } catch (err) {} // For CommonJS default export support
68808
-
68809
-
68810
- generateUUID.DNS = DNS;
68811
- generateUUID.URL = URL;
68812
- return generateUUID;
68813
- });
68814
-
68815
- /***/ }),
68816
-
68817
- /***/ "./node_modules/uuid/dist/esm-browser/v4.js":
68818
- /*!**************************************************!*\
68819
- !*** ./node_modules/uuid/dist/esm-browser/v4.js ***!
68820
- \**************************************************/
68821
- /*! exports provided: default */
68822
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
68823
-
68824
- "use strict";
68825
- __webpack_require__.r(__webpack_exports__);
68826
- /* harmony import */ var _rng_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./rng.js */ "./node_modules/uuid/dist/esm-browser/rng.js");
68827
- /* harmony import */ var _stringify_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./stringify.js */ "./node_modules/uuid/dist/esm-browser/stringify.js");
68828
-
68829
-
68830
-
68831
- function v4(options, buf, offset) {
68832
- options = options || {};
68833
- var rnds = options.random || (options.rng || _rng_js__WEBPACK_IMPORTED_MODULE_0__["default"])(); // Per 4.4, set bits for version and `clock_seq_hi_and_reserved`
68834
-
68835
- rnds[6] = rnds[6] & 0x0f | 0x40;
68836
- rnds[8] = rnds[8] & 0x3f | 0x80; // Copy bytes to buffer, if provided
68837
-
68838
- if (buf) {
68839
- offset = offset || 0;
68840
-
68841
- for (var i = 0; i < 16; ++i) {
68842
- buf[offset + i] = rnds[i];
68843
- }
68844
-
68845
- return buf;
68846
- }
68847
-
68848
- return Object(_stringify_js__WEBPACK_IMPORTED_MODULE_1__["default"])(rnds);
68849
- }
68850
-
68851
- /* harmony default export */ __webpack_exports__["default"] = (v4);
68852
-
68853
- /***/ }),
68854
-
68855
- /***/ "./node_modules/uuid/dist/esm-browser/v5.js":
68856
- /*!**************************************************!*\
68857
- !*** ./node_modules/uuid/dist/esm-browser/v5.js ***!
68858
- \**************************************************/
68859
- /*! exports provided: default */
68860
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
68861
-
68862
- "use strict";
68863
- __webpack_require__.r(__webpack_exports__);
68864
- /* harmony import */ var _v35_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./v35.js */ "./node_modules/uuid/dist/esm-browser/v35.js");
68865
- /* harmony import */ var _sha1_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./sha1.js */ "./node_modules/uuid/dist/esm-browser/sha1.js");
68866
-
68867
-
68868
- var v5 = Object(_v35_js__WEBPACK_IMPORTED_MODULE_0__["default"])('v5', 0x50, _sha1_js__WEBPACK_IMPORTED_MODULE_1__["default"]);
68869
- /* harmony default export */ __webpack_exports__["default"] = (v5);
68870
-
68871
- /***/ }),
68872
-
68873
- /***/ "./node_modules/uuid/dist/esm-browser/validate.js":
68874
- /*!********************************************************!*\
68875
- !*** ./node_modules/uuid/dist/esm-browser/validate.js ***!
68876
- \********************************************************/
68877
- /*! exports provided: default */
68878
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
68879
-
68880
- "use strict";
68881
- __webpack_require__.r(__webpack_exports__);
68882
- /* harmony import */ var _regex_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./regex.js */ "./node_modules/uuid/dist/esm-browser/regex.js");
68883
-
68884
-
68885
- function validate(uuid) {
68886
- return typeof uuid === 'string' && _regex_js__WEBPACK_IMPORTED_MODULE_0__["default"].test(uuid);
68887
- }
68888
-
68889
- /* harmony default export */ __webpack_exports__["default"] = (validate);
68890
-
68891
- /***/ }),
68892
-
68893
- /***/ "./node_modules/uuid/dist/esm-browser/version.js":
68894
- /*!*******************************************************!*\
68895
- !*** ./node_modules/uuid/dist/esm-browser/version.js ***!
68896
- \*******************************************************/
68897
- /*! exports provided: default */
68898
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
68899
-
68900
- "use strict";
68901
- __webpack_require__.r(__webpack_exports__);
68902
- /* harmony import */ var _validate_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./validate.js */ "./node_modules/uuid/dist/esm-browser/validate.js");
68903
-
68904
-
68905
- function version(uuid) {
68906
- if (!Object(_validate_js__WEBPACK_IMPORTED_MODULE_0__["default"])(uuid)) {
68907
- throw TypeError('Invalid UUID');
68908
- }
68909
-
68910
- return parseInt(uuid.substr(14, 1), 16);
68911
- }
68912
-
68913
- /* harmony default export */ __webpack_exports__["default"] = (version);
68914
-
68915
- /***/ }),
68916
-
68917
68080
  /***/ "@aws-amplify/cache":
68918
68081
  /*!************************************!*\
68919
68082
  !*** external "aws_amplify_cache" ***!