Skip to content

Commit fed6945

Browse files
author
Gil Amran
committed
version 0.0.5, added RequestStatus to the exported types
1 parent 670ca1a commit fed6945

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orbs-client-sdk",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "orbs-client-sdk",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export { createAccount, addressToBytes, bytesToAddress } from "./orbs/Account";
22
export { ExecutionResult } from "./codec/ExecutionResult";
3+
export { RequestStatus } from "./codec/RequestStatus";
34
export { Client } from "./orbs/Client";
45
export { argUint32, argUint64, argString, argBytes, argAddress } from "./codec/Arguments";
56
export { NetworkType } from "./codec/NetworkType";

tsconfig-for-types.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"moduleResolution": "node",
1111
"downlevelIteration": true,
1212
"emitDeclarationOnly": true,
13-
"lib": ["esnext", "esnext.bigint"],
13+
"lib": ["esnext"],
1414
"types": ["node", "jest"]
1515
},
1616
"include": ["src/lib.ts", "src/types/**/*.ts"]

0 commit comments

Comments
 (0)