@hashgraphonline/standards-agent-kit 0.0.17 → 0.0.18
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.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/src/init.d.ts +2 -2
- package/package.json +1 -1
package/dist/src/init.d.ts
CHANGED
|
@@ -51,9 +51,9 @@ export interface HCS10Tools {
|
|
|
51
51
|
* @param options - Initialization options
|
|
52
52
|
* @returns Object containing hcs10Client and requested tools
|
|
53
53
|
*/
|
|
54
|
-
export declare function initializeHCS10Client(options?: HCS10InitializationOptions):
|
|
54
|
+
export declare function initializeHCS10Client(options?: HCS10InitializationOptions): {
|
|
55
55
|
hcs10Client: HCS10Client;
|
|
56
56
|
monitoringClient?: HCS10Client;
|
|
57
57
|
tools: Partial<HCS10Tools>;
|
|
58
58
|
stateManager: IStateManager;
|
|
59
|
-
}
|
|
59
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hashgraphonline/standards-agent-kit",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.18",
|
|
4
4
|
"description": "A modular SDK for building on-chain autonomous agents using Hashgraph Online Standards, including HCS-10 for agent discovery and communication.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.es.js",
|