Skip to content

Commit 20f6f1b

Browse files
author
Gil Amran
authored
Merge pull request #19 from orbs-network/version1.3.1
Version1.3.1
2 parents 03a9f1d + d33d457 commit 20f6f1b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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": "1.2.0",
3+
"version": "1.3.1",
44
"description": "orbs-client-sdk",
55
"main": "dist/orbs-client-sdk.js",
66
"browser": "dist/orbs-client-sdk-web.js",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* The above notice should be included in all copies or substantial portions of the software.
77
*/
88

9-
export { createAccount, addressToBytes, bytesToAddress } from "./orbs/Account";
9+
export { createAccount, addressToBytes, bytesToAddress, Account } from "./orbs/Account";
1010
export { ExecutionResult } from "./codec/ExecutionResult";
1111
export { RequestStatus } from "./codec/RequestStatus";
1212
export { Client, PROCESSOR_TYPE_NATIVE, PROCESSOR_TYPE_JAVASCRIPT } from "./orbs/Client";

src/lib.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
*/
88

99
export * from "./index";
10-
export { ArgUint32, ArgUint64, ArgString, ArgBytes } from "./codec/Arguments";
10+
export { Argument, ArgUint32, ArgUint64, ArgString, ArgBytes } from "./codec/Arguments";

0 commit comments

Comments
 (0)