@ai-matrx/associations 0.5.0 → 0.5.2
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 +18 -1
- package/README.md +3 -2
- package/dist/core/index.cjs +2 -0
- package/dist/core/index.cjs.map +1 -1
- package/dist/core/index.js +2 -0
- package/dist/core/index.js.map +1 -1
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +18 -2
- package/dist/index.d.ts +18 -2
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/react/index.cjs +1 -0
- package/dist/react/index.cjs.map +1 -1
- package/dist/react/index.d.cts +1 -1
- package/dist/react/index.d.ts +1 -1
- package/dist/react/index.js +1 -0
- package/dist/react/index.js.map +1 -1
- package/package.json +5 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,23 @@
|
|
|
1
1
|
# Changelog — @ai-matrx/associations
|
|
2
2
|
|
|
3
|
-
## 0.5.
|
|
3
|
+
## 0.5.2 — 2026-08-30 (X3 peer retrofit)
|
|
4
|
+
|
|
5
|
+
- `@ai-matrx/design-system` is now a REAL dependency (`^0.3.1`) instead of an
|
|
6
|
+
optional peer (register row X3 / law C23: sibling `@ai-matrx/*` packages are
|
|
7
|
+
never peers — only react/react-dom/react-native stay peers). Installing this
|
|
8
|
+
package brings the faces' chrome automatically; nothing to resolve by hand.
|
|
9
|
+
The tarball canary no longer installs design-system manually — the graph
|
|
10
|
+
resolves itself from the registry. `react` remains the only (optional) peer.
|
|
11
|
+
No code changes.
|
|
12
|
+
|
|
13
|
+
## 0.5.1 — 2026-08-30 (vocabulary patch)
|
|
14
|
+
|
|
15
|
+
- Entity-token vocabulary regenerated from the live registry: **655 tokens**
|
|
16
|
+
(+`workflow_comparison`). The C18 patch-release lane — matrx-frontend's
|
|
17
|
+
`check:entity-types` parity gate demanded it during the W6 host adoption.
|
|
18
|
+
No code changes.
|
|
19
|
+
|
|
20
|
+
## 0.5.0 — 2026-08-29 (W6 — the comments canonical UI)
|
|
4
21
|
|
|
5
22
|
W6 per rulings C4/C18: the comments canonical UI is built IN this package —
|
|
6
23
|
a GREENFIELD build (matrx-frontend had only a 165-line service, zero
|
package/README.md
CHANGED
|
@@ -48,8 +48,9 @@ await assertDemandedSchema(supabase, { selfTest: true });
|
|
|
48
48
|
```
|
|
49
49
|
|
|
50
50
|
```tsx
|
|
51
|
-
// /react — the banner'd React binding (peer: react >=18
|
|
52
|
-
// @ai-matrx/design-system
|
|
51
|
+
// /react — the banner'd React binding (peer: react >=18;
|
|
52
|
+
// @ai-matrx/design-system is a real dependency — the faces' chrome
|
|
53
|
+
// installs automatically). Bind ONCE:
|
|
53
54
|
import {
|
|
54
55
|
AssociationsProvider,
|
|
55
56
|
useAssociations, // the seven hooks keep the app originals' exact signatures
|
package/dist/core/index.cjs
CHANGED
|
@@ -695,6 +695,7 @@ var ENTITY_TYPE_METADATA = {
|
|
|
695
695
|
"workflow": { token: "workflow", schema: "workflow", table: "definition", label: "Workflow", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: true, titleColumn: "name", contentRole: "utility", referenceCategory: null },
|
|
696
696
|
"workflow_card": { token: "workflow_card", schema: "workflow", table: "card", label: "Workflow Card", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
|
|
697
697
|
"workflow_checkpoint": { token: "workflow_checkpoint", schema: "workflow", table: "checkpoint", label: "Workflow Checkpoint", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
|
|
698
|
+
"workflow_comparison": { token: "workflow_comparison", schema: "workflow", table: "comparison", label: "Workflow Comparison", baseTier: 1, isComponent: false, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
|
|
698
699
|
"workflow_definition_version": { token: "workflow_definition_version", schema: "workflow", table: "definition_version", label: "Workflow Definition Version", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: "name", contentRole: null, referenceCategory: null },
|
|
699
700
|
"workflow_idempotency": { token: "workflow_idempotency", schema: "workflow", table: "idempotency", label: "Workflow Idempotency", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
|
|
700
701
|
"workflow_job": { token: "workflow_job", schema: "workflow", table: "job", label: "Workflow Job", baseTier: 1, isComponent: true, isModule: false, isListed: false, scopeable: true, category: null, referencePickable: false, titleColumn: null, contentRole: null, referenceCategory: null },
|
|
@@ -1351,6 +1352,7 @@ var ENTITY_TYPE_TOKENS = [
|
|
|
1351
1352
|
"workflow",
|
|
1352
1353
|
"workflow_card",
|
|
1353
1354
|
"workflow_checkpoint",
|
|
1355
|
+
"workflow_comparison",
|
|
1354
1356
|
"workflow_definition_version",
|
|
1355
1357
|
"workflow_idempotency",
|
|
1356
1358
|
"workflow_job",
|