@instana/autoprofile
Advanced tools
Comparing version 1.140.0 to 1.140.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.140.1](https://github.com/instana/nodejs/compare/v1.140.0...v1.140.1) (2022-04-04) | ||
**Note:** Version bump only for package @instana/autoprofile | ||
# [1.140.0](https://github.com/instana/nodejs/compare/v1.138.0...v1.140.0) (2022-03-24) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@instana/autoprofile", | ||
"version": "1.140.0", | ||
"version": "1.140.1", | ||
"description": "Automatic Node.js Profiler", | ||
@@ -29,5 +29,5 @@ "author": { | ||
"install": "node node-gyp-fallback.js", | ||
"test": "npm run test:mocha", | ||
"test:debug": "WITH_STDOUT=true npm run test:mocha", | ||
"test:mocha": "echo \"******* Files to be tested:\n $CI_AUTOPROFILE_TEST_FILES\" && mocha --sort --reporter mocha-multi --reporter-options spec=-,xunit=../../test-results/autoprofile/results.xml --recursive ${CI_AUTOPROFILE_TEST_FILES:=} test/auto_profiler.test.js", | ||
"test": "mocha --sort test/auto_profiler.test.js $(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", | ||
"lint": "eslint lib test", | ||
@@ -76,3 +76,3 @@ "verify": "npm run lint && npm test", | ||
"license": "BSD-3-Clause", | ||
"gitHead": "568758f47c8db228a681006652e0ad60d256e884" | ||
"gitHead": "2130f40cc287ebbe887590128178ab4a0e76558f" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
376321