@aws-amplify/datastore 3.2.2-geo.18 → 3.2.2-geo.25

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 (54) hide show
  1. package/CHANGELOG.md +90 -0
  2. package/dist/aws-amplify-datastore.js +764 -464
  3. package/dist/aws-amplify-datastore.js.map +1 -1
  4. package/dist/aws-amplify-datastore.min.js +11 -11
  5. package/dist/aws-amplify-datastore.min.js.map +1 -1
  6. package/lib/datastore/datastore.d.ts +3 -4
  7. package/lib/datastore/datastore.js +76 -42
  8. package/lib/datastore/datastore.js.map +1 -1
  9. package/lib/index.d.ts +30 -2
  10. package/lib/index.js +10 -0
  11. package/lib/index.js.map +1 -1
  12. package/lib/storage/adapter/getDefaultAdapter/index.js +7 -3
  13. package/lib/storage/adapter/getDefaultAdapter/index.js.map +1 -1
  14. package/lib/storage/storage.js +1 -1
  15. package/lib/storage/storage.js.map +1 -1
  16. package/lib/sync/index.js +6 -0
  17. package/lib/sync/index.js.map +1 -1
  18. package/lib/sync/utils.js +15 -1
  19. package/lib/sync/utils.js.map +1 -1
  20. package/lib/types.d.ts +27 -3
  21. package/lib/types.js +9 -1
  22. package/lib/types.js.map +1 -1
  23. package/lib/util.d.ts +3 -1
  24. package/lib/util.js +8 -0
  25. package/lib/util.js.map +1 -1
  26. package/lib-esm/datastore/datastore.d.ts +3 -4
  27. package/lib-esm/datastore/datastore.js +78 -44
  28. package/lib-esm/datastore/datastore.js.map +1 -1
  29. package/lib-esm/index.d.ts +30 -2
  30. package/lib-esm/index.js +10 -2
  31. package/lib-esm/index.js.map +1 -1
  32. package/lib-esm/storage/adapter/getDefaultAdapter/index.js +4 -3
  33. package/lib-esm/storage/adapter/getDefaultAdapter/index.js.map +1 -1
  34. package/lib-esm/storage/storage.js +1 -1
  35. package/lib-esm/storage/storage.js.map +1 -1
  36. package/lib-esm/sync/index.js +6 -0
  37. package/lib-esm/sync/index.js.map +1 -1
  38. package/lib-esm/sync/utils.js +15 -1
  39. package/lib-esm/sync/utils.js.map +1 -1
  40. package/lib-esm/types.d.ts +27 -3
  41. package/lib-esm/types.js +8 -1
  42. package/lib-esm/types.js.map +1 -1
  43. package/lib-esm/util.d.ts +3 -1
  44. package/lib-esm/util.js +7 -0
  45. package/lib-esm/util.js.map +1 -1
  46. package/package.json +9 -9
  47. package/src/datastore/datastore.ts +108 -56
  48. package/src/index.ts +30 -2
  49. package/src/storage/adapter/getDefaultAdapter/index.ts +4 -4
  50. package/src/storage/storage.ts +1 -1
  51. package/src/sync/index.ts +6 -0
  52. package/src/sync/utils.ts +18 -1
  53. package/src/types.ts +38 -5
  54. package/src/util.ts +13 -0
package/CHANGELOG.md CHANGED
@@ -3,6 +3,96 @@
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.4.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.4.3...@aws-amplify/datastore@3.4.4) (2021-09-17)
7
+
8
+ **Note:** Version bump only for package @aws-amplify/datastore
9
+
10
+
11
+
12
+
13
+
14
+ ## [3.4.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.4.2...@aws-amplify/datastore@3.4.3) (2021-09-09)
15
+
16
+ **Note:** Version bump only for package @aws-amplify/datastore
17
+
18
+
19
+
20
+
21
+
22
+ ## [3.4.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.4.1...@aws-amplify/datastore@3.4.2) (2021-09-07)
23
+
24
+ **Note:** Version bump only for package @aws-amplify/datastore
25
+
26
+
27
+
28
+
29
+
30
+ ## [3.4.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.4.0...@aws-amplify/datastore@3.4.1) (2021-09-04)
31
+
32
+
33
+ ### Bug Fixes
34
+
35
+ * **@aws-amplify/datastore:** only stringify nested AWSJSON in mutation event ([#8844](https://github.com/aws-amplify/amplify-js/issues/8844)) ([0febaac](https://github.com/aws-amplify/amplify-js/commit/0febaac79af1b9fd0621dce1e63a139bebdb46f5))
36
+
37
+
38
+
39
+
40
+
41
+ # [3.4.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.3.3...@aws-amplify/datastore@3.4.0) (2021-09-02)
42
+
43
+
44
+ ### Bug Fixes
45
+
46
+ * **@aws-amplify/datastore:** patch immer vuln ([#8841](https://github.com/aws-amplify/amplify-js/issues/8841)) ([6521a57](https://github.com/aws-amplify/amplify-js/commit/6521a576572f21a91738e2bdc37ffb21350392d0))
47
+ * **@aws-amplify/datastore:** remove conditional require ([#8828](https://github.com/aws-amplify/amplify-js/issues/8828)) ([48b76e1](https://github.com/aws-amplify/amplify-js/commit/48b76e10602b0b5cc9bc43b9b3abd653e27e1817))
48
+
49
+
50
+ ### Features
51
+
52
+ * **@aws-amplify/datastore:** add SQLite storage adapter option for RN apps ([#8809](https://github.com/aws-amplify/amplify-js/issues/8809)) ([46ee5dd](https://github.com/aws-amplify/amplify-js/commit/46ee5dd91c61f49bad4da8286b2f97c737d96631))
53
+
54
+
55
+
56
+
57
+
58
+ ## [3.3.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.3.2...@aws-amplify/datastore@3.3.3) (2021-08-26)
59
+
60
+
61
+ ### Bug Fixes
62
+
63
+ * **@aws-amplify/datastore:** check read-only at instance level ([#8794](https://github.com/aws-amplify/amplify-js/issues/8794)) ([b278875](https://github.com/aws-amplify/amplify-js/commit/b278875491bf6959591d5aea6fbdddfc78f3fe9b))
64
+
65
+
66
+
67
+
68
+
69
+ ## [3.3.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.3.1...@aws-amplify/datastore@3.3.2) (2021-08-19)
70
+
71
+ **Note:** Version bump only for package @aws-amplify/datastore
72
+
73
+
74
+
75
+
76
+
77
+ ## [3.3.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.3.0...@aws-amplify/datastore@3.3.1) (2021-08-12)
78
+
79
+ **Note:** Version bump only for package @aws-amplify/datastore
80
+
81
+
82
+
83
+
84
+
85
+ # [3.3.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.2.2...@aws-amplify/datastore@3.3.0) (2021-07-28)
86
+
87
+
88
+ ### Features
89
+
90
+ * **@aws-amplify/datastore:** support lambda authorizers ([52d43cc](https://github.com/aws-amplify/amplify-js/commit/52d43cc73b459148f1ae81ab81d3a5365a4457e3))
91
+
92
+
93
+
94
+
95
+
6
96
  ## [3.2.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.2.1...@aws-amplify/datastore@3.2.2) (2021-07-22)
7
97
 
8
98