@instana/collector
Advanced tools
Comparing version 1.74.2 to 1.75.0
{ | ||
"name": "@instana/collector", | ||
"version": "1.74.2", | ||
"version": "1.75.0", | ||
"description": "The Instana Node.js metrics and trace data collector", | ||
@@ -29,7 +29,7 @@ "author": { | ||
"audit": "bin/prepare-audit.sh && npm audit --production; git checkout package-lock.json", | ||
"test": "npm run test:nolint && npm run test:lint", | ||
"test:nolint": "NODE_ENV=debug USE_OPENTRACING_DEBUG_IMPL=true npm run test:mocha", | ||
"test": "NODE_ENV=debug USE_OPENTRACING_DEBUG_IMPL=true npm run test:mocha", | ||
"test:mocha": "mocha --reporter spec $(find test -name '*test.js')", | ||
"test:debug": "WITH_STDOUT=true DEBUG=kafka-node:* npm run test:mocha", | ||
"test:lint": "eslint src test dummy-app", | ||
"lint": "eslint src test dummy-app", | ||
"verify": "npm run lint && npm test", | ||
"agent-stub": "AGENT_PORT=3210 node test/apps/agentStub.js", | ||
@@ -120,3 +120,3 @@ "prettier": "prettier --write 'src/**/*.js' 'test/**/*.js' 'dummy-app/**/*.js' 'dockerfile-examples/**/*.js' 'bin/**/*.js'" | ||
"dependencies": { | ||
"@instana/core": "^1.74.2", | ||
"@instana/core": "^1.75.0", | ||
"bunyan": "^1.8.12", | ||
@@ -141,3 +141,3 @@ "event-loop-lag": "^1.4.0", | ||
}, | ||
"gitHead": "de6e7ec86045ab2482587d2564d36d4ee836b6ee" | ||
"gitHead": "d127eb54c91c658eca2a390a10ff6cda6d5f679b" | ||
} |
78799
Updated@instana/core@^1.75.0