@ai-matrx/content-ir 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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.11.1
4
+
5
+ Automatic changed-only republish (docs/metadata drift since the last tag — see
6
+ `git diff npm/content-ir-core/v0.11.0..npm/content-ir-core/v0.11.1 -- apps/shared/content-ir-core`).
7
+ No source changes intended and no consumer action required.
8
+
3
9
  ## 0.11.0 — 2026-09-08
4
10
 
5
11
  **Kind Directives move into the kernel — `/directives`.** A directive
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-matrx/content-ir",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
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",
@@ -149,4 +149,4 @@
149
149
  "test:watch": "vitest",
150
150
  "verify:tarball": "node ./scripts/verify-tarball.mjs"
151
151
  }
152
- }
152
+ }