@ai-matrx/capture 0.5.5 → 0.5.6

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 +4 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog — @ai-matrx/capture
2
2
 
3
+ ## 0.5.6 — 2026-09-01
4
+
5
+ - 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.
6
+
3
7
  ## 0.5.5 — 2026-09-01
4
8
 
5
9
  - Added the package-owned `finalizeCapturedVideo` terminal contract for default engines and host adapters. Emitted/final Blob MIME outranks the recorder-request MIME, filename extension is derived from that same authority, and delivered duration is a positive integer.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-matrx/capture",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
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",