@aws-amplify/datastore 3.12.5-unstable.3 → 3.12.5
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
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.12.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.12.4...@aws-amplify/datastore@3.12.5) (2022-08-01)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-amplify/datastore
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [3.12.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.12.3...@aws-amplify/datastore@3.12.4) (2022-07-28)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-amplify/datastore
|
|
@@ -60976,7 +60976,7 @@ function () {
|
|
|
60976
60976
|
};
|
|
60977
60977
|
|
|
60978
60978
|
if (autoSignIn.enabled) {
|
|
60979
|
-
this._storage.setItem('amplify-auto-sign-in', true);
|
|
60979
|
+
this._storage.setItem('amplify-auto-sign-in', 'true');
|
|
60980
60980
|
|
|
60981
60981
|
autoSignInValidationData = (_b = autoSignIn.validationData) !== null && _b !== void 0 ? _b : {};
|
|
60982
60982
|
autoSignInClientMetaData = (_c = autoSignIn.clientMetaData) !== null && _c !== void 0 ? _c : {};
|
|
@@ -61048,7 +61048,7 @@ function () {
|
|
|
61048
61048
|
AuthClass.prototype.handleLinkAutoSignIn = function (authDetails) {
|
|
61049
61049
|
var _this = this;
|
|
61050
61050
|
|
|
61051
|
-
this._storage.setItem('amplify-polling-started', true);
|
|
61051
|
+
this._storage.setItem('amplify-polling-started', 'true');
|
|
61052
61052
|
|
|
61053
61053
|
var start = Date.now();
|
|
61054
61054
|
var autoSignInPollingIntervalId = setInterval(function () {
|