Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Deploy vector-0.2.3-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LayneHaber committed Apr 14, 2021
2 parents 552ee20 + 06b2ec8 commit c499ad9
Show file tree
Hide file tree
Showing 25 changed files with 991 additions and 372 deletions.
4 changes: 2 additions & 2 deletions modules/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"test": "ts-mocha --check-leaks --exit --timeout 60000 'src/**/*.spec.ts'"
},
"dependencies": {
"@connext/vector-types": "0.2.2",
"@connext/vector-utils": "0.2.2",
"@connext/vector-types": "0.2.3-beta.1",
"@connext/vector-utils": "0.2.3-beta.1",
"@sinclair/typebox": "0.12.7",
"crypto": "1.0.1",
"fastify": "3.13.0",
Expand Down
10 changes: 5 additions & 5 deletions modules/browser-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/vector-browser-node",
"version": "0.2.2",
"version": "0.2.3-beta.1",
"author": "",
"license": "ISC",
"description": "",
Expand All @@ -17,10 +17,10 @@
"test": "nyc ts-mocha --bail --check-leaks --exit --timeout 60000 'src/**/*.spec.ts'"
},
"dependencies": {
"@connext/vector-contracts": "0.2.2",
"@connext/vector-engine": "0.2.2",
"@connext/vector-types": "0.2.2",
"@connext/vector-utils": "0.2.2",
"@connext/vector-contracts": "0.2.3-beta.1",
"@connext/vector-engine": "0.2.3-beta.1",
"@connext/vector-types": "0.2.3-beta.1",
"@connext/vector-utils": "0.2.3-beta.1",
"@ethersproject/address": "5.1.0",
"@ethersproject/bignumber": "5.1.0",
"@ethersproject/constants": "5.1.0",
Expand Down
6 changes: 3 additions & 3 deletions modules/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/vector-contracts",
"version": "0.2.2",
"version": "0.2.3-beta.1",
"license": "ISC",
"description": "Smart contracts powering Connext's minimalist channel platform",
"keywords": [
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"dependencies": {
"@connext/pure-evm-wasm": "0.1.4",
"@connext/vector-types": "0.2.2",
"@connext/vector-utils": "0.2.2",
"@connext/vector-types": "0.2.3-beta.1",
"@connext/vector-utils": "0.2.3-beta.1",
"@ethersproject/abi": "5.1.0",
"@ethersproject/abstract-provider": "5.1.0",
"@ethersproject/abstract-signer": "5.1.0",
Expand Down
Loading

0 comments on commit c499ad9

Please sign in to comment.