@instana/core
Advanced tools
Comparing version 1.130.1 to 1.131.0
{ | ||
"name": "@instana/core", | ||
"version": "1.130.1", | ||
"version": "1.131.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 --sort --reporter mocha-multi --reporter-options spec=-,xunit=../../test-results/core/results.xml $(find test -iname '*test.js')", | ||
"test:mocha": "mocha --sort --reporter mocha-multi --reporter-options spec=-,xunit=../../test-results/core/results.xml $(find test -iname '*test.js' -not -path '*node_modules*')", | ||
"test:debug": "WITH_STDOUT=true npm run test:mocha", | ||
@@ -118,3 +118,3 @@ "lint": "eslint src test", | ||
}, | ||
"homepage": "https://github.com/instana/nodejs#readme", | ||
"homepage": "https://github.com/instana/nodejs/blob/main/packages/core/README.md", | ||
"dependencies": { | ||
@@ -138,3 +138,3 @@ "async-hook-jl": "^1.7.6", | ||
}, | ||
"gitHead": "6fe6e2f1d58b616bfb5ef408f13af2febe9ad19a" | ||
"gitHead": "c143ddafc50f8305684638f5abff0ee847830408" | ||
} |
@@ -129,3 +129,2 @@ /* | ||
// excludeList entry. | ||
// eslint-disable-next-line no-continue | ||
continue; | ||
@@ -137,3 +136,2 @@ } | ||
// match. Continue with next excludeList entry. | ||
// eslint-disable-next-line no-continue | ||
continue outer; | ||
@@ -140,0 +138,0 @@ } |
525551
14896