@ai-matrx/content-ir 0.10.3 → 0.10.4

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 +11 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.10.4
4
+
5
+ Automatic changed-only republish (docs/metadata drift since the last tag — see
6
+ `git diff npm/content-ir-core/v0.10.3..npm/content-ir-core/v0.10.4 -- apps/shared/content-ir-core`).
7
+ No source changes intended and no consumer action required.
8
+
9
+ ## 0.10.1
10
+
11
+ Automatic changed-only republish (docs/metadata drift since v0.10.0; dist verified
12
+ byte-identical to v0.10.0). No source changes and no consumer action required.
13
+
3
14
  ## 0.10.3 — 2026-08-31
4
15
 
5
16
  **Bug fix — inline objects nest to any depth, on the streaming path too.**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-matrx/content-ir",
3
- "version": "0.10.3",
3
+ "version": "0.10.4",
4
4
  "description": "The pure AI Matrx Content IR parser, normalized envelope, session, schema conversion, and structural validation kernel.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",