@empressaio/atom-contract 1.33.0 → 1.33.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/CHANGELOG.md +19 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,25 @@
2
2
 
3
3
  All notable changes to `@empressaio/atom-contract` (formerly `@hauska/atom-contract`) are documented here.
4
4
 
5
+ ## [1.33.1] - 2026-09-12
6
+
7
+ Patch — test-coverage gap found while preparing hauska-map for the P-167
8
+ consumer cutover. hauska-map's own `buildable-display-vocab.test.ts`
9
+ (current origin/main, post P-153) carries two tests this package's moved
10
+ copy did not yet have: the `modelled-figure-withheld` positive case
11
+ (with a falsifier asserting no digit appears in either customer string)
12
+ and its negative control (`atom_path_pending` with no geometry still
13
+ falls to the `loading` shell, unchanged). 1.33.0 folded the *source*
14
+ token correctly but missed folding this *test* coverage — a DEV_PROCESS
15
+ violation (a class subtracted, not carried) caught before any consumer
16
+ deleted their own copy of these tests. Folded verbatim from hauska-map
17
+ origin/main; `buildable.test.ts` now diffs against hauska-map's current
18
+ file as exactly the header comment, nothing else.
19
+
20
+ ### Fixed
21
+
22
+ - `buildable.test.ts` gains the two R-2 tests. 366/366 package tests pass.
23
+
5
24
  ## [1.33.0] - 2026-09-12
6
25
 
7
26
  Additive minor — P-167 step 2 (OPS-23 R-6). Folds P-153's one new token
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empressaio/atom-contract",
3
- "version": "1.33.0",
3
+ "version": "1.33.1",
4
4
  "description": "The typed-data substrate every Empressa atom satisfies: identity, context interface, composition declaration, and history anchoring. Peer to the Hauska SDK (`@hauska-sdk/*`); consumed directly by every product surface and MCP server.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",