@aws-amplify/datastore 3.4.9-in-app-messaging.49 → 3.4.9-in-app-messaging.60

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 (40) hide show
  1. package/CHANGELOG.md +48 -0
  2. package/dist/aws-amplify-datastore.js +38348 -44668
  3. package/dist/aws-amplify-datastore.js.map +1 -1
  4. package/dist/aws-amplify-datastore.min.js +10 -24
  5. package/dist/aws-amplify-datastore.min.js.map +1 -1
  6. package/lib/datastore/datastore.js +4 -2
  7. package/lib/datastore/datastore.js.map +1 -1
  8. package/lib/storage/adapter/AsyncStorageAdapter.js +13 -6
  9. package/lib/storage/adapter/AsyncStorageAdapter.js.map +1 -1
  10. package/lib/storage/adapter/InMemoryStore.native.d.ts +1 -2
  11. package/lib/storage/adapter/IndexedDBAdapter.js +15 -9
  12. package/lib/storage/adapter/IndexedDBAdapter.js.map +1 -1
  13. package/lib/storage/storage.js +2 -1
  14. package/lib/storage/storage.js.map +1 -1
  15. package/lib/sync/outbox.d.ts +1 -0
  16. package/lib/sync/outbox.js +39 -5
  17. package/lib/sync/outbox.js.map +1 -1
  18. package/lib/util.js +12 -1
  19. package/lib/util.js.map +1 -1
  20. package/lib-esm/datastore/datastore.js +4 -2
  21. package/lib-esm/datastore/datastore.js.map +1 -1
  22. package/lib-esm/storage/adapter/AsyncStorageAdapter.js +13 -6
  23. package/lib-esm/storage/adapter/AsyncStorageAdapter.js.map +1 -1
  24. package/lib-esm/storage/adapter/InMemoryStore.native.d.ts +1 -2
  25. package/lib-esm/storage/adapter/IndexedDBAdapter.js +15 -9
  26. package/lib-esm/storage/adapter/IndexedDBAdapter.js.map +1 -1
  27. package/lib-esm/storage/storage.js +2 -1
  28. package/lib-esm/storage/storage.js.map +1 -1
  29. package/lib-esm/sync/outbox.d.ts +1 -0
  30. package/lib-esm/sync/outbox.js +40 -6
  31. package/lib-esm/sync/outbox.js.map +1 -1
  32. package/lib-esm/util.js +12 -1
  33. package/lib-esm/util.js.map +1 -1
  34. package/package.json +9 -9
  35. package/src/datastore/datastore.ts +30 -30
  36. package/src/storage/adapter/AsyncStorageAdapter.ts +20 -18
  37. package/src/storage/adapter/IndexedDBAdapter.ts +32 -26
  38. package/src/storage/storage.ts +12 -15
  39. package/src/sync/outbox.ts +57 -18
  40. package/src/util.ts +16 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,54 @@
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
+ ## [3.7.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.7.3...@aws-amplify/datastore@3.7.4) (2022-01-07)
7
+
8
+ **Note:** Version bump only for package @aws-amplify/datastore
9
+
10
+ ## [3.7.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.7.2...@aws-amplify/datastore@3.7.3) (2021-12-16)
11
+
12
+ ### Bug Fixes
13
+
14
+ - **@aws-amplify/datastore:** fixes observeQuery in local-only mode ([#9300](https://github.com/aws-amplify/amplify-js/issues/9300)) ([b0b57fb](https://github.com/aws-amplify/amplify-js/commit/b0b57fb1ba81d8ad190c4e67efb878ef4c6a2344))
15
+
16
+ ## [3.7.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.7.1...@aws-amplify/datastore@3.7.2) (2021-12-03)
17
+
18
+ **Note:** Version bump only for package @aws-amplify/datastore
19
+
20
+ ## [3.7.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.7.0...@aws-amplify/datastore@3.7.1) (2021-12-02)
21
+
22
+ ### Bug Fixes
23
+
24
+ - **@aws-amplify/datastore:** belongsTo bug ([#9268](https://github.com/aws-amplify/amplify-js/issues/9268)) ([5106639](https://github.com/aws-amplify/amplify-js/commit/510663981a32443b79dd065ca075b664ca8bdff6))
25
+ - **@aws-amplify/datastore:** consecutive saves with timestamps ([#9298](https://github.com/aws-amplify/amplify-js/issues/9298)) ([807dea0](https://github.com/aws-amplify/amplify-js/commit/807dea0acae8389854560ca73b035ecbf220d040))
26
+
27
+ # [3.7.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.6.1...@aws-amplify/datastore@3.7.0) (2021-11-18)
28
+
29
+ ### Bug Fixes
30
+
31
+ - **@aws-amplify/datastore:** fixes observeQuery in local-only mode ([#9300](https://github.com/aws-amplify/amplify-js/issues/9300)) ([b0b57fb](https://github.com/aws-amplify/amplify-js/commit/b0b57fb1ba81d8ad190c4e67efb878ef4c6a2344))
32
+
33
+ ## [3.7.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.7.1...@aws-amplify/datastore@3.7.2) (2021-12-03)
34
+
35
+ **Note:** Version bump only for package @aws-amplify/datastore
36
+
37
+ ## [3.7.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.7.0...@aws-amplify/datastore@3.7.1) (2021-12-02)
38
+
39
+ ### Bug Fixes
40
+
41
+ - **@aws-amplify/datastore:** belongsTo bug ([#9268](https://github.com/aws-amplify/amplify-js/issues/9268)) ([5106639](https://github.com/aws-amplify/amplify-js/commit/510663981a32443b79dd065ca075b664ca8bdff6))
42
+ - **@aws-amplify/datastore:** consecutive saves with timestamps ([#9298](https://github.com/aws-amplify/amplify-js/issues/9298)) ([807dea0](https://github.com/aws-amplify/amplify-js/commit/807dea0acae8389854560ca73b035ecbf220d040))
43
+
44
+ # [3.7.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.6.1...@aws-amplify/datastore@3.7.0) (2021-11-18)
45
+
46
+ ### Features
47
+
48
+ - **@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))
49
+
50
+ ## [3.6.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.6.0...@aws-amplify/datastore@3.6.1) (2021-11-16)
51
+
52
+ **Note:** Version bump only for package @aws-amplify/datastore
53
+
6
54
  # [3.6.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.5.2...@aws-amplify/datastore@3.6.0) (2021-11-12)
7
55
 
8
56
  ### Features