@ai-matrx/associations 0.8.2 → 0.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 +6 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog — @ai-matrx/associations
2
2
 
3
+ ## 0.8.3
4
+
5
+ Automatic changed-only republish (docs/metadata drift since the last tag — see
6
+ `git diff npm/associations/v0.8.2..npm/associations/v0.8.3 -- apps/shared/associations`).
7
+ No source changes intended and no consumer action required.
8
+
3
9
  ## 0.8.2 — 2026-09-09 (vocabulary catch-up: mandate review records)
4
10
 
5
11
  Regenerated `src/entity-types.generated.ts` from live
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-matrx/associations",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "description": "THE one way to relate two entities on the AI Matrx platform: the association edge vocabulary, the generated 650-token entity-type registry, the demanded RPC contract (assoc_/cat_/ues_ families), and the typed ports the headless core and React faces bind through. This package DEMANDS the platform.associations schema — a consumer who won't run our schema is not this package's consumer.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -88,7 +88,7 @@
88
88
  },
89
89
  "dependencies": {
90
90
  "@ai-matrx/design-system": "latest",
91
- "@ai-matrx/kit": "0.9.0"
91
+ "@ai-matrx/kit": "latest"
92
92
  },
93
93
  "devDependencies": {
94
94
  "@arethetypeswrong/cli": "^0.18.5",
@@ -107,7 +107,7 @@
107
107
  "typescript": "^5.9.3",
108
108
  "vitest": "^4.1.6",
109
109
  "@ai-matrx/data": "0.11.0",
110
- "@ai-matrx/kit": "0.9.0"
110
+ "@ai-matrx/kit": "0.9.1"
111
111
  },
112
112
  "publishConfig": {
113
113
  "access": "public",
@@ -129,4 +129,4 @@
129
129
  "check:entity-types": "tsx scripts/generate-entity-types.ts --check",
130
130
  "gen:demanded-rpcs": "tsx scripts/extract-demanded-rpcs.ts"
131
131
  }
132
- }
132
+ }