@instana/core
Advanced tools
Comparing version
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.140.1](https://github.com/instana/nodejs/compare/v1.140.0...v1.140.1) (2022-04-04) | ||
### Bug Fixes | ||
* **metrics:** do not report metrics from worker threads ([#517](https://github.com/instana/nodejs/issues/517)) ([bdf7869](https://github.com/instana/nodejs/commit/bdf7869e08d039e5769131d958e1037dc1748cd1)), closes [#500](https://github.com/instana/nodejs/issues/500) | ||
# [1.140.0](https://github.com/instana/nodejs/compare/v1.138.0...v1.140.0) (2022-03-24) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@instana/core", | ||
"version": "1.140.0", | ||
"version": "1.140.1", | ||
"description": "Core library for Instana's Node.js packages", | ||
@@ -15,5 +15,5 @@ "main": "src/index.js", | ||
"audit": "npm audit --production", | ||
"test": "NODE_ENV=debug USE_OPENTRACING_DEBUG_IMPL=true npm run test:mocha", | ||
"test:mocha": "echo \"******* Files to be tested:\n $CI_CORE_TEST_FILES\" && mocha --sort --reporter mocha-multi --reporter-options spec=-,xunit=../../test-results/core/results.xml ${CI_CORE_TEST_FILES:=$(find test -iname '*test.js' -not -path '*node_modules*')}", | ||
"test:debug": "WITH_STDOUT=true npm run test:mocha", | ||
"test": "NODE_ENV=debug USE_OPENTRACING_DEBUG_IMPL=true mocha --sort $(find test -iname '*test.js' -not -path '*node_modules*')", | ||
"test:debug": "WITH_STDOUT=true npm run test", | ||
"test:ci": "echo \"******* Files to be tested:\n $CI_CORE_TEST_FILES\" && if [ -z \"${CI_CORE_TEST_FILES}\" ]; then echo \"No Files to test in this node\"; else mocha --reporter mocha-multi-reporters --reporter-options configFile=reporter-config.json --sort ${CI_CORE_TEST_FILES}; fi", | ||
"lint": "eslint src test", | ||
@@ -141,3 +141,3 @@ "verify": "npm run lint && npm test", | ||
}, | ||
"gitHead": "568758f47c8db228a681006652e0ad60d256e884" | ||
"gitHead": "2130f40cc287ebbe887590128178ab4a0e76558f" | ||
} |
602326
0.07%