@ai-matrx/capture 0.5.6 → 0.5.7

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 — @ai-matrx/capture
2
2
 
3
+ ## 0.5.7
4
+
5
+ Automatic changed-only republish (docs/metadata drift since the last tag — see
6
+ `git diff npm/capture/v0.5.6..npm/capture/v0.5.7 -- apps/shared/capture`).
7
+ No source changes intended and no consumer action required.
8
+
3
9
  ## 0.5.6 — 2026-09-01
4
10
 
5
11
  - Release-only correction for 0.5.5: npm accepted its metadata but its immutable public tarball remained unavailable (HTTP 404), so consumers could not reproduce/install it. This release contains the same verified terminal video-contract source.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-matrx/capture",
3
- "version": "0.5.6",
3
+ "version": "0.5.7",
4
4
  "description": "The AI Matrx capture kit: reusable camera chrome, a production default media engine, injectable host-runtime ports, cloud library integration, and in-browser media review and editing.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -99,4 +99,4 @@
99
99
  "test:watch": "vitest",
100
100
  "verify:tarball": "node ./scripts/verify-tarball.mjs"
101
101
  }
102
- }
102
+ }