@theokit/sdk 4.16.4 → 4.16.5
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 +6 -0
- package/dist/cron.cjs +357 -480
- package/dist/cron.cjs.map +1 -1
- package/dist/cron.js +359 -482
- package/dist/cron.js.map +1 -1
- package/dist/eval.cjs +357 -480
- package/dist/eval.cjs.map +1 -1
- package/dist/eval.js +359 -482
- package/dist/eval.js.map +1 -1
- package/dist/index.cjs +358 -465
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +359 -466
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 4.16.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix(bundle): the M50 compaction wiring used dynamic imports of modules ALSO imported statically elsewhere — esbuild wrapped them in lazy `__esm` init blocks and static importers saw an undefined module state in the PUBLISHED dist only (`hydratedKeys.has` TypeError on every Agent.create; src/tests were unaffected — the adversarial-dist class again). All compaction imports are now static; the only dynamic edge left is agent-session→compact-session (the cycle breaker). Dist-level smoke added to the release ritual.
|
|
8
|
+
|
|
3
9
|
## 4.16.4
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|