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 13, 2019
1 parent ee62c26 commit a2a1d0f
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.21",
"version": "1.0.0-rc.22",
"description": "Client SDK for interacting with services on Oasis",
"keywords": [
"oasis",
Expand Down Expand Up @@ -51,10 +51,10 @@
]
},
"dependencies": {
"@oasislabs/common": "^1.0.0-rc.10",
"@oasislabs/gateway": "^1.0.0-rc.18",
"@oasislabs/service": "^1.0.0-rc.15",
"@oasislabs/web3": "^1.0.0-rc.4",
"@oasislabs/common": "^1.0.0-rc.11",
"@oasislabs/gateway": "^1.0.0-rc.19",
"@oasislabs/service": "^1.0.0-rc.16",
"@oasislabs/web3": "^1.0.0-rc.5",
"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.10",
"version": "1.0.0-rc.11",
"description": "Common utilities for Oasis packages",
"keywords": [
"oasis",
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.10",
"version": "1.0.0-rc.11",
"description": "Primitives for Confidential Services on Oasis",
"keywords": [
"oasis",
Expand Down Expand Up @@ -47,7 +47,7 @@
]
},
"dependencies": {
"@oasislabs/common": "^1.0.0-rc.10",
"@oasislabs/common": "^1.0.0-rc.11",
"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.18",
"version": "1.0.0-rc.19",
"description": "Oasis Gateway implementation used as the client backend",
"keywords": [
"oasis",
Expand Down Expand Up @@ -47,8 +47,8 @@
]
},
"dependencies": {
"@oasislabs/common": "^1.0.0-rc.10",
"@oasislabs/service": "^1.0.0-rc.15",
"@oasislabs/common": "^1.0.0-rc.11",
"@oasislabs/service": "^1.0.0-rc.16",
"@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.15",
"version": "1.0.0-rc.16",
"description": "Connects to and deploys IDL defined services",
"keywords": [
"oasis",
Expand Down Expand Up @@ -47,8 +47,8 @@
]
},
"dependencies": {
"@oasislabs/common": "^1.0.0-rc.10",
"@oasislabs/confidential": "^1.0.0-rc.10",
"@oasislabs/common": "^1.0.0-rc.11",
"@oasislabs/confidential": "^1.0.0-rc.11",
"@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.15",
"version": "1.0.0-rc.16",
"description": "Tools used in Oasis tests",
"repository": {
"type": "git",
Expand All @@ -24,7 +24,7 @@
"build": "tsc --module commonjs && rollup -c rollup.config.ts"
},
"dependencies": {
"@oasislabs/common": "^1.0.0-rc.10",
"@oasislabs/service": "^1.0.0-rc.15"
"@oasislabs/common": "^1.0.0-rc.11",
"@oasislabs/service": "^1.0.0-rc.16"
}
}
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.4",
"version": "1.0.0-rc.5",
"description": " Web3 JSON RPC compliant Oasis Gateway",
"keywords": [
"oasis",
Expand Down Expand Up @@ -47,9 +47,9 @@
]
},
"dependencies": {
"@oasislabs/common": "^1.0.0-rc.10",
"@oasislabs/service": "^1.0.0-rc.15",
"@oasislabs/test": "^1.0.0-rc.15",
"@oasislabs/common": "^1.0.0-rc.11",
"@oasislabs/service": "^1.0.0-rc.16",
"@oasislabs/test": "^1.0.0-rc.16",
"axios": "^0.18.0",
"ethers": "^4.0.27",
"eventemitter3": "^3.1.2",
Expand Down

0 comments on commit a2a1d0f

Please sign in to comment.