@aws-amplify/datastore 3.12.4 → 3.12.5-unstable.2
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.
|
@@ -62857,7 +62857,7 @@ function () {
|
|
|
62857
62857
|
logger.debug('Getting current session'); // Purposely not calling the reject method here because we don't need a console error
|
|
62858
62858
|
|
|
62859
62859
|
if (!this.userPool) {
|
|
62860
|
-
return
|
|
62860
|
+
return Promise.reject(new Error('No User Pool in the configuration.'));
|
|
62861
62861
|
}
|
|
62862
62862
|
|
|
62863
62863
|
return new Promise(function (res, rej) {
|
|
@@ -71421,7 +71421,7 @@ var getAmplifyUserAgent = function getAmplifyUserAgent(content) {
|
|
|
71421
71421
|
__webpack_require__.r(__webpack_exports__);
|
|
71422
71422
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "version", function() { return version; });
|
|
71423
71423
|
// generated by genversion
|
|
71424
|
-
var version = '4.
|
|
71424
|
+
var version = '4.6.0';
|
|
71425
71425
|
|
|
71426
71426
|
/***/ }),
|
|
71427
71427
|
|