Skip to content

Commit f226a2e

Browse files
committed
Fix helper
1 parent 99a7964 commit f226a2e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rigidity/chia",
33
"author": "rigidity",
4-
"version": "1.6.0",
4+
"version": "1.6.1",
55
"description": "Chia RPC client and various helper utilities.",
66
"repository": "https://github.com/Rigidity/chia.git",
77
"main": "dist/index.js",

src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ export * from './types/UnfinishedBlockHeader.js';
3333
export * from './types/VdfInfo.js';
3434
export * from './types/VdfProof.js';
3535
export * from './utils/address.js';
36+
export * from './utils/hash.js';
3637
export * from './utils/hex.js';

0 commit comments

Comments
 (0)