@aws-amplify/datastore-storage-adapter 1.4.6-unstable.4 → 2.0.1-unstable.4
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.
- package/CHANGELOG.md +18 -176
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,353 +3,195 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
6
|
+
# [2.0.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.4.5...@aws-amplify/datastore-storage-adapter@2.0.0) (2022-11-09)
|
|
9
7
|
|
|
8
|
+
### Features
|
|
10
9
|
|
|
10
|
+
- **@aws-amplify/datastore:** lazy loading and nested/related-model predicates ([#10477](https://github.com/aws-amplify/amplify-js/pull/10477))
|
|
11
|
+
- Setup tslib & importHelpers to improve bundle size ([#10435](https://github.com/aws-amplify/amplify-js/pull/10435))
|
|
12
|
+
- add a typescript coverage report mechanism ([#10551](https://github.com/aws-amplify/amplify-js/issues/10551)) ([8e8df55](https://github.com/aws-amplify/amplify-js/commit/8e8df55b449f8bae2fe962fe282613d1b818cc5a)), closes [#10379](https://github.com/aws-amplify/amplify-js/issues/10379)
|
|
11
13
|
|
|
14
|
+
## [1.4.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.4.3...@aws-amplify/datastore-storage-adapter@1.4.4) (2022-10-27)
|
|
12
15
|
|
|
16
|
+
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
13
17
|
|
|
14
18
|
## [1.4.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.4.2...@aws-amplify/datastore-storage-adapter@1.4.3) (2022-10-26)
|
|
15
19
|
|
|
16
20
|
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
17
21
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
22
|
## [1.4.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.4.1...@aws-amplify/datastore-storage-adapter@1.4.2) (2022-10-25)
|
|
23
23
|
|
|
24
|
-
|
|
25
24
|
### Bug Fixes
|
|
26
25
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
- **@aws-amplify/datastore:** introduce "settlement" guarantees to stop() and clear() ([#10450](https://github.com/aws-amplify/amplify-js/issues/10450)) ([16c535b](https://github.com/aws-amplify/amplify-js/commit/16c535beda9386a027c2805f29a359fbeb8bac15)), closes [#10449](https://github.com/aws-amplify/amplify-js/issues/10449)
|
|
32
27
|
|
|
33
28
|
## [1.4.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.4.0...@aws-amplify/datastore-storage-adapter@1.4.1) (2022-10-14)
|
|
34
29
|
|
|
35
30
|
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
36
31
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
32
|
# [1.4.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.3.15...@aws-amplify/datastore-storage-adapter@1.4.0) (2022-10-14)
|
|
42
33
|
|
|
43
|
-
|
|
44
34
|
### Bug Fixes
|
|
45
35
|
|
|
46
|
-
|
|
47
|
-
|
|
36
|
+
- **@aws-amplify/datastore:** introduce "settlement" guarantees to stop() and clear() ([#10055](https://github.com/aws-amplify/amplify-js/issues/10055)) ([c64d7d6](https://github.com/aws-amplify/amplify-js/commit/c64d7d6284bc7b41a5a65b4b47d35ea274aed6b3))
|
|
48
37
|
|
|
49
38
|
### Features
|
|
50
39
|
|
|
51
|
-
|
|
52
|
-
|
|
40
|
+
- **datastore:** custom pk support ([66bfe31](https://github.com/aws-amplify/amplify-js/commit/66bfe312f300fd6ca1bc756ab01690d36f337af9))
|
|
53
41
|
|
|
54
42
|
### Reverts
|
|
55
43
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
44
|
+
- "fix(@aws-amplify/datastore): introduce "settlement" guarantees to stop() and clear()" ([#10449](https://github.com/aws-amplify/amplify-js/issues/10449)) ([d726bcc](https://github.com/aws-amplify/amplify-js/commit/d726bccca9712b8f43bc273052f970f8f931dd8c)), closes [aws-amplify/amplify-js#10055](https://github.com/aws-amplify/amplify-js/issues/10055)
|
|
61
45
|
|
|
62
46
|
## [1.3.15](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.3.13...@aws-amplify/datastore-storage-adapter@1.3.15) (2022-09-30)
|
|
63
47
|
|
|
64
48
|
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
65
49
|
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
50
|
## [1.3.14](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.3.13...@aws-amplify/datastore-storage-adapter@1.3.14) (2022-09-20)
|
|
71
51
|
|
|
72
52
|
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
73
53
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
54
|
## [1.3.13](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.3.12...@aws-amplify/datastore-storage-adapter@1.3.13) (2022-09-08)
|
|
79
55
|
|
|
80
56
|
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
81
57
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
58
|
## [1.3.12](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.3.11...@aws-amplify/datastore-storage-adapter@1.3.12) (2022-09-01)
|
|
87
59
|
|
|
88
60
|
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
89
61
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
62
|
## [1.3.11](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.3.10...@aws-amplify/datastore-storage-adapter@1.3.11) (2022-08-23)
|
|
95
63
|
|
|
96
64
|
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
97
65
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
66
|
## [1.3.10](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.3.9...@aws-amplify/datastore-storage-adapter@1.3.10) (2022-08-18)
|
|
103
67
|
|
|
104
68
|
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
105
69
|
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
70
|
## [1.3.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.3.8...@aws-amplify/datastore-storage-adapter@1.3.9) (2022-08-16)
|
|
111
71
|
|
|
112
72
|
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
113
73
|
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
74
|
## [1.3.8](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.3.7...@aws-amplify/datastore-storage-adapter@1.3.8) (2022-08-01)
|
|
119
75
|
|
|
120
76
|
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
121
77
|
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
78
|
## [1.3.7](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.3.6...@aws-amplify/datastore-storage-adapter@1.3.7) (2022-07-28)
|
|
127
79
|
|
|
128
80
|
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
129
81
|
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
82
|
## [1.3.6](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.3.5...@aws-amplify/datastore-storage-adapter@1.3.6) (2022-07-21)
|
|
135
83
|
|
|
136
84
|
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
137
85
|
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
86
|
## [1.3.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.3.4...@aws-amplify/datastore-storage-adapter@1.3.5) (2022-07-07)
|
|
143
87
|
|
|
144
88
|
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
145
89
|
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
90
|
## [1.3.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.3.3...@aws-amplify/datastore-storage-adapter@1.3.4) (2022-06-18)
|
|
151
91
|
|
|
152
92
|
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
153
93
|
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
94
|
## [1.3.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.3.2...@aws-amplify/datastore-storage-adapter@1.3.3) (2022-06-15)
|
|
159
95
|
|
|
160
|
-
|
|
161
96
|
### Bug Fixes
|
|
162
97
|
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
98
|
+
- Add module declaration files for datastore-storage-adapter ([#9922](https://github.com/aws-amplify/amplify-js/issues/9922)) ([88b6a1e](https://github.com/aws-amplify/amplify-js/commit/88b6a1e82445c359c930ae40a9028ab250870d74))
|
|
99
|
+
- **@aws-amplify/datastore:** adds missing fields to items sent through observe/observeQuery ([#9973](https://github.com/aws-amplify/amplify-js/issues/9973)) ([ca2a11b](https://github.com/aws-amplify/amplify-js/commit/ca2a11b5bc987e71ce3344058a4886bf067cb17b))
|
|
169
100
|
|
|
170
101
|
## [1.3.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.3.1...@aws-amplify/datastore-storage-adapter@1.3.2) (2022-05-24)
|
|
171
102
|
|
|
172
103
|
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
173
104
|
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
105
|
## [1.3.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.3.0...@aws-amplify/datastore-storage-adapter@1.3.1) (2022-05-23)
|
|
179
106
|
|
|
180
|
-
|
|
181
107
|
### Bug Fixes
|
|
182
108
|
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
109
|
+
- **@aws-amplify/datastore-storage-adapter:** remove extra, invalid sqlite mutations again ([#9921](https://github.com/aws-amplify/amplify-js/issues/9921)) ([00923cf](https://github.com/aws-amplify/amplify-js/commit/00923cfaeafcee97a0f54cc6aa04724f7155e75d))
|
|
188
110
|
|
|
189
111
|
# [1.3.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.2.13...@aws-amplify/datastore-storage-adapter@1.3.0) (2022-05-12)
|
|
190
112
|
|
|
191
|
-
|
|
192
113
|
### Features
|
|
193
114
|
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
115
|
+
- Added ExpoSQLiteAdapter and Code Sharing for common files ([#9581](https://github.com/aws-amplify/amplify-js/issues/9581)) ([a8ed3c2](https://github.com/aws-amplify/amplify-js/commit/a8ed3c2fad0c780c8782e1729414afd51ff6b155))
|
|
199
116
|
|
|
200
117
|
## [1.2.13](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.2.12...@aws-amplify/datastore-storage-adapter@1.2.13) (2022-05-03)
|
|
201
118
|
|
|
202
|
-
|
|
203
119
|
### Bug Fixes
|
|
204
120
|
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
121
|
+
- **@aws-amplify/datastore-storage-adapter:** SQLite adapter NULL handling and mutation queue management bugs ([#9813](https://github.com/aws-amplify/amplify-js/issues/9813)) ([fe691fd](https://github.com/aws-amplify/amplify-js/commit/fe691fd4f67adc6ac973dd12ca056563d0720d69))
|
|
210
122
|
|
|
211
123
|
## [1.2.12](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.2.11...@aws-amplify/datastore-storage-adapter@1.2.12) (2022-04-14)
|
|
212
124
|
|
|
213
125
|
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
214
126
|
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
127
|
## [1.2.11](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.2.10...@aws-amplify/datastore-storage-adapter@1.2.11) (2022-04-04)
|
|
220
128
|
|
|
221
129
|
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
222
130
|
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
131
|
## [1.2.10](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.2.9...@aws-amplify/datastore-storage-adapter@1.2.10) (2022-03-28)
|
|
228
132
|
|
|
229
133
|
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
230
134
|
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
135
|
## [1.2.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.2.8...@aws-amplify/datastore-storage-adapter@1.2.9) (2022-03-22)
|
|
236
136
|
|
|
237
137
|
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
238
138
|
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
139
|
## [1.2.8](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.2.7...@aws-amplify/datastore-storage-adapter@1.2.8) (2022-03-10)
|
|
244
140
|
|
|
245
141
|
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
246
142
|
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
143
|
## [1.2.7](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.2.6...@aws-amplify/datastore-storage-adapter@1.2.7) (2022-02-28)
|
|
252
144
|
|
|
253
145
|
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
254
146
|
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
147
|
## [1.2.6](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.2.5...@aws-amplify/datastore-storage-adapter@1.2.6) (2022-02-03)
|
|
260
148
|
|
|
261
149
|
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
262
150
|
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
151
|
## [1.2.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.2.4...@aws-amplify/datastore-storage-adapter@1.2.5) (2022-01-27)
|
|
268
152
|
|
|
269
153
|
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
270
154
|
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
155
|
## [1.2.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.2.3...@aws-amplify/datastore-storage-adapter@1.2.4) (2022-01-07)
|
|
276
156
|
|
|
277
157
|
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
278
158
|
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
159
|
## [1.2.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.2.2...@aws-amplify/datastore-storage-adapter@1.2.3) (2021-12-16)
|
|
284
160
|
|
|
285
161
|
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
286
162
|
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
163
|
## [1.2.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.2.1...@aws-amplify/datastore-storage-adapter@1.2.2) (2021-12-03)
|
|
292
164
|
|
|
293
165
|
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
294
166
|
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
167
|
## [1.2.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.2.0...@aws-amplify/datastore-storage-adapter@1.2.1) (2021-12-02)
|
|
300
168
|
|
|
301
169
|
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
302
170
|
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
171
|
# [1.2.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.1.13...@aws-amplify/datastore-storage-adapter@1.2.0) (2021-11-18)
|
|
308
172
|
|
|
309
|
-
|
|
310
173
|
### Features
|
|
311
174
|
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
175
|
+
- **@aws-amplify/datastore:** hasOne CRUD improvements ([#9239](https://github.com/aws-amplify/amplify-js/issues/9239)) ([d521d17](https://github.com/aws-amplify/amplify-js/commit/d521d17c45a246c63c02a29e103e8a3db374c11e))
|
|
317
176
|
|
|
318
177
|
## [1.1.13](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.1.12...@aws-amplify/datastore-storage-adapter@1.1.13) (2021-11-16)
|
|
319
178
|
|
|
320
179
|
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
321
180
|
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
181
|
## [1.1.12](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.1.11...@aws-amplify/datastore-storage-adapter@1.1.12) (2021-11-12)
|
|
327
182
|
|
|
328
183
|
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
329
184
|
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
185
|
## [1.1.11](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.1.10...@aws-amplify/datastore-storage-adapter@1.1.11) (2021-11-09)
|
|
335
186
|
|
|
336
|
-
|
|
337
187
|
### Bug Fixes
|
|
338
188
|
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
189
|
+
- **datastore-storage-adapter:** don't enforce required model fields in sql ([#9166](https://github.com/aws-amplify/amplify-js/issues/9166)) ([fbe1f2e](https://github.com/aws-amplify/amplify-js/commit/fbe1f2ebddb1a155d74e7f45e30a61b95a608af1))
|
|
344
190
|
|
|
345
191
|
## [1.1.10](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.1.9...@aws-amplify/datastore-storage-adapter@1.1.10) (2021-10-28)
|
|
346
192
|
|
|
347
193
|
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
|
348
194
|
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
195
|
## [1.1.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@1.1.8...@aws-amplify/datastore-storage-adapter@1.1.9) (2021-10-21)
|
|
354
196
|
|
|
355
197
|
**Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/datastore-storage-adapter",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.1-unstable.4+623374ded",
|
|
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": "
|
|
39
|
-
"@aws-amplify/datastore": "
|
|
38
|
+
"@aws-amplify/core": "5.0.1-unstable.4+623374ded",
|
|
39
|
+
"@aws-amplify/datastore": "4.0.1-unstable.4+623374ded",
|
|
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": "623374dedb951061e49529c11434d31d36c31bf8"
|
|
99
99
|
}
|