@ai-matrx/content-ir 0.1.1 → 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 +5 -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,10 @@
|
|
|
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
|
+
|
|
3
8
|
## 0.1.1 — 2026-08-22
|
|
4
9
|
|
|
5
10
|
- Made this package the canonical authoring point for the portable Content IR kernel.
|