@aws-amplify/datastore-storage-adapter 2.0.49-api-v6-models.3f48fe3.0 → 2.0.49-api-v6-models.179af4d.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(
|
|
875
|
+
function _typeof(o) {
|
|
876
876
|
"@babel/helpers - typeof";
|
|
877
877
|
|
|
878
|
-
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (
|
|
879
|
-
return typeof
|
|
880
|
-
} : function (
|
|
881
|
-
return
|
|
882
|
-
}, _typeof(
|
|
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(
|
|
851
|
+
function _typeof(o) {
|
|
852
852
|
"@babel/helpers - typeof";
|
|
853
853
|
|
|
854
|
-
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (
|
|
855
|
-
return typeof
|
|
856
|
-
} : function (
|
|
857
|
-
return
|
|
858
|
-
}, _typeof(
|
|
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-models.
|
|
3
|
+
"version": "2.0.49-api-v6-models.179af4d.0+179af4d",
|
|
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-models.
|
|
39
|
-
"@aws-amplify/datastore": "4.7.6-api-v6-models.
|
|
38
|
+
"@aws-amplify/core": "5.8.6-api-v6-models.179af4d.0+179af4d",
|
|
39
|
+
"@aws-amplify/datastore": "4.7.6-api-v6-models.179af4d.0+179af4d",
|
|
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": "
|
|
98
|
+
"gitHead": "179af4dbcf697582ea6e1bce47abbcf4268f65e5"
|
|
99
99
|
}
|