@instana/aws-lambda
Advanced tools
Comparing version 1.84.0 to 1.84.1
{ | ||
"name": "@instana/aws-lambda", | ||
"version": "1.84.0", | ||
"version": "1.84.1", | ||
"description": "Instana tracing and monitoring for Node.js based AWS Lambdas", | ||
@@ -28,3 +28,3 @@ "author": { | ||
"backend-stub": "node test/backend_stub", | ||
"audit": "bin/prepare-audit.sh && npm audit --production; git checkout package-lock.json", | ||
"audit": "bin/prepare-audit.sh && npm audit --production; AUDIT_RESULT=$?; git checkout package-lock.json; exit $AUDIT_RESULT", | ||
"test": "echo \"$(node -v)\" | grep v6 > /dev/null || npm run test:mocha", | ||
@@ -62,4 +62,4 @@ "test:mocha": "mocha --reporter spec $(find test -iname '*test.js')", | ||
"dependencies": { | ||
"@instana/core": "^1.84.0", | ||
"@instana/serverless": "^1.84.0" | ||
"@instana/core": "^1.84.1", | ||
"@instana/serverless": "^1.84.1" | ||
}, | ||
@@ -76,3 +76,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "cef49c57404f4ebb2b346561aff2b4e44a5e54be" | ||
"gitHead": "f6202c94712bc6b4395ebe6edee09b2dbd8e9b5e" | ||
} |
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
31589
Updated@instana/core@^1.84.1
Updated@instana/serverless@^1.84.1