taskforce-loop-engineering 0.15.11 → 0.15.12
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 +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 0.15.12 - 2026-08-28
|
|
6
|
+
|
|
7
|
+
- Fix public CI setup on repositories that intentionally do not commit an npm lockfile.
|
|
8
|
+
|
|
5
9
|
## 0.15.11 - 2026-08-28
|
|
6
10
|
|
|
7
11
|
- Add a transactional state kernel with typed effects, receipt chaining, CAS/fencing, exact-effect replay, crash recovery, and completion fencing.
|
package/package.json
CHANGED