@instana/core
Advanced tools
Comparing version 1.109.0 to 1.110.0
{ | ||
"name": "@instana/core", | ||
"version": "1.109.0", | ||
"version": "1.110.0", | ||
"description": "Core library for Instana's Node.js packages", | ||
@@ -15,3 +15,3 @@ "main": "src/index.js", | ||
"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 --sort --reporter mocha-multi --reporter-options spec=-,xunit=../../test-results/core/results.xml $(find test -iname '*test.js')", | ||
"test:debug": "WITH_STDOUT=true npm run test:mocha", | ||
@@ -137,3 +137,3 @@ "lint": "eslint src test", | ||
}, | ||
"gitHead": "dca1dfe7919bb91a3b66d6fbe085c71e952ea3ed" | ||
"gitHead": "97841589f31c2e56ab15c649f92e55fee9ba7229" | ||
} |
403406