@aws-amplify/analytics
Advanced tools
Comparing version 1.2.12-unstable.0 to 1.2.12-unstable.1
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="1.2.12-unstable.1"></a> | ||
## [1.2.12-unstable.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/analytics@1.2.12-unstable.0...@aws-amplify/analytics@1.2.12-unstable.1) (2019-03-08) | ||
### Bug Fixes | ||
* **@aws-amplify/analytics:** use the correct user id when unlinking endpoints ([acb955f](https://github.com/aws/aws-amplify/commit/acb955f)) | ||
<a name="1.2.12-unstable.0"></a> | ||
@@ -8,0 +19,0 @@ ## [1.2.12-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/analytics@1.2.11...@aws-amplify/analytics@1.2.12-unstable.0) (2019-03-07) |
@@ -432,3 +432,3 @@ "use strict"; | ||
if (err.message === 'Exceeded maximum endpoint per user count 10') { | ||
_this._removeUnusedEndpoints(appId, credentials.identityId) | ||
_this._removeUnusedEndpoints(appId, request.User.UserId) | ||
.then(function () { | ||
@@ -435,0 +435,0 @@ logger.debug('Remove the unused endpoints successfully'); |
{ | ||
"name": "@aws-amplify/analytics", | ||
"version": "1.2.12-unstable.0", | ||
"version": "1.2.12-unstable.1", | ||
"description": "Analytics category of aws-amplify", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -384,3 +384,3 @@ /* | ||
if (err.message === 'Exceeded maximum endpoint per user count 10') { | ||
this._removeUnusedEndpoints(appId, credentials.identityId) | ||
this._removeUnusedEndpoints(appId, request.User.UserId) | ||
.then(() => { | ||
@@ -387,0 +387,0 @@ logger.debug('Remove the unused endpoints successfully'); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5044691