@hashgraphonline/standards-agent-kit 0.0.7 → 0.0.9

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.
@@ -23,3 +23,4 @@ export declare function initializeHCS10Client(options?: HCS10InitializationOptio
23
23
  }>;
24
24
  export * from './hcs10';
25
25
  export * from './tools';
26
+ export * from './state';
@@ -0,0 +1 @@
1
+ export * from './open-convai-state';
@@ -5,3 +5,4 @@ export * from './SendMessageToConnectionTool';
5
5
  export * from './InitiateConnectionTool';
6
6
  export * from './ListConnectionsTool';
7
7
  export * from './CheckMessagesTool';
8
+ export * from './FindRegistrationsTool';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hashgraphonline/standards-agent-kit",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "description": "An Agents implementation of Hashgraph Online's Standards SDK",
5
5
  "type": "module",
6
6
  "main": "./dist/index.es.js",
@@ -41,14 +41,15 @@
41
41
  "zod": "^3.24.2"
42
42
  },
43
43
  "devDependencies": {
44
+ "@hashgraphonline/standards-agent-kit": "^0.0.8",
45
+ "@swc/core": "^1.11.16",
46
+ "@swc/jest": "^0.2.36",
44
47
  "@types/jest": "^29.5.11",
45
48
  "@types/node": "^20.11.16",
46
49
  "@typescript-eslint/eslint-plugin": "^6.20.0",
47
50
  "@typescript-eslint/parser": "^6.20.0",
48
51
  "eslint": "^8.56.0",
49
52
  "jest": "^29.7.0",
50
- "@swc/core": "^1.11.16",
51
- "@swc/jest": "^0.2.36",
52
53
  "tsconfig-paths": "^4.2.0",
53
54
  "tsx": "^4.19.3",
54
55
  "vite": "^6.2.3",