@ai-matrx/associations 0.7.1 → 0.7.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog — @ai-matrx/associations
2
2
 
3
+ ## 0.7.2 — 2026-09-01 (verified republish of universal-search repair)
4
+
5
+ - Republishes the 0.7.1 reference-pickable universal-search repair under a
6
+ fresh immutable version because npm accepted 0.7.1 metadata but never served
7
+ its tarball. Consumers must adopt this hash-verified release, not 0.7.1.
8
+
3
9
  ## 0.7.1 — 2026-09-01 (reference-pickable universal search)
4
10
 
5
11
  - Universal search and attach defaults now use `registry.listableTokens()`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-matrx/associations",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
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",
@@ -105,8 +105,8 @@
105
105
  "tsx": "^4.19.2",
106
106
  "typescript": "^5.9.3",
107
107
  "vitest": "^4.1.6",
108
- "@ai-matrx/kit": "0.7.4",
109
- "@ai-matrx/data": "0.8.5"
108
+ "@ai-matrx/data": "0.8.5",
109
+ "@ai-matrx/kit": "0.7.4"
110
110
  },
111
111
  "publishConfig": {
112
112
  "access": "public",