eslint-plugin-traceability 1.8.2 → 1.8.3

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/CHANGELOG.md +2 -2
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -1,9 +1,9 @@
1
- ## [1.8.2](https://github.com/voder-ai/eslint-plugin-traceability/compare/v1.8.1...v1.8.2) (2025-12-04)
1
+ ## [1.8.3](https://github.com/voder-ai/eslint-plugin-traceability/compare/v1.8.2...v1.8.3) (2025-12-04)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * rename multi-story annotation from [@implements](https://github.com/implements) to [@supports](https://github.com/supports) ([8c5d089](https://github.com/voder-ai/eslint-plugin-traceability/commit/8c5d08997efb4e5ab8f565db462633b15232ded0))
6
+ * avoid running husky in consumers and repair smoke test ([849dbc2](https://github.com/voder-ai/eslint-plugin-traceability/commit/849dbc2d5a8f80890bbee94e1c4f2a6e15068b6d))
7
7
 
8
8
  # Changelog
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-traceability",
3
- "version": "1.8.2",
3
+ "version": "1.8.3",
4
4
  "description": "A customizable ESLint plugin that enforces traceability annotations in your code, ensuring each implementation is linked to its requirement or test case.",
5
5
  "main": "lib/src/index.js",
6
6
  "types": "lib/src/index.d.ts",
@@ -20,8 +20,7 @@
20
20
  },
21
21
  "scripts": {
22
22
  "build": "tsc -p tsconfig.json",
23
- "prepare": "",
24
- "postinstall": "husky",
23
+ "prepare": "husky",
25
24
  "type-check": "tsc --noEmit -p tsconfig.json",
26
25
  "check:traceability": "node scripts/traceability-check.js",
27
26
  "lint-plugin-check": "node scripts/lint-plugin-check.js",