@aws-amplify/analytics
Advanced tools
Comparing version 1.2.11-ops-test.1 to 1.2.11-rn-hosted-ui2.0
@@ -6,4 +6,4 @@ # Change Log | ||
<a name="1.2.11-ops-test.1"></a> | ||
## [1.2.11-ops-test.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/analytics@1.2.11-unstable.2...@aws-amplify/analytics@1.2.11-ops-test.1) (2019-02-22) | ||
<a name="1.2.11-rn-hosted-ui2.0"></a> | ||
## [1.2.11-rn-hosted-ui2.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/analytics@1.2.11-unstable.6...@aws-amplify/analytics@1.2.11-rn-hosted-ui2.0) (2019-03-03) | ||
@@ -15,4 +15,4 @@ | ||
<a name="1.2.11-ops-test.0"></a> | ||
## [1.2.11-ops-test.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/analytics@1.2.11-unstable.2...@aws-amplify/analytics@1.2.11-ops-test.0) (2019-02-22) | ||
<a name="1.2.11-unstable.6"></a> | ||
## [1.2.11-unstable.6](https://github.com/aws/aws-amplify/compare/@aws-amplify/analytics@1.2.11-unstable.5...@aws-amplify/analytics@1.2.11-unstable.6) (2019-02-27) | ||
@@ -24,2 +24,26 @@ | ||
<a name="1.2.11-unstable.5"></a> | ||
## [1.2.11-unstable.5](https://github.com/aws/aws-amplify/compare/@aws-amplify/analytics@1.2.11-unstable.4...@aws-amplify/analytics@1.2.11-unstable.5) (2019-02-27) | ||
**Note:** Version bump only for package @aws-amplify/analytics | ||
<a name="1.2.11-unstable.4"></a> | ||
## [1.2.11-unstable.4](https://github.com/aws/aws-amplify/compare/@aws-amplify/analytics@1.2.11-unstable.3...@aws-amplify/analytics@1.2.11-unstable.4) (2019-02-27) | ||
**Note:** Version bump only for package @aws-amplify/analytics | ||
<a name="1.2.11-unstable.3"></a> | ||
## [1.2.11-unstable.3](https://github.com/aws/aws-amplify/compare/@aws-amplify/analytics@1.2.11-unstable.2...@aws-amplify/analytics@1.2.11-unstable.3) (2019-02-20) | ||
**Note:** Version bump only for package @aws-amplify/analytics | ||
<a name="1.2.11-unstable.2"></a> | ||
@@ -26,0 +50,0 @@ ## [1.2.11-unstable.2](https://github.com/aws/aws-amplify/compare/@aws-amplify/analytics@1.2.11-unstable.1...@aws-amplify/analytics@1.2.11-unstable.2) (2019-01-22) |
@@ -346,6 +346,8 @@ "use strict"; | ||
if (err) { | ||
logger.debug('record event failed. ', err); | ||
logger.error('Please ensure you have updated your Pinpoint IAM Policy' + | ||
'with the Action: \"mobiletargeting:PutEvents\" in order to ' + | ||
'continue using AWS Pinpoint Service'); | ||
logger.error('record event failed. ', err); | ||
logger.warn('If you have not updated your Pinpoint IAM Policy' + | ||
' with the Action: \"mobiletargeting:PutEvents\" yet, please do it.' + | ||
' This action is not necessary for now' + | ||
' but in order to avoid breaking changes in the future,' + | ||
' please update it as soon as possible.'); | ||
res(false); | ||
@@ -437,3 +439,3 @@ } | ||
logger.warn("Failed to remove unused endpoints with error: " + e); | ||
logger.warn("Please ensure you have updated you Pinpoint IAM Policy " + | ||
logger.warn("Please ensure you have updated your Pinpoint IAM Policy " + | ||
"with the Action: \"mobiletargeting:GetUserEndpoints\" " + | ||
@@ -440,0 +442,0 @@ "in order to get endpoints info of the user"); |
{ | ||
"name": "@aws-amplify/analytics", | ||
"version": "1.2.11-ops-test.1", | ||
"version": "1.2.11-rn-hosted-ui2.0", | ||
"description": "Analytics category of aws-amplify", | ||
@@ -56,4 +56,4 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@aws-amplify/cache": "1.0.23-ops-test.1", | ||
"@aws-amplify/core": "1.0.23-ops-test.1", | ||
"@aws-amplify/cache": "^1.0.23-rn-hosted-ui2.0", | ||
"@aws-amplify/core": "^1.0.23-rn-hosted-ui2.0", | ||
"uuid": "^3.2.1" | ||
@@ -60,0 +60,0 @@ }, |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
5057531
99
28345
1
+ Added@aws-amplify/cache@1.2.3(transitive)
+ Added@aws-amplify/core@1.3.3(transitive)
+ Addedaws-sdk@2.518.0(transitive)
+ Addeduuid@3.3.2(transitive)
- Removed@aws-amplify/cache@1.0.23-ops-test.1(transitive)
- Removed@aws-amplify/core@1.0.23-ops-test.1(transitive)
- Removedaws-sdk@2.329.0(transitive)
- Removeduuid@3.1.0(transitive)