hzl-core 1.7.3 → 1.7.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/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* HZL Core -
|
|
2
|
+
* HZL Core - A shared task ledger for OpenClaw and poly-agent workflows.
|
|
3
3
|
*
|
|
4
4
|
* This module provides the core business logic for the HZL task management system,
|
|
5
5
|
* including event sourcing, projections, and task coordination services.
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* HZL Core -
|
|
2
|
+
* HZL Core - A shared task ledger for OpenClaw and poly-agent workflows.
|
|
3
3
|
*
|
|
4
4
|
* This module provides the core business logic for the HZL task management system,
|
|
5
5
|
* including event sourcing, projections, and task coordination services.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hzl-core",
|
|
3
|
-
"version": "1.7.
|
|
4
|
-
"description": "Core library for HZL -
|
|
3
|
+
"version": "1.7.5",
|
|
4
|
+
"description": "Core library for HZL - A shared task ledger for OpenClaw and poly-agent workflows.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|