Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @oasislabs/[email protected]
 - @oasislabs/[email protected]
 - @oasislabs/[email protected]
 - @oasislabs/[email protected]
 - @oasislabs/[email protected]
 - @oasislabs/[email protected]
 - @oasislabs/[email protected]
  • Loading branch information
armaniferrante committed Sep 11, 2019
1 parent f76eb76 commit ab83dcc
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
10 changes: 5 additions & 5 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oasislabs/client",
"version": "1.0.0-rc.19",
"version": "1.0.0-rc.20",
"description": "",
"keywords": [],
"main": "dist/index.umd.js",
Expand Down Expand Up @@ -37,10 +37,10 @@
]
},
"dependencies": {
"@oasislabs/common": "^1.0.0-rc.8",
"@oasislabs/gateway": "^1.0.0-rc.16",
"@oasislabs/service": "^1.0.0-rc.13",
"@oasislabs/web3": "^1.0.0-rc.2",
"@oasislabs/common": "^1.0.0-rc.9",
"@oasislabs/gateway": "^1.0.0-rc.17",
"@oasislabs/service": "^1.0.0-rc.14",
"@oasislabs/web3": "^1.0.0-rc.3",
"find": "^0.3.0",
"js-sha3": "^0.8.0",
"toml": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oasislabs/common",
"version": "1.0.0-rc.8",
"version": "1.0.0-rc.9",
"description": "",
"keywords": [],
"main": "dist/index.umd.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/confidential/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oasislabs/confidential",
"version": "1.0.0-rc.8",
"version": "1.0.0-rc.9",
"description": "",
"keywords": [],
"main": "dist/index.umd.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
]
},
"dependencies": {
"@oasislabs/common": "^1.0.0-rc.8",
"@oasislabs/common": "^1.0.0-rc.9",
"deoxysii": "^0.0.2",
"node-localstorage": "^1.3.1",
"tweetnacl": "^1.0.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oasislabs/gateway",
"version": "1.0.0-rc.16",
"version": "1.0.0-rc.17",
"description": "",
"keywords": [],
"main": "dist/index.umd.js",
Expand Down Expand Up @@ -34,8 +34,8 @@
]
},
"dependencies": {
"@oasislabs/common": "^1.0.0-rc.8",
"@oasislabs/service": "^1.0.0-rc.13",
"@oasislabs/common": "^1.0.0-rc.9",
"@oasislabs/service": "^1.0.0-rc.14",
"@oasislabs/types": "^1.0.0-rc.2",
"@types/uuid": "^3.4.5",
"axios": "^0.18.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oasislabs/service",
"version": "1.0.0-rc.13",
"version": "1.0.0-rc.14",
"description": "",
"keywords": [],
"main": "dist/index.umd.js",
Expand Down Expand Up @@ -34,8 +34,8 @@
]
},
"dependencies": {
"@oasislabs/common": "^1.0.0-rc.8",
"@oasislabs/confidential": "^1.0.0-rc.8",
"@oasislabs/common": "^1.0.0-rc.9",
"@oasislabs/confidential": "^1.0.0-rc.9",
"@oasislabs/types": "^1.0.0-rc.2",
"@types/pako": "^1.0.1",
"camelcase": "^5.3.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oasislabs/test",
"version": "1.0.0-rc.13",
"version": "1.0.0-rc.14",
"description": "Defines common utilities for testing Oasis packages.",
"keywords": [],
"main": "dist/index.umd.js",
Expand All @@ -17,7 +17,7 @@
"build": "tsc --module commonjs && rollup -c rollup.config.ts"
},
"dependencies": {
"@oasislabs/common": "^1.0.0-rc.8",
"@oasislabs/service": "^1.0.0-rc.13"
"@oasislabs/common": "^1.0.0-rc.9",
"@oasislabs/service": "^1.0.0-rc.14"
}
}
8 changes: 4 additions & 4 deletions packages/web3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oasislabs/web3",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"description": "",
"keywords": [],
"main": "dist/index.umd.js",
Expand Down Expand Up @@ -34,9 +34,9 @@
]
},
"dependencies": {
"@oasislabs/common": "^1.0.0-rc.8",
"@oasislabs/service": "^1.0.0-rc.13",
"@oasislabs/test": "^1.0.0-rc.13",
"@oasislabs/common": "^1.0.0-rc.9",
"@oasislabs/service": "^1.0.0-rc.14",
"@oasislabs/test": "^1.0.0-rc.14",
"axios": "^0.18.0",
"ethers": "^4.0.27",
"eventemitter3": "^3.1.2",
Expand Down

0 comments on commit ab83dcc

Please sign in to comment.