@instana/aws-fargate
Advanced tools
Comparing version 1.109.0 to 1.110.0
{ | ||
"name": "@instana/aws-fargate", | ||
"version": "1.109.0", | ||
"version": "1.110.0", | ||
"description": "Instana tracing and monitoring for Node.js based AWS Fargate tasks", | ||
@@ -28,3 +28,3 @@ "author": { | ||
"test": "echo \"$(node -v)\" | grep v6 > /dev/null || npm run test:mocha", | ||
"test:mocha": "mocha --reporter spec $(find test -iname '*test.js')", | ||
"test:mocha": "mocha --sort --reporter mocha-multi --reporter-options spec=-,xunit=../../test-results/aws-fargate/results.xml $(find test -iname '*test.js')", | ||
"test:debug": "WITH_STDOUT=true npm run test:mocha", | ||
@@ -60,5 +60,5 @@ "lint": "eslint src test images", | ||
"dependencies": { | ||
"@instana/core": "^1.109.0", | ||
"@instana/metrics-util": "^1.109.0", | ||
"@instana/serverless": "^1.109.0" | ||
"@instana/core": "^1.110.0", | ||
"@instana/metrics-util": "^1.110.0", | ||
"@instana/serverless": "^1.110.0" | ||
}, | ||
@@ -79,3 +79,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "dca1dfe7919bb91a3b66d6fbe085c71e952ea3ed" | ||
"gitHead": "97841589f31c2e56ab15c649f92e55fee9ba7229" | ||
} |
@@ -24,6 +24,2 @@ 'use strict'; | ||
canSkipRecompilation() { | ||
return false; | ||
} | ||
processData(rawDataPerSource) { | ||
@@ -30,0 +26,0 @@ const metadata = rawDataPerSource.snapshot; |
28892
673
Updated@instana/core@^1.110.0
Updated@instana/serverless@^1.110.0