deep-core
Advanced tools
Comparing version 1.12.2 to 1.12.3
@@ -285,3 +285,4 @@ /** | ||
if (this.securityService.identityPoolId !== identityPoolId) { | ||
if (this.securityService.identityPoolId !== identityPoolId && !this._kernel.container.localBackend) { | ||
return Promise.reject(new _InvalidCognitoIdentityException.InvalidCognitoIdentityException(identityPoolId)); | ||
@@ -288,0 +289,0 @@ } |
{ | ||
"name": "deep-core", | ||
"version": "1.12.2", | ||
"version": "1.12.3", | ||
"description": "DEEP Core Library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
116330