@ai-matrx/content-ir 0.1.0 → 0.1.2
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.
- package/CHANGELOG.md +11 -0
- package/dist/index.cjs +4184 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +1601 -0
- package/package.json +12 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.2 — 2026-08-22
|
|
4
|
+
|
|
5
|
+
- Added a CommonJS export condition for Jest and other require-based consumers.
|
|
6
|
+
- Expanded the isolated tarball canary to prove both ESM import and CommonJS require.
|
|
7
|
+
|
|
8
|
+
## 0.1.1 — 2026-08-22
|
|
9
|
+
|
|
10
|
+
- Made this package the canonical authoring point for the portable Content IR kernel.
|
|
11
|
+
- Retired the temporary cross-repository source-twin ownership contract.
|
|
12
|
+
- Kept the public runtime API unchanged while consumers move to the registry artifact.
|
|
13
|
+
|
|
3
14
|
## 0.1.0 — 2026-08-22
|
|
4
15
|
|
|
5
16
|
- Promoted the existing verified Content IR twin into an independently installable public package.
|