serverless-newrelic-lambda-layers
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -33,3 +33,3 @@ "use strict"; | ||
account.externalId === externalId && | ||
account.nrAccountId === accountId); | ||
account.nrAccountId === parseInt(accountId, 10)); | ||
}); | ||
@@ -139,3 +139,3 @@ if (match.length < 1) { | ||
catch (err) { | ||
this.serverless.cli.log(`Error while creating the New Relic AWS Lambda cloud integration: ${JSON.stringify(err)}.`); | ||
this.serverless.cli.log(`Error while creating the New Relic AWS Lambda cloud integration: ${err}.`); | ||
} | ||
@@ -142,0 +142,0 @@ }); |
{ | ||
"name": "serverless-newrelic-lambda-layers", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Serverless plugin for NewRelic APM AWS Lambda layers.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69582