We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a7964 commit f226a2eCopy full SHA for f226a2e
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@rigidity/chia",
3
"author": "rigidity",
4
- "version": "1.6.0",
+ "version": "1.6.1",
5
"description": "Chia RPC client and various helper utilities.",
6
"repository": "https://github.com/Rigidity/chia.git",
7
"main": "dist/index.js",
src/index.ts
@@ -33,4 +33,5 @@ export * from './types/UnfinishedBlockHeader.js';
33
export * from './types/VdfInfo.js';
34
export * from './types/VdfProof.js';
35
export * from './utils/address.js';
36
+export * from './utils/hash.js';
37
export * from './utils/hex.js';
0 commit comments