hzl-core 0.1.0 → 1.1.0
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 +3 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* HZL Core -
|
|
2
|
+
* HZL Core - Lightweight task tracking for AI agents and swarms
|
|
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 - Lightweight task tracking for AI agents and swarms
|
|
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,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hzl-core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.1.0",
|
|
4
|
+
"description": "Core library for HZL - Lightweight task tracking for AI agents and swarms",
|
|
4
5
|
"type": "module",
|
|
5
6
|
"main": "dist/index.js",
|
|
6
7
|
"types": "dist/index.d.ts",
|
|
@@ -80,4 +81,4 @@
|
|
|
80
81
|
"vitest": "^1.6.0",
|
|
81
82
|
"tsx": "^4.19.2"
|
|
82
83
|
}
|
|
83
|
-
}
|
|
84
|
+
}
|