Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

Commit

Permalink
version bump for self and dependencies and added branch to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhananjay8 committed Sep 12, 2018
1 parent 97e6c29 commit bade87d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ branches:
- master
- develop
- release-0.9
- feature/storage_refactor
notifications:
email:
recipients:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openstfoundation/openst-platform",
"version": "0.9.6-beta.7",
"version": "0.9.6-beta.8",
"description": "OpenST Platform provides a web3 interface to tokenise mainstream consumer applications with crypto-assets on Ethereum",
"keywords": [
"web3",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@openstfoundation/openst-base": "0.9.3-beta.5",
"@openstfoundation/openst-notification": "1.0.4-beta.4",
"@openstfoundation/openst-storage": "1.0.2-beta.8",
"@openstfoundation/openst-storage": "1.0.2-beta.9",
"abi-decoder": "1.0.9",
"bignumber.js": "4.1.0",
"child_process": "1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion tools/setup/dynamo_db_create_shards.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ DynamoDBRegisterShards.prototype = {

// createAndRegisterShard
logger.info('* Creating shard for token balance model.');
await new openSTStorage.model.TokenBalance({}).createShard(shardName);
await new openSTStorage.model.TokenBalance({shard_name: shardName}).createShard();
}
};

Expand Down

0 comments on commit bade87d

Please sign in to comment.