mjolnir-qa 0.5.9 → 0.5.10

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.
package/CHANGELOG.md CHANGED
@@ -74,6 +74,13 @@ scan`. Unknown categories are a usage error (exit 10).
74
74
  - help registry gained `why`, `handoff`, `install` and the new flags;
75
75
  site/reference/cli.md documents the handoff trust model.
76
76
 
77
+ ## [0.5.10] — 2026-09-06
78
+
79
+ ### Changes since 0.5.9
80
+
81
+ - Merge pull request #43 from Sergey-Bar/eng/closeout-2.4
82
+ - docs: close-out eligibility audit + final 2.0 certification report (five-way verification classification)
83
+
77
84
  ## [0.5.9] — 2026-09-06
78
85
 
79
86
  ### Changes since 0.5.8
package/dist/cli.d.mts CHANGED
@@ -699,7 +699,7 @@ declare const runScan: typeof runScan$1, buildUniversalRules: typeof buildUniver
699
699
  * `scripts/sync-sarif-version.cjs` on release and guarded by
700
700
  * `tests/version-consistency.spec.ts` locally.
701
701
  */
702
- declare const CLI_VERSION = "0.5.9";
702
+ declare const CLI_VERSION = "0.5.10";
703
703
  /** A usage-error detail: the offending token, when one exists. */
704
704
  interface UsageErrorDetail {
705
705
  /** The unknown flag or rejected value (e.g. `--nope`, `loud`). */
package/dist/cli.mjs CHANGED
@@ -13210,7 +13210,7 @@ function renderSarif(result, repoRootUri) {
13210
13210
  tool: { driver: {
13211
13211
  name: "Mjölnir",
13212
13212
  informationUri: "https://github.com/Sergey-Bar/Mjolnir",
13213
- version: "0.5.9",
13213
+ version: "0.5.10",
13214
13214
  rules: [...rules.values()].map((r) => {
13215
13215
  const meta = RULES.find((x) => x.id === r.id);
13216
13216
  return {
@@ -17635,7 +17635,7 @@ const { runScan, buildUniversalRules, fallbackWorkspace, pathMatchesGlob, isVali
17635
17635
  * `scripts/sync-sarif-version.cjs` on release and guarded by
17636
17636
  * `tests/version-consistency.spec.ts` locally.
17637
17637
  */
17638
- const CLI_VERSION = "0.5.9";
17638
+ const CLI_VERSION = "0.5.10";
17639
17639
  function parseArgs(argv, onError) {
17640
17640
  const args = {
17641
17641
  target: ".",
@@ -13210,7 +13210,7 @@ function renderSarif(result, repoRootUri) {
13210
13210
  tool: { driver: {
13211
13211
  name: "Mjölnir",
13212
13212
  informationUri: "https://github.com/Sergey-Bar/Mjolnir",
13213
- version: "0.5.9",
13213
+ version: "0.5.10",
13214
13214
  rules: [...rules.values()].map((r) => {
13215
13215
  const meta = RULES.find((x) => x.id === r.id);
13216
13216
  return {
@@ -17635,7 +17635,7 @@ const { runScan, buildUniversalRules, fallbackWorkspace, pathMatchesGlob, isVali
17635
17635
  * `scripts/sync-sarif-version.cjs` on release and guarded by
17636
17636
  * `tests/version-consistency.spec.ts` locally.
17637
17637
  */
17638
- const CLI_VERSION = "0.5.9";
17638
+ const CLI_VERSION = "0.5.10";
17639
17639
  function parseArgs(argv, onError) {
17640
17640
  const args = {
17641
17641
  target: ".",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mjolnir-qa",
3
- "version": "0.5.9",
3
+ "version": "0.5.10",
4
4
  "description": "Mjölnir — the Verification Trust Engine for QA. Audits test suites and CI pipelines, reports a worthiness score and prioritized findings.",
5
5
  "type": "module",
6
6
  "engines": {