@aws-amplify/datastore-storage-adapter 2.0.49-api-v6.2fd20b7.0 → 2.0.49-api-v6-models.5d6fe9b.0

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.
@@ -872,14 +872,14 @@ __webpack_require__.r(__webpack_exports__);
872
872
  /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.mjs");
873
873
  /* harmony import */ var _aws_amplify_datastore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @aws-amplify/datastore */ "@aws-amplify/datastore");
874
874
  /* harmony import */ var _aws_amplify_datastore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_aws_amplify_datastore__WEBPACK_IMPORTED_MODULE_0__);
875
- function _typeof(obj) {
875
+ function _typeof(o) {
876
876
  "@babel/helpers - typeof";
877
877
 
878
- return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
879
- return typeof obj;
880
- } : function (obj) {
881
- return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
882
- }, _typeof(obj);
878
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
879
+ return typeof o;
880
+ } : function (o) {
881
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
882
+ }, _typeof(o);
883
883
  }
884
884
 
885
885
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
@@ -848,14 +848,14 @@ __webpack_require__.r(__webpack_exports__);
848
848
  /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.mjs");
849
849
  /* harmony import */ var _aws_amplify_datastore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @aws-amplify/datastore */ "@aws-amplify/datastore");
850
850
  /* harmony import */ var _aws_amplify_datastore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_aws_amplify_datastore__WEBPACK_IMPORTED_MODULE_0__);
851
- function _typeof(obj) {
851
+ function _typeof(o) {
852
852
  "@babel/helpers - typeof";
853
853
 
854
- return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
855
- return typeof obj;
856
- } : function (obj) {
857
- return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
858
- }, _typeof(obj);
854
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
855
+ return typeof o;
856
+ } : function (o) {
857
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
858
+ }, _typeof(o);
859
859
  }
860
860
 
861
861
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/datastore-storage-adapter",
3
- "version": "2.0.49-api-v6.2fd20b7.0+2fd20b7",
3
+ "version": "2.0.49-api-v6-models.5d6fe9b.0+5d6fe9b",
4
4
  "description": "SQLite storage adapter for Amplify DataStore ",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib-esm/index.js",
@@ -35,8 +35,8 @@
35
35
  },
36
36
  "homepage": "https://aws-amplify.github.io/",
37
37
  "devDependencies": {
38
- "@aws-amplify/core": "5.8.6-api-v6.2fd20b7.0+2fd20b7",
39
- "@aws-amplify/datastore": "4.7.6-api-v6.2fd20b7.0+2fd20b7",
38
+ "@aws-amplify/core": "5.8.6-api-v6-models.5d6fe9b.0+5d6fe9b",
39
+ "@aws-amplify/datastore": "4.7.6-api-v6-models.5d6fe9b.0+5d6fe9b",
40
40
  "@types/react-native-sqlite-storage": "5.0.1",
41
41
  "expo-file-system": "13.1.4",
42
42
  "expo-sqlite": "10.1.0",
@@ -95,5 +95,5 @@
95
95
  "../datastore"
96
96
  ]
97
97
  },
98
- "gitHead": "2fd20b795c222663f811d4daf68a475497127fd7"
98
+ "gitHead": "5d6fe9b567fabafd4d73a7eefce4cda06502eaa4"
99
99
  }