@aws-amplify/datastore-storage-adapter 2.0.32 → 2.0.33-unstable.3bed12b.6
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.
|
@@ -380,7 +380,7 @@ var ExpoSQLiteDatabase = /** @class */function () {
|
|
|
380
380
|
|
|
381
381
|
__webpack_require__.r(__webpack_exports__);
|
|
382
382
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
383
|
-
/* harmony export */
|
|
383
|
+
/* harmony export */ CommonSQLiteAdapter: () => (/* binding */ CommonSQLiteAdapter)
|
|
384
384
|
/* harmony export */ });
|
|
385
385
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js");
|
|
386
386
|
/* harmony import */ var _aws_amplify_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @aws-amplify/core */ "@aws-amplify/core");
|
|
@@ -849,21 +849,21 @@ var CommonSQLiteAdapter = /** @class */function () {
|
|
|
849
849
|
|
|
850
850
|
__webpack_require__.r(__webpack_exports__);
|
|
851
851
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
852
|
-
/* harmony export */
|
|
853
|
-
/* harmony export */
|
|
854
|
-
/* harmony export */
|
|
855
|
-
/* harmony export */
|
|
856
|
-
/* harmony export */
|
|
857
|
-
/* harmony export */
|
|
858
|
-
/* harmony export */
|
|
859
|
-
/* harmony export */
|
|
860
|
-
/* harmony export */
|
|
861
|
-
/* harmony export */
|
|
862
|
-
/* harmony export */
|
|
863
|
-
/* harmony export */
|
|
864
|
-
/* harmony export */
|
|
865
|
-
/* harmony export */
|
|
866
|
-
/* harmony export */
|
|
852
|
+
/* harmony export */ deleteByIdStatement: () => (/* binding */ deleteByIdStatement),
|
|
853
|
+
/* harmony export */ deleteByPredicateStatement: () => (/* binding */ deleteByPredicateStatement),
|
|
854
|
+
/* harmony export */ generateSchemaStatements: () => (/* binding */ generateSchemaStatements),
|
|
855
|
+
/* harmony export */ getSQLiteType: () => (/* binding */ getSQLiteType),
|
|
856
|
+
/* harmony export */ implicitAuthFieldsForModel: () => (/* binding */ implicitAuthFieldsForModel),
|
|
857
|
+
/* harmony export */ limitClauseFromPagination: () => (/* binding */ limitClauseFromPagination),
|
|
858
|
+
/* harmony export */ modelCreateTableStatement: () => (/* binding */ modelCreateTableStatement),
|
|
859
|
+
/* harmony export */ modelInsertStatement: () => (/* binding */ modelInsertStatement),
|
|
860
|
+
/* harmony export */ modelUpdateStatement: () => (/* binding */ modelUpdateStatement),
|
|
861
|
+
/* harmony export */ orderByClauseFromSort: () => (/* binding */ orderByClauseFromSort),
|
|
862
|
+
/* harmony export */ queryAllStatement: () => (/* binding */ queryAllStatement),
|
|
863
|
+
/* harmony export */ queryByIdStatement: () => (/* binding */ queryByIdStatement),
|
|
864
|
+
/* harmony export */ queryOneStatement: () => (/* binding */ queryOneStatement),
|
|
865
|
+
/* harmony export */ whereClauseFromPredicate: () => (/* binding */ whereClauseFromPredicate),
|
|
866
|
+
/* harmony export */ whereConditionFromPredicateObject: () => (/* binding */ whereConditionFromPredicateObject)
|
|
867
867
|
/* harmony export */ });
|
|
868
868
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js");
|
|
869
869
|
/* harmony import */ var _aws_amplify_datastore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @aws-amplify/datastore */ "@aws-amplify/datastore");
|
|
@@ -1272,7 +1272,7 @@ function deleteByPredicateStatement(tableName, predicate) {
|
|
|
1272
1272
|
|
|
1273
1273
|
__webpack_require__.r(__webpack_exports__);
|
|
1274
1274
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1275
|
-
/* harmony export */
|
|
1275
|
+
/* harmony export */ DB_NAME: () => (/* binding */ DB_NAME)
|
|
1276
1276
|
/* harmony export */ });
|
|
1277
1277
|
var DB_NAME = 'AmplifyDatastore';
|
|
1278
1278
|
|
|
@@ -1286,29 +1286,29 @@ var DB_NAME = 'AmplifyDatastore';
|
|
|
1286
1286
|
|
|
1287
1287
|
__webpack_require__.r(__webpack_exports__);
|
|
1288
1288
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1289
|
-
/* harmony export */
|
|
1290
|
-
/* harmony export */
|
|
1291
|
-
/* harmony export */
|
|
1292
|
-
/* harmony export */
|
|
1293
|
-
/* harmony export */
|
|
1294
|
-
/* harmony export */
|
|
1295
|
-
/* harmony export */
|
|
1296
|
-
/* harmony export */
|
|
1297
|
-
/* harmony export */
|
|
1298
|
-
/* harmony export */
|
|
1299
|
-
/* harmony export */
|
|
1300
|
-
/* harmony export */
|
|
1301
|
-
/* harmony export */
|
|
1302
|
-
/* harmony export */
|
|
1303
|
-
/* harmony export */
|
|
1304
|
-
/* harmony export */
|
|
1305
|
-
/* harmony export */
|
|
1306
|
-
/* harmony export */
|
|
1307
|
-
/* harmony export */
|
|
1308
|
-
/* harmony export */
|
|
1309
|
-
/* harmony export */
|
|
1310
|
-
/* harmony export */
|
|
1311
|
-
/* harmony export */
|
|
1289
|
+
/* harmony export */ __assign: () => (/* binding */ __assign),
|
|
1290
|
+
/* harmony export */ __asyncDelegator: () => (/* binding */ __asyncDelegator),
|
|
1291
|
+
/* harmony export */ __asyncGenerator: () => (/* binding */ __asyncGenerator),
|
|
1292
|
+
/* harmony export */ __asyncValues: () => (/* binding */ __asyncValues),
|
|
1293
|
+
/* harmony export */ __await: () => (/* binding */ __await),
|
|
1294
|
+
/* harmony export */ __awaiter: () => (/* binding */ __awaiter),
|
|
1295
|
+
/* harmony export */ __classPrivateFieldGet: () => (/* binding */ __classPrivateFieldGet),
|
|
1296
|
+
/* harmony export */ __classPrivateFieldSet: () => (/* binding */ __classPrivateFieldSet),
|
|
1297
|
+
/* harmony export */ __createBinding: () => (/* binding */ __createBinding),
|
|
1298
|
+
/* harmony export */ __decorate: () => (/* binding */ __decorate),
|
|
1299
|
+
/* harmony export */ __exportStar: () => (/* binding */ __exportStar),
|
|
1300
|
+
/* harmony export */ __extends: () => (/* binding */ __extends),
|
|
1301
|
+
/* harmony export */ __generator: () => (/* binding */ __generator),
|
|
1302
|
+
/* harmony export */ __importDefault: () => (/* binding */ __importDefault),
|
|
1303
|
+
/* harmony export */ __importStar: () => (/* binding */ __importStar),
|
|
1304
|
+
/* harmony export */ __makeTemplateObject: () => (/* binding */ __makeTemplateObject),
|
|
1305
|
+
/* harmony export */ __metadata: () => (/* binding */ __metadata),
|
|
1306
|
+
/* harmony export */ __param: () => (/* binding */ __param),
|
|
1307
|
+
/* harmony export */ __read: () => (/* binding */ __read),
|
|
1308
|
+
/* harmony export */ __rest: () => (/* binding */ __rest),
|
|
1309
|
+
/* harmony export */ __spread: () => (/* binding */ __spread),
|
|
1310
|
+
/* harmony export */ __spreadArrays: () => (/* binding */ __spreadArrays),
|
|
1311
|
+
/* harmony export */ __values: () => (/* binding */ __values)
|
|
1312
1312
|
/* harmony export */ });
|
|
1313
1313
|
/*! *****************************************************************************
|
|
1314
1314
|
Copyright (c) Microsoft Corporation.
|
|
@@ -354,7 +354,7 @@ var SQLiteDatabase = /** @class */function () {
|
|
|
354
354
|
|
|
355
355
|
__webpack_require__.r(__webpack_exports__);
|
|
356
356
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
357
|
-
/* harmony export */
|
|
357
|
+
/* harmony export */ CommonSQLiteAdapter: () => (/* binding */ CommonSQLiteAdapter)
|
|
358
358
|
/* harmony export */ });
|
|
359
359
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js");
|
|
360
360
|
/* harmony import */ var _aws_amplify_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @aws-amplify/core */ "@aws-amplify/core");
|
|
@@ -823,21 +823,21 @@ var CommonSQLiteAdapter = /** @class */function () {
|
|
|
823
823
|
|
|
824
824
|
__webpack_require__.r(__webpack_exports__);
|
|
825
825
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
826
|
-
/* harmony export */
|
|
827
|
-
/* harmony export */
|
|
828
|
-
/* harmony export */
|
|
829
|
-
/* harmony export */
|
|
830
|
-
/* harmony export */
|
|
831
|
-
/* harmony export */
|
|
832
|
-
/* harmony export */
|
|
833
|
-
/* harmony export */
|
|
834
|
-
/* harmony export */
|
|
835
|
-
/* harmony export */
|
|
836
|
-
/* harmony export */
|
|
837
|
-
/* harmony export */
|
|
838
|
-
/* harmony export */
|
|
839
|
-
/* harmony export */
|
|
840
|
-
/* harmony export */
|
|
826
|
+
/* harmony export */ deleteByIdStatement: () => (/* binding */ deleteByIdStatement),
|
|
827
|
+
/* harmony export */ deleteByPredicateStatement: () => (/* binding */ deleteByPredicateStatement),
|
|
828
|
+
/* harmony export */ generateSchemaStatements: () => (/* binding */ generateSchemaStatements),
|
|
829
|
+
/* harmony export */ getSQLiteType: () => (/* binding */ getSQLiteType),
|
|
830
|
+
/* harmony export */ implicitAuthFieldsForModel: () => (/* binding */ implicitAuthFieldsForModel),
|
|
831
|
+
/* harmony export */ limitClauseFromPagination: () => (/* binding */ limitClauseFromPagination),
|
|
832
|
+
/* harmony export */ modelCreateTableStatement: () => (/* binding */ modelCreateTableStatement),
|
|
833
|
+
/* harmony export */ modelInsertStatement: () => (/* binding */ modelInsertStatement),
|
|
834
|
+
/* harmony export */ modelUpdateStatement: () => (/* binding */ modelUpdateStatement),
|
|
835
|
+
/* harmony export */ orderByClauseFromSort: () => (/* binding */ orderByClauseFromSort),
|
|
836
|
+
/* harmony export */ queryAllStatement: () => (/* binding */ queryAllStatement),
|
|
837
|
+
/* harmony export */ queryByIdStatement: () => (/* binding */ queryByIdStatement),
|
|
838
|
+
/* harmony export */ queryOneStatement: () => (/* binding */ queryOneStatement),
|
|
839
|
+
/* harmony export */ whereClauseFromPredicate: () => (/* binding */ whereClauseFromPredicate),
|
|
840
|
+
/* harmony export */ whereConditionFromPredicateObject: () => (/* binding */ whereConditionFromPredicateObject)
|
|
841
841
|
/* harmony export */ });
|
|
842
842
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! tslib */ "../../node_modules/tslib/tslib.es6.js");
|
|
843
843
|
/* harmony import */ var _aws_amplify_datastore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @aws-amplify/datastore */ "@aws-amplify/datastore");
|
|
@@ -1246,7 +1246,7 @@ function deleteByPredicateStatement(tableName, predicate) {
|
|
|
1246
1246
|
|
|
1247
1247
|
__webpack_require__.r(__webpack_exports__);
|
|
1248
1248
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1249
|
-
/* harmony export */
|
|
1249
|
+
/* harmony export */ DB_NAME: () => (/* binding */ DB_NAME)
|
|
1250
1250
|
/* harmony export */ });
|
|
1251
1251
|
var DB_NAME = 'AmplifyDatastore';
|
|
1252
1252
|
|
|
@@ -1260,29 +1260,29 @@ var DB_NAME = 'AmplifyDatastore';
|
|
|
1260
1260
|
|
|
1261
1261
|
__webpack_require__.r(__webpack_exports__);
|
|
1262
1262
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1263
|
-
/* harmony export */
|
|
1264
|
-
/* harmony export */
|
|
1265
|
-
/* harmony export */
|
|
1266
|
-
/* harmony export */
|
|
1267
|
-
/* harmony export */
|
|
1268
|
-
/* harmony export */
|
|
1269
|
-
/* harmony export */
|
|
1270
|
-
/* harmony export */
|
|
1271
|
-
/* harmony export */
|
|
1272
|
-
/* harmony export */
|
|
1273
|
-
/* harmony export */
|
|
1274
|
-
/* harmony export */
|
|
1275
|
-
/* harmony export */
|
|
1276
|
-
/* harmony export */
|
|
1277
|
-
/* harmony export */
|
|
1278
|
-
/* harmony export */
|
|
1279
|
-
/* harmony export */
|
|
1280
|
-
/* harmony export */
|
|
1281
|
-
/* harmony export */
|
|
1282
|
-
/* harmony export */
|
|
1283
|
-
/* harmony export */
|
|
1284
|
-
/* harmony export */
|
|
1285
|
-
/* harmony export */
|
|
1263
|
+
/* harmony export */ __assign: () => (/* binding */ __assign),
|
|
1264
|
+
/* harmony export */ __asyncDelegator: () => (/* binding */ __asyncDelegator),
|
|
1265
|
+
/* harmony export */ __asyncGenerator: () => (/* binding */ __asyncGenerator),
|
|
1266
|
+
/* harmony export */ __asyncValues: () => (/* binding */ __asyncValues),
|
|
1267
|
+
/* harmony export */ __await: () => (/* binding */ __await),
|
|
1268
|
+
/* harmony export */ __awaiter: () => (/* binding */ __awaiter),
|
|
1269
|
+
/* harmony export */ __classPrivateFieldGet: () => (/* binding */ __classPrivateFieldGet),
|
|
1270
|
+
/* harmony export */ __classPrivateFieldSet: () => (/* binding */ __classPrivateFieldSet),
|
|
1271
|
+
/* harmony export */ __createBinding: () => (/* binding */ __createBinding),
|
|
1272
|
+
/* harmony export */ __decorate: () => (/* binding */ __decorate),
|
|
1273
|
+
/* harmony export */ __exportStar: () => (/* binding */ __exportStar),
|
|
1274
|
+
/* harmony export */ __extends: () => (/* binding */ __extends),
|
|
1275
|
+
/* harmony export */ __generator: () => (/* binding */ __generator),
|
|
1276
|
+
/* harmony export */ __importDefault: () => (/* binding */ __importDefault),
|
|
1277
|
+
/* harmony export */ __importStar: () => (/* binding */ __importStar),
|
|
1278
|
+
/* harmony export */ __makeTemplateObject: () => (/* binding */ __makeTemplateObject),
|
|
1279
|
+
/* harmony export */ __metadata: () => (/* binding */ __metadata),
|
|
1280
|
+
/* harmony export */ __param: () => (/* binding */ __param),
|
|
1281
|
+
/* harmony export */ __read: () => (/* binding */ __read),
|
|
1282
|
+
/* harmony export */ __rest: () => (/* binding */ __rest),
|
|
1283
|
+
/* harmony export */ __spread: () => (/* binding */ __spread),
|
|
1284
|
+
/* harmony export */ __spreadArrays: () => (/* binding */ __spreadArrays),
|
|
1285
|
+
/* harmony export */ __values: () => (/* binding */ __values)
|
|
1286
1286
|
/* harmony export */ });
|
|
1287
1287
|
/*! *****************************************************************************
|
|
1288
1288
|
Copyright (c) Microsoft Corporation.
|
|
@@ -1612,7 +1612,7 @@ var __webpack_exports__ = {};
|
|
|
1612
1612
|
\**************************/
|
|
1613
1613
|
__webpack_require__.r(__webpack_exports__);
|
|
1614
1614
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1615
|
-
/* harmony export */
|
|
1615
|
+
/* harmony export */ SQLiteAdapter: () => (/* reexport safe */ _SQLiteAdapter_SQLiteAdapter__WEBPACK_IMPORTED_MODULE_0__["default"])
|
|
1616
1616
|
/* harmony export */ });
|
|
1617
1617
|
/* harmony import */ var _SQLiteAdapter_SQLiteAdapter__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./SQLiteAdapter/SQLiteAdapter */ "./lib-esm/SQLiteAdapter/SQLiteAdapter.js");
|
|
1618
1618
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/datastore-storage-adapter",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.33-unstable.3bed12b.6+3bed12b69",
|
|
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.3.
|
|
39
|
-
"@aws-amplify/datastore": "4.3.
|
|
38
|
+
"@aws-amplify/core": "5.3.1-unstable.3bed12b.6+3bed12b69",
|
|
39
|
+
"@aws-amplify/datastore": "4.3.1-unstable.3bed12b.6+3bed12b69",
|
|
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": "3bed12b6960c676095689ee895c60ae55a041c8c"
|
|
99
99
|
}
|