Skip to content

Commit cb19991

Browse files
authored
[SBC-170] Reflect protocol upgrades (#18)
* Reflect beam protocol upgrade * Added another test for beam review * Reflect protocol upgrade * Fixed messages builder * Fixed test suite * Bump version * Bump jest timeout * Bump timeout
1 parent 6dd51cc commit cb19991

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)