Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @caelumlabs/blockchain-substrate@0.1.19
 - @caelumlabs/blockchain@0.1.19
 - @caelumlabs/comms@0.1.19
 - @caelumlabs/credentials@0.1.19
 - @caelumlabs/crypto@0.1.19
 - @caelumlabs/sdk@0.1.19
 - @caelumlabs/storage@0.1.19
 - @caelumlabs/terminal@0.1.19
 - @caelumlabs/wallet@0.1.19
  • Loading branch information
Chuck LeDuc Díaz committed Aug 11, 2020
1 parent d0f9fa2 commit a06e7f4
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions packages/blockchain-substrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caelumlabs/blockchain-substrate",
"version": "0.1.18",
"version": "0.1.19",
"description": "Lorena - Blockchain Substrate Lib",
"main": "src/index.js",
"author": "Alex Puig",
Expand All @@ -16,8 +16,8 @@
"lint:fix": "eslint ./src --fix"
},
"dependencies": {
"@caelumlabs/blockchain": "^0.1.18",
"@caelumlabs/crypto": "^0.1.18",
"@caelumlabs/blockchain": "^0.1.19",
"@caelumlabs/crypto": "^0.1.19",
"@polkadot/api": "^1.27.1",
"@polkadot/types": "^1.27.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/blockchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caelumlabs/blockchain",
"version": "0.1.18",
"version": "0.1.19",
"description": "Lorena Blockchain Interface",
"main": "src/index.js",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/comms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caelumlabs/comms",
"version": "0.1.18",
"version": "0.1.19",
"description": "Lorena Communication Protocol",
"main": "src/index.js",
"author": "Alex Puig",
Expand All @@ -16,7 +16,7 @@
"lint:fix": "eslint ./src --fix"
},
"dependencies": {
"@caelumlabs/crypto": "^0.1.18",
"@caelumlabs/crypto": "^0.1.19",
"axios": "^0.19.2",
"axios-retry": "^3.1.8",
"debug": "^4.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/credentials/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caelumlabs/credentials",
"version": "0.1.18",
"version": "0.1.19",
"description": "Credentials Library",
"main": "src/index.js",
"author": "Alex Puig",
Expand All @@ -16,7 +16,7 @@
"lint:fix": "eslint ./src --fix"
},
"dependencies": {
"@caelumlabs/crypto": "^0.1.18"
"@caelumlabs/crypto": "^0.1.19"
},
"gitHead": "0340423a42d0ddd0ff2b3c69624012452d07c95e"
}
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caelumlabs/crypto",
"version": "0.1.18",
"version": "0.1.19",
"description": "Crypto package for Lorena",
"main": "src/index.js",
"author": "Alex Puig",
Expand Down
14 changes: 7 additions & 7 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caelumlabs/sdk",
"version": "0.1.18",
"version": "0.1.19",
"description": "Lorena SDK",
"main": "src/index.js",
"author": "Alex Puig",
Expand All @@ -16,12 +16,12 @@
"lint:fix": "eslint ./src --fix"
},
"dependencies": {
"@caelumlabs/blockchain-substrate": "^0.1.18",
"@caelumlabs/comms": "^0.1.18",
"@caelumlabs/credentials": "^0.1.18",
"@caelumlabs/crypto": "^0.1.18",
"@caelumlabs/storage": "^0.1.18",
"@caelumlabs/wallet": "^0.1.18"
"@caelumlabs/blockchain-substrate": "^0.1.19",
"@caelumlabs/comms": "^0.1.19",
"@caelumlabs/credentials": "^0.1.19",
"@caelumlabs/crypto": "^0.1.19",
"@caelumlabs/storage": "^0.1.19",
"@caelumlabs/wallet": "^0.1.19"
},
"gitHead": "0340423a42d0ddd0ff2b3c69624012452d07c95e"
}
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caelumlabs/storage",
"version": "0.1.18",
"version": "0.1.19",
"description": "Lorena Storage",
"main": "src/index.js",
"author": "Alex Puig",
Expand Down
6 changes: 3 additions & 3 deletions packages/terminal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caelumlabs/terminal",
"version": "0.1.18",
"version": "0.1.19",
"description": "Lorena terminal",
"main": "src/index.js",
"author": "Alex Puig",
Expand All @@ -10,8 +10,8 @@
"access": "public"
},
"dependencies": {
"@caelumlabs/sdk": "^0.1.18",
"@caelumlabs/wallet": "^0.1.18",
"@caelumlabs/sdk": "^0.1.19",
"@caelumlabs/wallet": "^0.1.19",
"debug": "^4.1.1",
"figlet": "^1.5.0",
"terminal-kit": "^1.42.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caelumlabs/wallet",
"version": "0.1.18",
"version": "0.1.19",
"description": "Lorena Wallet",
"main": "src/wallet.js",
"author": "Javi Santos",
Expand All @@ -21,7 +21,7 @@
}
},
"dependencies": {
"@caelumlabs/crypto": "^0.1.18"
"@caelumlabs/crypto": "^0.1.19"
},
"gitHead": "0340423a42d0ddd0ff2b3c69624012452d07c95e"
}

0 comments on commit a06e7f4

Please sign in to comment.