technical-debt-radar 1.17.0 → 1.17.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -21904,7 +21904,7 @@ var require_package = __commonJS({
21904
21904
  "package.json"(exports2, module2) {
21905
21905
  module2.exports = {
21906
21906
  name: "technical-debt-radar",
21907
- version: "1.17.0",
21907
+ version: "1.17.1",
21908
21908
  description: "Stop Node.js production crashes before merge. 74 detection rules across 5 categories.",
21909
21909
  bin: {
21910
21910
  radar: "dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "technical-debt-radar",
3
- "version": "1.17.0",
3
+ "version": "1.17.1",
4
4
  "description": "Stop Node.js production crashes before merge. 74 detection rules across 5 categories.",
5
5
  "bin": {
6
6
  "radar": "dist/index.js",