@aws-amplify/datastore-storage-adapter 2.0.64 → 2.0.67

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.
Files changed (45) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/aws-amplify-datastore-sqlite-adapter-expo.js +424 -255
  3. package/dist/aws-amplify-datastore-sqlite-adapter-expo.js.map +1 -1
  4. package/dist/aws-amplify-datastore-sqlite-adapter-expo.min.js +1 -1
  5. package/dist/aws-amplify-datastore-sqlite-adapter-expo.min.js.map +1 -1
  6. package/dist/aws-amplify-datastore-storage-adapter.js +418 -248
  7. package/dist/aws-amplify-datastore-storage-adapter.js.map +1 -1
  8. package/dist/aws-amplify-datastore-storage-adapter.min.js +1 -1
  9. package/dist/aws-amplify-datastore-storage-adapter.min.js.map +1 -1
  10. package/lib/common/SQLiteUtils.d.ts +1 -1
  11. package/lib/index.js +1 -0
  12. package/lib/index.js.map +1 -1
  13. package/lib-esm/common/SQLiteUtils.d.ts +1 -1
  14. package/lib-esm/index.js +1 -0
  15. package/lib-esm/index.js.map +1 -1
  16. package/package.json +4 -4
  17. package/src/index.ts +2 -0
  18. package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/cjs/ExpoSQLiteAdapter/ExpoSQLiteAdapter.js +0 -9
  19. package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/cjs/ExpoSQLiteAdapter/ExpoSQLiteDatabase.js +0 -205
  20. package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/cjs/SQLiteAdapter/SQLiteAdapter.js +0 -9
  21. package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/cjs/SQLiteAdapter/SQLiteDatabase.js +0 -116
  22. package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/cjs/common/CommonSQLiteAdapter.js +0 -242
  23. package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/cjs/common/SQLiteUtils.js +0 -385
  24. package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/cjs/common/constants.js +0 -6
  25. package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/cjs/common/types.js +0 -2
  26. package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/cjs/index.js +0 -8
  27. package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/esm/ExpoSQLiteAdapter/ExpoSQLiteAdapter.d.ts +0 -3
  28. package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/esm/ExpoSQLiteAdapter/ExpoSQLiteAdapter.js +0 -6
  29. package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/esm/ExpoSQLiteAdapter/ExpoSQLiteDatabase.d.ts +0 -17
  30. package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/esm/ExpoSQLiteAdapter/ExpoSQLiteDatabase.js +0 -203
  31. package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/esm/SQLiteAdapter/SQLiteAdapter.d.ts +0 -3
  32. package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/esm/SQLiteAdapter/SQLiteAdapter.js +0 -6
  33. package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/esm/SQLiteAdapter/SQLiteDatabase.d.ts +0 -17
  34. package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/esm/SQLiteAdapter/SQLiteDatabase.js +0 -113
  35. package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/esm/common/CommonSQLiteAdapter.d.ts +0 -23
  36. package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/esm/common/CommonSQLiteAdapter.js +0 -238
  37. package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/esm/common/SQLiteUtils.d.ts +0 -40
  38. package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/esm/common/SQLiteUtils.js +0 -367
  39. package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/esm/common/constants.d.ts +0 -1
  40. package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/esm/common/constants.js +0 -3
  41. package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/esm/common/types.d.ts +0 -16
  42. package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/esm/common/types.js +0 -1
  43. package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/esm/index.d.ts +0 -2
  44. package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/esm/index.js +0 -4
  45. package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/meta/cjs.tsbuildinfo +0 -1
@@ -43,7 +43,7 @@ __webpack_require__.r(__webpack_exports__);
43
43
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
44
44
  /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
45
45
  /* harmony export */ });
46
- /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js");
46
+ /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.mjs");
47
47
  /* harmony import */ var react_native_sqlite_storage__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react-native-sqlite-storage */ "react-native-sqlite-storage");
48
48
  /* harmony import */ var react_native_sqlite_storage__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react_native_sqlite_storage__WEBPACK_IMPORTED_MODULE_0__);
49
49
  /* harmony import */ var _aws_amplify_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @aws-amplify/core */ "@aws-amplify/core");
@@ -354,7 +354,7 @@ __webpack_require__.r(__webpack_exports__);
354
354
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
355
355
  /* harmony export */ CommonSQLiteAdapter: () => (/* binding */ CommonSQLiteAdapter)
356
356
  /* harmony export */ });
357
- /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js");
357
+ /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.mjs");
358
358
  /* harmony import */ var _aws_amplify_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @aws-amplify/core */ "@aws-amplify/core");
359
359
  /* harmony import */ var _aws_amplify_core__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_aws_amplify_core__WEBPACK_IMPORTED_MODULE_0__);
360
360
  /* harmony import */ var _common_SQLiteUtils__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../common/SQLiteUtils */ "./lib-esm/common/SQLiteUtils.js");
@@ -837,7 +837,7 @@ __webpack_require__.r(__webpack_exports__);
837
837
  /* harmony export */ whereClauseFromPredicate: () => (/* binding */ whereClauseFromPredicate),
838
838
  /* harmony export */ whereConditionFromPredicateObject: () => (/* binding */ whereConditionFromPredicateObject)
839
839
  /* harmony export */ });
840
- /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js");
840
+ /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.mjs");
841
841
  /* harmony import */ var _aws_amplify_datastore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @aws-amplify/datastore */ "@aws-amplify/datastore");
842
842
  /* harmony import */ var _aws_amplify_datastore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_aws_amplify_datastore__WEBPACK_IMPORTED_MODULE_0__);
843
843
  function _typeof(o) {
@@ -1254,14 +1254,45 @@ var DB_NAME = 'AmplifyDatastore';
1254
1254
 
1255
1255
  /***/ }),
1256
1256
 
1257
- /***/ "../../node_modules/tslib/tslib.es6.js":
1258
- /*!*********************************************!*\
1259
- !*** ../../node_modules/tslib/tslib.es6.js ***!
1260
- \*********************************************/
1261
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1257
+ /***/ "@aws-amplify/core":
1258
+ /*!************************************!*\
1259
+ !*** external "@aws-amplify/core" ***!
1260
+ \************************************/
1261
+ /***/ ((module) => {
1262
+
1263
+ module.exports = __WEBPACK_EXTERNAL_MODULE__aws_amplify_core__;
1264
+
1265
+ /***/ }),
1266
+
1267
+ /***/ "@aws-amplify/datastore":
1268
+ /*!*****************************************!*\
1269
+ !*** external "@aws-amplify/datastore" ***!
1270
+ \*****************************************/
1271
+ /***/ ((module) => {
1272
+
1273
+ module.exports = __WEBPACK_EXTERNAL_MODULE__aws_amplify_datastore__;
1274
+
1275
+ /***/ }),
1276
+
1277
+ /***/ "react-native-sqlite-storage":
1278
+ /*!**********************************************!*\
1279
+ !*** external "react-native-sqlite-storage" ***!
1280
+ \**********************************************/
1281
+ /***/ ((module) => {
1282
+
1283
+ module.exports = __WEBPACK_EXTERNAL_MODULE_react_native_sqlite_storage__;
1284
+
1285
+ /***/ }),
1286
+
1287
+ /***/ "../../node_modules/tslib/tslib.es6.mjs":
1288
+ /*!**********************************************!*\
1289
+ !*** ../../node_modules/tslib/tslib.es6.mjs ***!
1290
+ \**********************************************/
1291
+ /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1262
1292
 
1263
1293
  __webpack_require__.r(__webpack_exports__);
1264
1294
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1295
+ /* harmony export */ __addDisposableResource: () => (/* binding */ __addDisposableResource),
1265
1296
  /* harmony export */ __assign: () => (/* binding */ __assign),
1266
1297
  /* harmony export */ __asyncDelegator: () => (/* binding */ __asyncDelegator),
1267
1298
  /* harmony export */ __asyncGenerator: () => (/* binding */ __asyncGenerator),
@@ -1269,9 +1300,12 @@ __webpack_require__.r(__webpack_exports__);
1269
1300
  /* harmony export */ __await: () => (/* binding */ __await),
1270
1301
  /* harmony export */ __awaiter: () => (/* binding */ __awaiter),
1271
1302
  /* harmony export */ __classPrivateFieldGet: () => (/* binding */ __classPrivateFieldGet),
1303
+ /* harmony export */ __classPrivateFieldIn: () => (/* binding */ __classPrivateFieldIn),
1272
1304
  /* harmony export */ __classPrivateFieldSet: () => (/* binding */ __classPrivateFieldSet),
1273
1305
  /* harmony export */ __createBinding: () => (/* binding */ __createBinding),
1274
1306
  /* harmony export */ __decorate: () => (/* binding */ __decorate),
1307
+ /* harmony export */ __disposeResources: () => (/* binding */ __disposeResources),
1308
+ /* harmony export */ __esDecorate: () => (/* binding */ __esDecorate),
1275
1309
  /* harmony export */ __exportStar: () => (/* binding */ __exportStar),
1276
1310
  /* harmony export */ __extends: () => (/* binding */ __extends),
1277
1311
  /* harmony export */ __generator: () => (/* binding */ __generator),
@@ -1280,261 +1314,396 @@ __webpack_require__.r(__webpack_exports__);
1280
1314
  /* harmony export */ __makeTemplateObject: () => (/* binding */ __makeTemplateObject),
1281
1315
  /* harmony export */ __metadata: () => (/* binding */ __metadata),
1282
1316
  /* harmony export */ __param: () => (/* binding */ __param),
1317
+ /* harmony export */ __propKey: () => (/* binding */ __propKey),
1283
1318
  /* harmony export */ __read: () => (/* binding */ __read),
1284
1319
  /* harmony export */ __rest: () => (/* binding */ __rest),
1320
+ /* harmony export */ __runInitializers: () => (/* binding */ __runInitializers),
1321
+ /* harmony export */ __setFunctionName: () => (/* binding */ __setFunctionName),
1285
1322
  /* harmony export */ __spread: () => (/* binding */ __spread),
1323
+ /* harmony export */ __spreadArray: () => (/* binding */ __spreadArray),
1286
1324
  /* harmony export */ __spreadArrays: () => (/* binding */ __spreadArrays),
1287
- /* harmony export */ __values: () => (/* binding */ __values)
1325
+ /* harmony export */ __values: () => (/* binding */ __values),
1326
+ /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
1288
1327
  /* harmony export */ });
1289
- /*! *****************************************************************************
1290
- Copyright (c) Microsoft Corporation.
1291
-
1292
- Permission to use, copy, modify, and/or distribute this software for any
1293
- purpose with or without fee is hereby granted.
1294
-
1295
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1296
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
1297
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1298
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1299
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1300
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1301
- PERFORMANCE OF THIS SOFTWARE.
1302
- ***************************************************************************** */
1303
- /* global Reflect, Promise */
1304
-
1305
- var extendStatics = function(d, b) {
1306
- extendStatics = Object.setPrototypeOf ||
1307
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
1308
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
1309
- return extendStatics(d, b);
1310
- };
1311
-
1312
- function __extends(d, b) {
1313
- extendStatics(d, b);
1314
- function __() { this.constructor = d; }
1315
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
1316
- }
1317
-
1318
- var __assign = function() {
1319
- __assign = Object.assign || function __assign(t) {
1320
- for (var s, i = 1, n = arguments.length; i < n; i++) {
1321
- s = arguments[i];
1322
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
1323
- }
1324
- return t;
1325
- }
1326
- return __assign.apply(this, arguments);
1327
- }
1328
-
1329
- function __rest(s, e) {
1330
- var t = {};
1331
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
1332
- t[p] = s[p];
1333
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
1334
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
1335
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
1336
- t[p[i]] = s[p[i]];
1337
- }
1338
- return t;
1339
- }
1340
-
1341
- function __decorate(decorators, target, key, desc) {
1342
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1343
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1344
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1345
- return c > 3 && r && Object.defineProperty(target, key, r), r;
1346
- }
1347
-
1348
- function __param(paramIndex, decorator) {
1349
- return function (target, key) { decorator(target, key, paramIndex); }
1350
- }
1351
-
1352
- function __metadata(metadataKey, metadataValue) {
1353
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
1354
- }
1355
-
1356
- function __awaiter(thisArg, _arguments, P, generator) {
1357
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
1358
- return new (P || (P = Promise))(function (resolve, reject) {
1359
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
1360
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
1361
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
1362
- step((generator = generator.apply(thisArg, _arguments || [])).next());
1363
- });
1364
- }
1365
-
1366
- function __generator(thisArg, body) {
1367
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
1368
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
1369
- function verb(n) { return function (v) { return step([n, v]); }; }
1370
- function step(op) {
1371
- if (f) throw new TypeError("Generator is already executing.");
1372
- while (_) try {
1373
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
1374
- if (y = 0, t) op = [op[0] & 2, t.value];
1375
- switch (op[0]) {
1376
- case 0: case 1: t = op; break;
1377
- case 4: _.label++; return { value: op[1], done: false };
1378
- case 5: _.label++; y = op[1]; op = [0]; continue;
1379
- case 7: op = _.ops.pop(); _.trys.pop(); continue;
1380
- default:
1381
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
1382
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
1383
- if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
1384
- if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
1385
- if (t[2]) _.ops.pop();
1386
- _.trys.pop(); continue;
1387
- }
1388
- op = body.call(thisArg, _);
1389
- } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
1390
- if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
1391
- }
1392
- }
1393
-
1394
- function __createBinding(o, m, k, k2) {
1395
- if (k2 === undefined) k2 = k;
1396
- o[k2] = m[k];
1397
- }
1398
-
1399
- function __exportStar(m, exports) {
1400
- for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) exports[p] = m[p];
1401
- }
1402
-
1403
- function __values(o) {
1404
- var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
1405
- if (m) return m.call(o);
1406
- if (o && typeof o.length === "number") return {
1407
- next: function () {
1408
- if (o && i >= o.length) o = void 0;
1409
- return { value: o && o[i++], done: !o };
1410
- }
1411
- };
1412
- throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
1413
- }
1414
-
1415
- function __read(o, n) {
1416
- var m = typeof Symbol === "function" && o[Symbol.iterator];
1417
- if (!m) return o;
1418
- var i = m.call(o), r, ar = [], e;
1419
- try {
1420
- while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
1421
- }
1422
- catch (error) { e = { error: error }; }
1423
- finally {
1424
- try {
1425
- if (r && !r.done && (m = i["return"])) m.call(i);
1426
- }
1427
- finally { if (e) throw e.error; }
1428
- }
1429
- return ar;
1430
- }
1431
-
1432
- function __spread() {
1433
- for (var ar = [], i = 0; i < arguments.length; i++)
1434
- ar = ar.concat(__read(arguments[i]));
1435
- return ar;
1436
- }
1437
-
1438
- function __spreadArrays() {
1439
- for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
1440
- for (var r = Array(s), k = 0, i = 0; i < il; i++)
1441
- for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
1442
- r[k] = a[j];
1443
- return r;
1444
- };
1445
-
1446
- function __await(v) {
1447
- return this instanceof __await ? (this.v = v, this) : new __await(v);
1448
- }
1449
-
1450
- function __asyncGenerator(thisArg, _arguments, generator) {
1451
- if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
1452
- var g = generator.apply(thisArg, _arguments || []), i, q = [];
1453
- return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
1454
- function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
1455
- function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
1456
- function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
1457
- function fulfill(value) { resume("next", value); }
1458
- function reject(value) { resume("throw", value); }
1459
- function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }
1460
- }
1461
-
1462
- function __asyncDelegator(o) {
1463
- var i, p;
1464
- return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
1465
- function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
1466
- }
1467
-
1468
- function __asyncValues(o) {
1469
- if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
1470
- var m = o[Symbol.asyncIterator], i;
1471
- return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
1472
- function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
1473
- function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
1474
- }
1475
-
1476
- function __makeTemplateObject(cooked, raw) {
1477
- if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
1478
- return cooked;
1479
- };
1480
-
1481
- function __importStar(mod) {
1482
- if (mod && mod.__esModule) return mod;
1483
- var result = {};
1484
- if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
1485
- result.default = mod;
1486
- return result;
1487
- }
1488
-
1489
- function __importDefault(mod) {
1490
- return (mod && mod.__esModule) ? mod : { default: mod };
1491
- }
1492
-
1493
- function __classPrivateFieldGet(receiver, privateMap) {
1494
- if (!privateMap.has(receiver)) {
1495
- throw new TypeError("attempted to get private field on non-instance");
1496
- }
1497
- return privateMap.get(receiver);
1498
- }
1499
-
1500
- function __classPrivateFieldSet(receiver, privateMap, value) {
1501
- if (!privateMap.has(receiver)) {
1502
- throw new TypeError("attempted to set private field on non-instance");
1503
- }
1504
- privateMap.set(receiver, value);
1505
- return value;
1506
- }
1328
+ /******************************************************************************
1329
+ Copyright (c) Microsoft Corporation.
1507
1330
 
1331
+ Permission to use, copy, modify, and/or distribute this software for any
1332
+ purpose with or without fee is hereby granted.
1508
1333
 
1509
- /***/ }),
1334
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1335
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
1336
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1337
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1338
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1339
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1340
+ PERFORMANCE OF THIS SOFTWARE.
1341
+ ***************************************************************************** */
1342
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
1510
1343
 
1511
- /***/ "@aws-amplify/core":
1512
- /*!************************************!*\
1513
- !*** external "@aws-amplify/core" ***!
1514
- \************************************/
1515
- /***/ ((module) => {
1344
+ var extendStatics = function(d, b) {
1345
+ extendStatics = Object.setPrototypeOf ||
1346
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
1347
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
1348
+ return extendStatics(d, b);
1349
+ };
1516
1350
 
1517
- module.exports = __WEBPACK_EXTERNAL_MODULE__aws_amplify_core__;
1351
+ function __extends(d, b) {
1352
+ if (typeof b !== "function" && b !== null)
1353
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
1354
+ extendStatics(d, b);
1355
+ function __() { this.constructor = d; }
1356
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
1357
+ }
1518
1358
 
1519
- /***/ }),
1359
+ var __assign = function() {
1360
+ __assign = Object.assign || function __assign(t) {
1361
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
1362
+ s = arguments[i];
1363
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
1364
+ }
1365
+ return t;
1366
+ }
1367
+ return __assign.apply(this, arguments);
1368
+ }
1520
1369
 
1521
- /***/ "@aws-amplify/datastore":
1522
- /*!*****************************************!*\
1523
- !*** external "@aws-amplify/datastore" ***!
1524
- \*****************************************/
1525
- /***/ ((module) => {
1370
+ function __rest(s, e) {
1371
+ var t = {};
1372
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
1373
+ t[p] = s[p];
1374
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
1375
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
1376
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
1377
+ t[p[i]] = s[p[i]];
1378
+ }
1379
+ return t;
1380
+ }
1526
1381
 
1527
- module.exports = __WEBPACK_EXTERNAL_MODULE__aws_amplify_datastore__;
1382
+ function __decorate(decorators, target, key, desc) {
1383
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1384
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1385
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1386
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
1387
+ }
1528
1388
 
1529
- /***/ }),
1389
+ function __param(paramIndex, decorator) {
1390
+ return function (target, key) { decorator(target, key, paramIndex); }
1391
+ }
1530
1392
 
1531
- /***/ "react-native-sqlite-storage":
1532
- /*!**********************************************!*\
1533
- !*** external "react-native-sqlite-storage" ***!
1534
- \**********************************************/
1535
- /***/ ((module) => {
1393
+ function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
1394
+ function accept(f) { if (f !== void 0 && typeof f !== "function") throw new TypeError("Function expected"); return f; }
1395
+ var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
1396
+ var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null;
1397
+ var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});
1398
+ var _, done = false;
1399
+ for (var i = decorators.length - 1; i >= 0; i--) {
1400
+ var context = {};
1401
+ for (var p in contextIn) context[p] = p === "access" ? {} : contextIn[p];
1402
+ for (var p in contextIn.access) context.access[p] = contextIn.access[p];
1403
+ context.addInitializer = function (f) { if (done) throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); };
1404
+ var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);
1405
+ if (kind === "accessor") {
1406
+ if (result === void 0) continue;
1407
+ if (result === null || typeof result !== "object") throw new TypeError("Object expected");
1408
+ if (_ = accept(result.get)) descriptor.get = _;
1409
+ if (_ = accept(result.set)) descriptor.set = _;
1410
+ if (_ = accept(result.init)) initializers.unshift(_);
1411
+ }
1412
+ else if (_ = accept(result)) {
1413
+ if (kind === "field") initializers.unshift(_);
1414
+ else descriptor[key] = _;
1415
+ }
1416
+ }
1417
+ if (target) Object.defineProperty(target, contextIn.name, descriptor);
1418
+ done = true;
1419
+ };
1420
+
1421
+ function __runInitializers(thisArg, initializers, value) {
1422
+ var useValue = arguments.length > 2;
1423
+ for (var i = 0; i < initializers.length; i++) {
1424
+ value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);
1425
+ }
1426
+ return useValue ? value : void 0;
1427
+ };
1428
+
1429
+ function __propKey(x) {
1430
+ return typeof x === "symbol" ? x : "".concat(x);
1431
+ };
1432
+
1433
+ function __setFunctionName(f, name, prefix) {
1434
+ if (typeof name === "symbol") name = name.description ? "[".concat(name.description, "]") : "";
1435
+ return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
1436
+ };
1437
+
1438
+ function __metadata(metadataKey, metadataValue) {
1439
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue);
1440
+ }
1441
+
1442
+ function __awaiter(thisArg, _arguments, P, generator) {
1443
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
1444
+ return new (P || (P = Promise))(function (resolve, reject) {
1445
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
1446
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
1447
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
1448
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
1449
+ });
1450
+ }
1451
+
1452
+ function __generator(thisArg, body) {
1453
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
1454
+ return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
1455
+ function verb(n) { return function (v) { return step([n, v]); }; }
1456
+ function step(op) {
1457
+ if (f) throw new TypeError("Generator is already executing.");
1458
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
1459
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
1460
+ if (y = 0, t) op = [op[0] & 2, t.value];
1461
+ switch (op[0]) {
1462
+ case 0: case 1: t = op; break;
1463
+ case 4: _.label++; return { value: op[1], done: false };
1464
+ case 5: _.label++; y = op[1]; op = [0]; continue;
1465
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
1466
+ default:
1467
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
1468
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
1469
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
1470
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
1471
+ if (t[2]) _.ops.pop();
1472
+ _.trys.pop(); continue;
1473
+ }
1474
+ op = body.call(thisArg, _);
1475
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
1476
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
1477
+ }
1478
+ }
1479
+
1480
+ var __createBinding = Object.create ? (function(o, m, k, k2) {
1481
+ if (k2 === undefined) k2 = k;
1482
+ var desc = Object.getOwnPropertyDescriptor(m, k);
1483
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
1484
+ desc = { enumerable: true, get: function() { return m[k]; } };
1485
+ }
1486
+ Object.defineProperty(o, k2, desc);
1487
+ }) : (function(o, m, k, k2) {
1488
+ if (k2 === undefined) k2 = k;
1489
+ o[k2] = m[k];
1490
+ });
1491
+
1492
+ function __exportStar(m, o) {
1493
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);
1494
+ }
1495
+
1496
+ function __values(o) {
1497
+ var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
1498
+ if (m) return m.call(o);
1499
+ if (o && typeof o.length === "number") return {
1500
+ next: function () {
1501
+ if (o && i >= o.length) o = void 0;
1502
+ return { value: o && o[i++], done: !o };
1503
+ }
1504
+ };
1505
+ throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
1506
+ }
1507
+
1508
+ function __read(o, n) {
1509
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
1510
+ if (!m) return o;
1511
+ var i = m.call(o), r, ar = [], e;
1512
+ try {
1513
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
1514
+ }
1515
+ catch (error) { e = { error: error }; }
1516
+ finally {
1517
+ try {
1518
+ if (r && !r.done && (m = i["return"])) m.call(i);
1519
+ }
1520
+ finally { if (e) throw e.error; }
1521
+ }
1522
+ return ar;
1523
+ }
1524
+
1525
+ /** @deprecated */
1526
+ function __spread() {
1527
+ for (var ar = [], i = 0; i < arguments.length; i++)
1528
+ ar = ar.concat(__read(arguments[i]));
1529
+ return ar;
1530
+ }
1531
+
1532
+ /** @deprecated */
1533
+ function __spreadArrays() {
1534
+ for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
1535
+ for (var r = Array(s), k = 0, i = 0; i < il; i++)
1536
+ for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
1537
+ r[k] = a[j];
1538
+ return r;
1539
+ }
1540
+
1541
+ function __spreadArray(to, from, pack) {
1542
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
1543
+ if (ar || !(i in from)) {
1544
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
1545
+ ar[i] = from[i];
1546
+ }
1547
+ }
1548
+ return to.concat(ar || Array.prototype.slice.call(from));
1549
+ }
1550
+
1551
+ function __await(v) {
1552
+ return this instanceof __await ? (this.v = v, this) : new __await(v);
1553
+ }
1554
+
1555
+ function __asyncGenerator(thisArg, _arguments, generator) {
1556
+ if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
1557
+ var g = generator.apply(thisArg, _arguments || []), i, q = [];
1558
+ return i = Object.create((typeof AsyncIterator === "function" ? AsyncIterator : Object).prototype), verb("next"), verb("throw"), verb("return", awaitReturn), i[Symbol.asyncIterator] = function () { return this; }, i;
1559
+ function awaitReturn(f) { return function (v) { return Promise.resolve(v).then(f, reject); }; }
1560
+ function verb(n, f) { if (g[n]) { i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; if (f) i[n] = f(i[n]); } }
1561
+ function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
1562
+ function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
1563
+ function fulfill(value) { resume("next", value); }
1564
+ function reject(value) { resume("throw", value); }
1565
+ function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }
1566
+ }
1567
+
1568
+ function __asyncDelegator(o) {
1569
+ var i, p;
1570
+ return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
1571
+ function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }
1572
+ }
1573
+
1574
+ function __asyncValues(o) {
1575
+ if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
1576
+ var m = o[Symbol.asyncIterator], i;
1577
+ return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
1578
+ function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
1579
+ function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
1580
+ }
1581
+
1582
+ function __makeTemplateObject(cooked, raw) {
1583
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
1584
+ return cooked;
1585
+ };
1586
+
1587
+ var __setModuleDefault = Object.create ? (function(o, v) {
1588
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
1589
+ }) : function(o, v) {
1590
+ o["default"] = v;
1591
+ };
1592
+
1593
+ function __importStar(mod) {
1594
+ if (mod && mod.__esModule) return mod;
1595
+ var result = {};
1596
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
1597
+ __setModuleDefault(result, mod);
1598
+ return result;
1599
+ }
1600
+
1601
+ function __importDefault(mod) {
1602
+ return (mod && mod.__esModule) ? mod : { default: mod };
1603
+ }
1604
+
1605
+ function __classPrivateFieldGet(receiver, state, kind, f) {
1606
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
1607
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
1608
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
1609
+ }
1610
+
1611
+ function __classPrivateFieldSet(receiver, state, value, kind, f) {
1612
+ if (kind === "m") throw new TypeError("Private method is not writable");
1613
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
1614
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
1615
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
1616
+ }
1617
+
1618
+ function __classPrivateFieldIn(state, receiver) {
1619
+ if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function")) throw new TypeError("Cannot use 'in' operator on non-object");
1620
+ return typeof state === "function" ? receiver === state : state.has(receiver);
1621
+ }
1622
+
1623
+ function __addDisposableResource(env, value, async) {
1624
+ if (value !== null && value !== void 0) {
1625
+ if (typeof value !== "object" && typeof value !== "function") throw new TypeError("Object expected.");
1626
+ var dispose, inner;
1627
+ if (async) {
1628
+ if (!Symbol.asyncDispose) throw new TypeError("Symbol.asyncDispose is not defined.");
1629
+ dispose = value[Symbol.asyncDispose];
1630
+ }
1631
+ if (dispose === void 0) {
1632
+ if (!Symbol.dispose) throw new TypeError("Symbol.dispose is not defined.");
1633
+ dispose = value[Symbol.dispose];
1634
+ if (async) inner = dispose;
1635
+ }
1636
+ if (typeof dispose !== "function") throw new TypeError("Object not disposable.");
1637
+ if (inner) dispose = function() { try { inner.call(this); } catch (e) { return Promise.reject(e); } };
1638
+ env.stack.push({ value: value, dispose: dispose, async: async });
1639
+ }
1640
+ else if (async) {
1641
+ env.stack.push({ async: true });
1642
+ }
1643
+ return value;
1644
+ }
1645
+
1646
+ var _SuppressedError = typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
1647
+ var e = new Error(message);
1648
+ return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
1649
+ };
1650
+
1651
+ function __disposeResources(env) {
1652
+ function fail(e) {
1653
+ env.error = env.hasError ? new _SuppressedError(e, env.error, "An error was suppressed during disposal.") : e;
1654
+ env.hasError = true;
1655
+ }
1656
+ var r, s = 0;
1657
+ function next() {
1658
+ while (r = env.stack.pop()) {
1659
+ try {
1660
+ if (!r.async && s === 1) return s = 0, env.stack.push(r), Promise.resolve().then(next);
1661
+ if (r.dispose) {
1662
+ var result = r.dispose.call(r.value);
1663
+ if (r.async) return s |= 2, Promise.resolve(result).then(next, function(e) { fail(e); return next(); });
1664
+ }
1665
+ else s |= 1;
1666
+ }
1667
+ catch (e) {
1668
+ fail(e);
1669
+ }
1670
+ }
1671
+ if (s === 1) return env.hasError ? Promise.reject(env.error) : Promise.resolve();
1672
+ if (env.hasError) throw env.error;
1673
+ }
1674
+ return next();
1675
+ }
1676
+
1677
+ /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
1678
+ __extends,
1679
+ __assign,
1680
+ __rest,
1681
+ __decorate,
1682
+ __param,
1683
+ __metadata,
1684
+ __awaiter,
1685
+ __generator,
1686
+ __createBinding,
1687
+ __exportStar,
1688
+ __values,
1689
+ __read,
1690
+ __spread,
1691
+ __spreadArrays,
1692
+ __spreadArray,
1693
+ __await,
1694
+ __asyncGenerator,
1695
+ __asyncDelegator,
1696
+ __asyncValues,
1697
+ __makeTemplateObject,
1698
+ __importStar,
1699
+ __importDefault,
1700
+ __classPrivateFieldGet,
1701
+ __classPrivateFieldSet,
1702
+ __classPrivateFieldIn,
1703
+ __addDisposableResource,
1704
+ __disposeResources,
1705
+ });
1536
1706
 
1537
- module.exports = __WEBPACK_EXTERNAL_MODULE_react_native_sqlite_storage__;
1538
1707
 
1539
1708
  /***/ })
1540
1709
 
@@ -1619,6 +1788,7 @@ __webpack_require__.r(__webpack_exports__);
1619
1788
  // SPDX-License-Identifier: Apache-2.0
1620
1789
 
1621
1790
 
1791
+ // chore: trigger v5-stable LTS release to complete partial publish (uuid-v11 RN fix, datastore). No functional change.
1622
1792
  /******/ return __webpack_exports__;
1623
1793
  /******/ })()
1624
1794
  ;