@instana/autoprofile
Advanced tools
Comparing version 2.0.0 to 2.2.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [2.2.0](https://github.com/instana/nodejs/compare/v2.1.0...v2.2.0) (2022-05-18) | ||
**Note:** Version bump only for package @instana/autoprofile | ||
# [2.0.0](https://github.com/instana/nodejs/compare/v1.140.1...v2.0.0) (2022-04-04) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@instana/autoprofile", | ||
"version": "2.0.0", | ||
"version": "2.2.0", | ||
"description": "Automatic Node.js Profiler", | ||
@@ -29,5 +29,5 @@ "author": { | ||
"install": "node node-gyp-fallback.js", | ||
"test": "mocha --sort test/auto_profiler.test.js $(find test -iname '*test.js' -not -path '*node_modules*')", | ||
"test": "mocha --config=test/.mocharc.js --require test/hooks.js --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_AUTOPROFILE_TEST_FILES\" && if [ -z \"${CI_AUTOPROFILE_TEST_FILES}\" ]; then echo \"No Files to test in this node\"; else mocha --reporter mocha-multi-reporters --reporter-options configFile=reporter-config.json --sort test/auto_profiler.test.js ${CI_AUTOPROFILE_TEST_FILES}; fi", | ||
"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", | ||
@@ -73,3 +73,3 @@ "verify": "npm run lint && npm test", | ||
"license": "BSD-3-Clause", | ||
"gitHead": "f1dd7b5bcc7de73e00504bf20711c978b60e0f26" | ||
"gitHead": "5f039b739bf6726e6a0da401721f6ea790d9850d" | ||
} |
376755