@instana/core
Advanced tools
Comparing version 1.137.0 to 1.137.1
{ | ||
"name": "@instana/core", | ||
"version": "1.137.0", | ||
"version": "1.137.1", | ||
"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' -not -path '*node_modules*')", | ||
"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", | ||
@@ -112,2 +112,10 @@ "lint": "eslint src test", | ||
"url": "https://github.com/beep-boop-beep" | ||
}, | ||
{ | ||
"name": "Willian Carvalho", | ||
"email": "willian.carvalho@instana.com" | ||
}, | ||
{ | ||
"name": "Katharina Irrgang", | ||
"email": "katharina.irrgang@instana.com" | ||
} | ||
@@ -123,7 +131,7 @@ ], | ||
"cls-bluebird": "^2.1.0", | ||
"lru-cache": "^6.0.0", | ||
"lru-cache": "6.0.0", | ||
"methods": "^1.1.2", | ||
"opentracing": "^0.14.5", | ||
"redis-commands": "^1.7.0", | ||
"semver": "7.3.5", | ||
"semver": "7.3.3", | ||
"shimmer": "1.2.1" | ||
@@ -138,3 +146,3 @@ }, | ||
}, | ||
"gitHead": "1435dbfe13b7091ce08b688b185616b9f6b73061" | ||
"gitHead": "3245c3c62510c75760763669a4834c789e75fa91" | ||
} |
562116
109
+ Addedlru-cache@4.1.5(transitive)
+ Addedpseudomap@1.0.2(transitive)
+ Addedsemver@7.3.3(transitive)
+ Addedyallist@2.1.2(transitive)
- Removedsemver@7.3.5(transitive)
Updatedlru-cache@6.0.0
Updatedsemver@7.3.3