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

Commit

Permalink
npm publish @connext/{types,apps,crypto,cf-core,messaging,store,chann…
Browse files Browse the repository at this point in the history
…el-provider,client}@5.2.1
  • Loading branch information
Rahul Sethuram committed Mar 16, 2020
1 parent af4afbb commit 09be2db
Show file tree
Hide file tree
Showing 13 changed files with 42 additions and 42 deletions.
6 changes: 3 additions & 3 deletions modules/apps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/apps",
"version": "5.2.0",
"version": "5.2.1",
"description": "Connext Counterfactual Apps",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand All @@ -15,8 +15,8 @@
"clean": "rm -rf ./dist"
},
"devDependencies": {
"@connext/cf-core": "5.2.0",
"@connext/types": "5.2.0",
"@connext/cf-core": "5.2.1",
"@connext/types": "5.2.1",
"ethers": "4.0.45",
"rollup": "1.31.1",
"rollup-plugin-typescript2": "0.26.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": "5.2.0",
"version": "5.2.1",
"main": "dist/src/index.js",
"iife": "dist/src/index.iife.js",
"types": "dist/src/index.d.ts",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@connext/contracts": "1.0.5",
"@connext/types": "5.2.0",
"@connext/types": "5.2.1",
"ethers": "4.0.45",
"@openzeppelin/contracts": "2.5.0",
"eventemitter3": "4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions modules/channel-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/channel-provider",
"version": "5.2.0",
"version": "5.2.1",
"description": "Channel Provider module for Connext client",
"main": "dist/index.js",
"files": [
Expand All @@ -16,7 +16,7 @@
"test": "./node_modules/.bin/ts-mocha --watch"
},
"dependencies": {
"@connext/types": "5.2.0",
"@connext/types": "5.2.1",
"eventemitter3": "4.0.0"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions modules/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/client",
"version": "5.2.0",
"version": "5.2.1",
"description": "Client for Connext Network",
"main": "dist/index.js",
"files": [
Expand All @@ -16,13 +16,13 @@
"test": "./node_modules/.bin/jest --runInBand"
},
"dependencies": {
"@connext/apps": "5.2.0",
"@connext/cf-core": "5.2.0",
"@connext/channel-provider": "5.2.0",
"@connext/crypto": "5.2.0",
"@connext/messaging": "5.2.0",
"@connext/store": "5.2.0",
"@connext/types": "5.2.0",
"@connext/apps": "5.2.1",
"@connext/cf-core": "5.2.1",
"@connext/channel-provider": "5.2.1",
"@connext/crypto": "5.2.1",
"@connext/messaging": "5.2.1",
"@connext/store": "5.2.1",
"@connext/types": "5.2.1",
"core-js": "3.6.4",
"ethers": "4.0.45",
"eccrypto": "1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion modules/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"transpile": "./node_modules/.bin/tsc -p tsconfig.json"
},
"dependencies": {
"@connext/types": "5.2.0",
"@connext/types": "5.2.1",
"ethers": "4.0.45",
"@openzeppelin/contracts": "2.5.0",
"ganache-cli": "6.9.1",
Expand Down
4 changes: 2 additions & 2 deletions modules/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/crypto",
"version": "5.2.0",
"version": "5.2.1",
"description": "Crypto module for Connext client",
"main": "dist/index.js",
"files": [
Expand All @@ -15,7 +15,7 @@
"test": "./node_modules/.bin/jest --runInBand"
},
"dependencies": {
"@connext/types": "5.2.0",
"@connext/types": "5.2.1",
"eccrypto-js": "4.4.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions modules/daicard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"format": "prettier --write \"src/**/*.js\""
},
"dependencies": {
"@connext/client": "5.2.0",
"@connext/store": "5.2.0",
"@connext/types": "5.2.0",
"@connext/client": "5.2.1",
"@connext/store": "5.2.1",
"@connext/types": "5.2.1",
"@material-ui/core": "4.9.3",
"@material-ui/icons": "4.9.1",
"@walletconnect/browser": "1.0.0-beta.47",
Expand All @@ -42,7 +42,7 @@
"xstate": "4.7.8"
},
"devDependencies": {
"@connext/types": "5.2.0",
"@connext/types": "5.2.1",
"bn.js": "5.1.1",
"chai-bn": "0.2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions modules/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"eject": "./node_modules/.bin/react-scripts eject"
},
"dependencies": {
"@connext/cf-core": "5.2.0",
"@connext/messaging": "5.2.0",
"@connext/types": "5.2.0",
"@connext/cf-core": "5.2.1",
"@connext/messaging": "5.2.1",
"@connext/types": "5.2.1",
"@material-ui/core": "4.9.3",
"@material-ui/icons": "4.9.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,7 +1,7 @@
{
"name": "@connext/messaging",
"description": "Messaging module for Connext client",
"version": "5.2.0",
"version": "5.2.1",
"main": "dist/index.js",
"iife": "dist/index.iife.js",
"types": "dist/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"lint": "../../node_modules/.bin/eslint -c '../../.eslintrc.js' --fix 'src/**/*'"
},
"dependencies": {
"@connext/types": "5.2.0",
"@connext/types": "5.2.1",
"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
Expand Up @@ -22,11 +22,11 @@
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand"
},
"dependencies": {
"@connext/apps": "5.2.0",
"@connext/cf-core": "5.2.0",
"@connext/apps": "5.2.1",
"@connext/cf-core": "5.2.1",
"@connext/contracts": "1.0.5",
"@connext/messaging": "5.2.0",
"@connext/types": "5.2.0",
"@connext/messaging": "5.2.1",
"@connext/types": "5.2.1",
"@nestjs/common": "6.11.7",
"@nestjs/core": "6.11.7",
"@nestjs/microservices": "6.11.7",
Expand All @@ -50,7 +50,7 @@
"uuid": "3.4.0"
},
"devDependencies": {
"@connext/client": "5.2.0",
"@connext/client": "5.2.1",
"@nestjs/testing": "6.11.7",
"@types/express": "4.17.2",
"@types/jest": "25.1.2",
Expand Down
4 changes: 2 additions & 2 deletions modules/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/store",
"version": "5.2.0",
"version": "5.2.1",
"description": "Store module for Connext client",
"main": "dist/index.js",
"files": [
Expand All @@ -16,7 +16,7 @@
"test": "./node_modules/.bin/jest"
},
"dependencies": {
"@connext/types": "5.2.0",
"@connext/types": "5.2.1",
"ethers": "4.0.45",
"pisa-client": "0.1.4-connext-beta.1",
"uuid": "3.4.0"
Expand Down
14 changes: 7 additions & 7 deletions modules/test-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"author": "",
"license": "ISC",
"dependencies": {
"@connext/apps": "5.2.0",
"@connext/cf-core": "5.2.0",
"@connext/channel-provider": "5.2.0",
"@connext/client": "5.2.0",
"@connext/apps": "5.2.1",
"@connext/cf-core": "5.2.1",
"@connext/channel-provider": "5.2.1",
"@connext/client": "5.2.1",
"@connext/contracts": "1.0.5",
"@connext/messaging": "5.2.0",
"@connext/store": "5.2.0",
"@connext/types": "5.2.0",
"@connext/messaging": "5.2.1",
"@connext/store": "5.2.1",
"@connext/types": "5.2.1",
"@ethereum-waffle/chai": "2.3.0",
"@openzeppelin/contracts": "2.5.0",
"chai": "4.2.0",
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": "5.2.0",
"version": "5.2.1",
"description": "TypeScript typings for common Connext types",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 09be2db

Please sign in to comment.