@instana/collector
Advanced tools
Comparing version 1.76.0 to 1.77.0
{ | ||
"name": "@instana/collector", | ||
"version": "1.76.0", | ||
"version": "1.77.0", | ||
"description": "The Instana Node.js metrics and trace data collector", | ||
@@ -30,3 +30,3 @@ "author": { | ||
"test": "NODE_ENV=debug USE_OPENTRACING_DEBUG_IMPL=true npm run test:mocha", | ||
"test:mocha": "mocha --reporter spec $(find test -name '*test.js')", | ||
"test:mocha": "mocha --reporter spec $(find test -name '*test.js' | grep -v node_modules)", | ||
"test:debug": "WITH_STDOUT=true DEBUG=kafka-node:* npm run test:mocha", | ||
@@ -120,3 +120,3 @@ "lint": "eslint src test dummy-app", | ||
"dependencies": { | ||
"@instana/core": "^1.76.0", | ||
"@instana/core": "^1.77.0", | ||
"bunyan": "^1.8.12", | ||
@@ -141,3 +141,3 @@ "event-loop-lag": "^1.4.0", | ||
}, | ||
"gitHead": "24579c129b79a1b9cf11137f20b68d5a7bee6a79" | ||
"gitHead": "8f685798cc6c1726be67a593e0e1f5dc36d16a1a" | ||
} |
79871
Updated@instana/core@^1.77.0