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.1-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rhlsthrm committed Mar 22, 2021
2 parents c4d950c + 2ec2508 commit ace9bdf
Show file tree
Hide file tree
Showing 46 changed files with 2,429 additions and 1,203 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ watch-utils: types

test-contracts: contracts-js
bash ops/test-unit.sh contracts test
gas-test-contracts: contracts-js
bash ops/test-unit.sh contracts test-gas
watch-contracts: utils
bash ops/test-unit.sh contracts watch

Expand Down
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.1-beta.0",
"@connext/vector-utils": "0.2.1-beta.0",
"@connext/vector-types": "0.2.1-beta.6",
"@connext/vector-utils": "0.2.1-beta.6",
"@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.1-beta.0",
"version": "0.2.1-beta.6",
"author": "",
"license": "ISC",
"description": "",
Expand All @@ -17,10 +17,10 @@
"test": "ts-mocha --bail --check-leaks --exit --timeout 60000 'src/**/*.spec.ts'"
},
"dependencies": {
"@connext/vector-contracts": "0.2.1-beta.0",
"@connext/vector-engine": "0.2.1-beta.0",
"@connext/vector-types": "0.2.1-beta.0",
"@connext/vector-utils": "0.2.1-beta.0",
"@connext/vector-contracts": "0.2.1-beta.6",
"@connext/vector-engine": "0.2.1-beta.6",
"@connext/vector-types": "0.2.1-beta.6",
"@connext/vector-utils": "0.2.1-beta.6",
"@ethersproject/address": "5.0.10",
"@ethersproject/bignumber": "5.0.14",
"@ethersproject/constants": "5.0.9",
Expand Down
Loading

0 comments on commit ace9bdf

Please sign in to comment.