@instana/shared-metrics
Advanced tools
Comparing version 1.109.0 to 1.110.0
{ | ||
"name": "@instana/shared-metrics", | ||
"version": "1.109.0", | ||
"version": "1.110.0", | ||
"description": "Internal metrics plug-in package for Node.js monitoring with Instana", | ||
@@ -29,3 +29,3 @@ "author": { | ||
"test": "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/shared-metris/results.xml $(find test -iname '*test.js')", | ||
"test:debug": "WITH_STDOUT=true npm run test:mocha", | ||
@@ -59,3 +59,3 @@ "lint": "eslint src test", | ||
"dependencies": { | ||
"@instana/core": "^1.109.0", | ||
"@instana/core": "^1.110.0", | ||
"detect-libc": "^1.0.3", | ||
@@ -79,3 +79,3 @@ "event-loop-lag": "^1.4.0", | ||
}, | ||
"gitHead": "dca1dfe7919bb91a3b66d6fbe085c71e952ea3ed" | ||
"gitHead": "97841589f31c2e56ab15c649f92e55fee9ba7229" | ||
} |
638690
Updated@instana/core@^1.110.0