@ai-matrx/messaging 0.11.0 → 0.11.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 +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog — `@ai-matrx/messaging`
2
2
 
3
+ ## 0.11.1
4
+
5
+ Automatic changed-only republish (docs/metadata drift since the last tag — see
6
+ `git diff npm/messaging/v0.11.0..npm/messaging/v0.11.1 -- apps/shared/messaging`).
7
+ No source changes intended and no consumer action required.
8
+
3
9
  ## 0.11.0 — 2026-09-10
4
10
 
5
11
  ### THE ARCHIVED-ITEMS LAW reaches conversations
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-matrx/messaging",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "description": "Enterprise, AI-native in-app messaging for Matrx clients: direct/group/org conversations with atomic direct creation, an outbox that never loses a typed message, optimistic send with echo-safe reconciliation, Matrx entity references, actionable messages with idempotent receipts, agents as participants, and a drop-in polished React UI — all realtime on @ai-matrx/realtime.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -62,7 +62,7 @@
62
62
  "dependencies": {
63
63
  "@ai-matrx/agents": "latest",
64
64
  "@ai-matrx/realtime": "latest",
65
- "@ai-matrx/kit": "0.9.0"
65
+ "@ai-matrx/kit": "latest"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@arethetypeswrong/cli": "^0.18.5",
@@ -106,4 +106,4 @@
106
106
  "test:watch": "vitest",
107
107
  "verify:tarball": "node ./scripts/verify-tarball.mjs"
108
108
  }
109
- }
109
+ }