@hesohq/sdk 0.4.1-dev.27 → 0.4.2-dev.29
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hesohq/sdk",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2-dev.29",
|
|
4
4
|
"description": "The compliance layer for AI agents (Node) — verify heso Action Receipts, gate agent actions against policy, and push receipts to the cloud.",
|
|
5
5
|
"homepage": "https://www.heso.ca",
|
|
6
6
|
"repository": {
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"README.md"
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@hesohq/core": "0.4.
|
|
27
|
+
"@hesohq/core": "0.4.2-dev.29"
|
|
28
28
|
},
|
|
29
29
|
"optionalDependencies": {
|
|
30
|
-
"@hesohq/node": "0.4.
|
|
30
|
+
"@hesohq/node": "0.4.2-dev.29"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"typescript": "^5",
|