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

Commit

Permalink
Deploy indra-2.3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Henderson committed Jan 7, 2020
2 parents 7310663 + 870b6e7 commit b532467
Show file tree
Hide file tree
Showing 13 changed files with 118 additions and 117 deletions.
2 changes: 1 addition & 1 deletion modules/cf-adjudicator-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"solidity"
],
"devDependencies": {
"@connext/types": "1.4.1",
"@connext/types": "1.4.2",
"@types/node": "13.1.2",
"@types/chai": "4.2.7",
"chai": "4.2.0",
Expand Down
4 changes: 2 additions & 2 deletions modules/cf-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/cf-core",
"version": "1.4.1",
"version": "1.4.2",
"main": "dist/src/index.js",
"iife": "dist/src/index.iife.js",
"types": "dist/src/index.d.ts",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@connext/cf-adjudicator-contracts": "0.4.1",
"@connext/cf-funding-protocol-contracts": "0.4.1",
"@connext/types": "1.4.1",
"@connext/types": "1.4.2",
"ethers": "4.0.41",
"eventemitter3": "4.0.0",
"loglevel": "1.6.6",
Expand Down
2 changes: 1 addition & 1 deletion modules/cf-funding-protocol-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"solidity"
],
"devDependencies": {
"@connext/types": "1.4.1",
"@connext/types": "1.4.2",
"@connext/cf-adjudicator-contracts": "0.4.1",
"@types/chai": "4.2.7",
"@types/node": "13.1.2",
Expand Down
8 changes: 4 additions & 4 deletions modules/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/client",
"version": "1.4.1",
"version": "1.4.2",
"description": "Shared code between wallet and node",
"main": "dist/index.js",
"files": [
Expand All @@ -16,10 +16,10 @@
"test": "./node_modules/.bin/jest"
},
"dependencies": {
"@connext/cf-core": "1.4.1",
"@connext/cf-core": "1.4.2",
"@connext/cf-funding-protocol-contracts": "0.4.1",
"@connext/messaging": "1.4.1",
"@connext/types": "1.4.1",
"@connext/messaging": "1.4.2",
"@connext/types": "1.4.2",
"core-js": "3.6.1",
"eccrypto": "1.1.2",
"ethers": "4.0.41",
Expand Down
6 changes: 3 additions & 3 deletions modules/daicard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"format": "prettier --write \"src/**/*.js\""
},
"dependencies": {
"@connext/client": "1.4.1",
"@connext/types": "1.4.1",
"@connext/client": "1.4.2",
"@connext/types": "1.4.2",
"@material-ui/core": "4.8.2",
"@material-ui/icons": "4.5.1",
"@walletconnect/browser": "1.0.0-beta.41",
Expand All @@ -40,7 +40,7 @@
"xstate": "4.7.5"
},
"devDependencies": {
"@connext/types": "1.4.1",
"@connext/types": "1.4.2",
"bn.js": "5.1.1",
"chai-bn": "0.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions modules/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@connext/cf-funding-protocol-contracts": "0.4.1",
"@connext/messaging": "1.4.1",
"@connext/types": "1.4.1",
"@connext/messaging": "1.4.2",
"@connext/types": "1.4.2",
"@material-ui/core": "4.8.2",
"@material-ui/icons": "4.5.1",
"react": "16.12.0",
Expand Down
4 changes: 2 additions & 2 deletions modules/messaging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/messaging",
"version": "1.4.1",
"version": "1.4.2",
"main": "dist/index.js",
"iife": "dist/index.iife.js",
"types": "dist/index.d.ts",
Expand All @@ -14,7 +14,7 @@
"prepare": "npm run build"
},
"dependencies": {
"@connext/types": "1.4.1",
"@connext/types": "1.4.2",
"ts-nats": "1.2.4",
"websocket-nats": "0.3.3"
},
Expand Down
10 changes: 5 additions & 5 deletions modules/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "indra-node",
"version": "2.3.21",
"version": "2.3.22",
"description": "",
"author": "",
"license": "MIT",
Expand All @@ -21,10 +21,10 @@
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand"
},
"dependencies": {
"@connext/cf-core": "1.4.1",
"@connext/cf-core": "1.4.2",
"@connext/cf-funding-protocol-contracts": "0.4.1",
"@connext/messaging": "1.4.1",
"@connext/types": "1.4.1",
"@connext/messaging": "1.4.2",
"@connext/types": "1.4.2",
"@nestjs/common": "6.5.3",
"@nestjs/core": "6.5.3",
"@nestjs/microservices": "6.5.3",
Expand All @@ -45,7 +45,7 @@
"uuid": "3.3.3"
},
"devDependencies": {
"@connext/client": "1.4.1",
"@connext/client": "1.4.2",
"@nestjs/testing": "6.5.3",
"@types/express": "4.17.2",
"@types/jest": "24.0.25",
Expand Down
4 changes: 2 additions & 2 deletions modules/payment-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"author": "",
"license": "MIT",
"dependencies": {
"@connext/client": "1.4.1",
"@connext/types": "1.4.1",
"@connext/client": "1.4.2",
"@connext/types": "1.4.2",
"commander": "4.0.1",
"dotenv": "8.2.0",
"ethers": "4.0.41",
Expand Down
6 changes: 3 additions & 3 deletions modules/test-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"author": "",
"license": "ISC",
"dependencies": {
"@connext/cf-core": "1.4.1",
"@connext/client": "1.4.1",
"@connext/types": "1.4.1",
"@connext/cf-core": "1.4.2",
"@connext/client": "1.4.2",
"@connext/types": "1.4.2",
"core-js": "3.6.1",
"dotenv": "8.2.0",
"ethers": "4.0.41",
Expand Down
2 changes: 1 addition & 1 deletion modules/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/types",
"version": "1.4.1",
"version": "1.4.2",
"description": "TypeScript typings for common Connext types",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
Loading

0 comments on commit b532467

Please sign in to comment.