Skip to content

Commit f7b2ca6

Browse files
committed
Merge branch 'master' of github.com:lum-network/sdk-javascript into develop
2 parents 6dd51cc + 25fadf6 commit f7b2ca6

File tree

9 files changed

+429
-287
lines changed

9 files changed

+429
-287
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ module.exports = {
1313
tsconfig: 'tsconfig.spec.json',
1414
},
1515
},
16-
testTimeout: 60000,
16+
testTimeout: 240000,
1717
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lum-network/sdk-javascript",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"license": "Apache-2.0",
55
"description": "Javascript SDK library for NodeJS and Web browsers to interact with the Lum Network.",
66
"homepage": "https://github.com/lum-network/sdk-javascript#readme",

0 commit comments

Comments
 (0)