@instana/autoprofile
Advanced tools
Comparing version 2.18.1 to 2.19.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [2.19.0](https://github.com/instana/nodejs/compare/v2.18.1...v2.19.0) (2023-03-17) | ||
**Note:** Version bump only for package @instana/autoprofile | ||
## [2.18.1](https://github.com/instana/nodejs/compare/v2.18.0...v2.18.1) (2023-03-06) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@instana/autoprofile", | ||
"version": "2.18.1", | ||
"version": "2.19.0", | ||
"description": "Automatic Node.js Profiler", | ||
@@ -32,3 +32,3 @@ "author": { | ||
"test:ci": "echo \"******* Files to be tested:\n $CI_AUTOPROFILE_TEST_FILES\" && if [ -z \"${CI_AUTOPROFILE_TEST_FILES}\" ]; then echo \"No Files to test in this node\"; else mocha --config=test/.mocharc.js --reporter mocha-multi-reporters --reporter-options configFile=reporter-config.json --require test/hooks.js --sort ${CI_AUTOPROFILE_TEST_FILES}; fi", | ||
"lint": "eslint lib test", | ||
"lint": "eslint lib test precompile", | ||
"verify": "npm run lint && npm test", | ||
@@ -72,3 +72,3 @@ "prettier": "prettier --write 'lib/**/*.js' 'test/**/*.js'" | ||
"license": "BSD-3-Clause", | ||
"gitHead": "d3e058413ff70d6ae082fb971bae697b7b4b9a2c" | ||
"gitHead": "3fec1d458321e80740e3de94829629b93b5df400" | ||
} |
436378