@ai-matrx/kit 0.9.0 → 0.9.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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.9.1
4
+
5
+ Automatic changed-only republish (docs/metadata drift since the last tag — see
6
+ `git diff npm/kit/v0.9.0..npm/kit/v0.9.1 -- apps/shared/kit`).
7
+ No source changes intended and no consumer action required.
8
+
3
9
  ## 0.9.0 — 2026-09-07
4
10
 
5
11
  **THE CONFIRM DIALOG LEAVES THIS PACKAGE.** `@ai-matrx/kit/confirm` is removed.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-matrx/kit",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "The always-include AI Matrx kit: the little primitives every Matrx app speaks — autosave that never loses a keystroke, stale-response guards, clipboard with graceful fallbacks — one per subpath, tree-shaken to what you use.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -331,4 +331,4 @@
331
331
  "test:watch": "vitest",
332
332
  "verify:tarball": "node ./scripts/verify-tarball.mjs"
333
333
  }
334
- }
334
+ }