@clossys/architect 0.1.4 → 0.1.6

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 +25 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -5,6 +5,30 @@ All notable changes to this package are documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.1.6] - 2026-09-14
9
+
10
+ ### Changed
11
+
12
+ - Patch version bump only, to obtain a fresh, never-before-used
13
+ `governance/release-qualifications/` record path. The 0.1.5 qualification
14
+ record added by #811 was orphaned when that pull request was squash-merged
15
+ (#821) and had to be removed (#834); the immutability gate that protects
16
+ already-introduced record paths (`check-candidate-qualification.mjs`'s
17
+ single-introduction-commit invariant) means a valid record can never again
18
+ be introduced at the `0.1.5` path, so this package moves to `0.1.6`
19
+ purely to regain one. No functional or behavioral change.
20
+
21
+
22
+ ## [0.1.5] - 2026-09-09
23
+
24
+ ### Changed
25
+
26
+ - Historical entries below now describe the previous npm scope without naming
27
+ the producer account this catalogue no longer publishes under, and links to
28
+ this repository use its current `clossys/foundry` path. No date, version,
29
+ or recorded fact changed — only the way the retired scope is referred to.
30
+
31
+
8
32
  ## [0.1.4] - 2026-09-02
9
33
 
10
34
  ### Fixed
@@ -49,4 +73,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
49
73
  - Evidence-based architecture exception assessment with explicit indeterminate
50
74
  results when no material changes have been observed.
51
75
  - `architect-check` topology and exception-assessment commands.
52
- - Ontology model and snapshot API under `@vespeneventures/architect/ontology`.
76
+ - Ontology model and snapshot API under `@clossys/architect/ontology`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clossys/architect",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -58,9 +58,9 @@
58
58
  "test": "vitest run"
59
59
  },
60
60
  "devDependencies": {
61
- "@types/node": "^22.10.0",
61
+ "@types/node": "^26.4.1",
62
62
  "typescript": "~6.0.0",
63
- "vitest": "^4.1.9"
63
+ "vitest": "^5.0.0"
64
64
  },
65
65
  "publishConfig": {
66
66
  "registry": "https://registry.npmjs.org",