@aws-amplify/datastore 4.0.13-unstableV5.8 → 4.0.13

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 (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
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
+ ## [4.0.13](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@4.0.12...@aws-amplify/datastore@4.0.13) (2023-02-08)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **@aws-amplify/datastore:** strictly define `null` vs `undefined` behavior on models ([#10915](https://github.com/aws-amplify/amplify-js/issues/10915)) ([6f0c354](https://github.com/aws-amplify/amplify-js/commit/6f0c354594baa3cc0ed458d9dd07240125d5244a))
12
+ * **@aws-amplify/datastore:** strictly define null vs undefined behavior on models ([#10932](https://github.com/aws-amplify/amplify-js/issues/10932)) ([c18876a](https://github.com/aws-amplify/amplify-js/commit/c18876a0762f86dafbc36bade2db61597fe08e5f))
13
+
14
+
15
+ ### Reverts
16
+
17
+ * Revert "fix(@aws-amplify/datastore): strictly define null vs undefined behavior on models" (#10939) ([1791880](https://github.com/aws-amplify/amplify-js/commit/179188053f46641e4272df8674d291727678372c)), closes [#10939](https://github.com/aws-amplify/amplify-js/issues/10939) [#10932](https://github.com/aws-amplify/amplify-js/issues/10932)
18
+ * Revert "fix(@aws-amplify/datastore): strictly define `null` vs `undefined` behavior on models" (#10931) ([a7d3c2c](https://github.com/aws-amplify/amplify-js/commit/a7d3c2c4223d6877e71fe5fd286f24104a7a8cc0)), closes [#10931](https://github.com/aws-amplify/amplify-js/issues/10931) [#10915](https://github.com/aws-amplify/amplify-js/issues/10915)
19
+
20
+
21
+
22
+
23
+
6
24
  ## [4.0.12](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@4.0.11...@aws-amplify/datastore@4.0.12) (2023-01-30)
7
25
 
8
26
  **Note:** Version bump only for package @aws-amplify/datastore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/datastore",
3
- "version": "4.0.13-unstableV5.8+18c05360f",
3
+ "version": "4.0.13",
4
4
  "description": "AppSyncLocal support for aws-amplify",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib-esm/index.js",
@@ -55,11 +55,11 @@
55
55
  "ssr"
56
56
  ],
57
57
  "dependencies": {
58
- "@aws-amplify/api": "5.0.13-unstableV5.8+18c05360f",
59
- "@aws-amplify/auth": "5.1.7-unstableV5.8+18c05360f",
60
- "@aws-amplify/core": "5.0.13-unstableV5.8+18c05360f",
61
- "@aws-amplify/pubsub": "5.0.13-unstableV5.8+18c05360f",
62
- "amazon-cognito-identity-js": "6.1.3-unstableV5.20+18c05360f",
58
+ "@aws-amplify/api": "5.0.13",
59
+ "@aws-amplify/auth": "5.1.7",
60
+ "@aws-amplify/core": "5.0.13",
61
+ "@aws-amplify/pubsub": "5.0.13",
62
+ "amazon-cognito-identity-js": "6.1.2",
63
63
  "idb": "5.0.6",
64
64
  "immer": "9.0.6",
65
65
  "ulid": "2.3.0",
@@ -129,5 +129,5 @@
129
129
  "lib-esm"
130
130
  ]
131
131
  },
132
- "gitHead": "18c05360f3cf51a39ad7196192d28c996b5e746f"
132
+ "gitHead": "211a73c0e97fc33a1c417dd884839ef42d938a5f"
133
133
  }