From fe991de2df4d17b0c7fdabe9f0ca8bfc309cb873 Mon Sep 17 00:00:00 2001 From: LayneHaber Date: Thu, 20 Aug 2020 21:26:53 -0600 Subject: [PATCH] npm publish @connext/{types,utils,cf-core,apps,messaging,store,channel-provider,client,watcher}@7.3.6 --- modules/apps/package.json | 6 +++--- modules/bot/package.json | 8 ++++---- modules/cf-core/package.json | 8 ++++---- modules/channel-provider/package.json | 4 ++-- modules/client/package.json | 16 ++++++++-------- modules/contracts/package.json | 4 ++-- modules/daicard/package.json | 8 ++++---- modules/dashboard/package.json | 6 +++--- modules/messaging/package.json | 6 +++--- modules/node/package.json | 14 +++++++------- modules/store/package.json | 6 +++--- modules/test-runner/package.json | 16 ++++++++-------- modules/types/package.json | 2 +- modules/utils/package.json | 4 ++-- modules/watcher/package.json | 10 +++++----- 15 files changed, 59 insertions(+), 59 deletions(-) diff --git a/modules/apps/package.json b/modules/apps/package.json index c08feba395..971f74a786 100644 --- a/modules/apps/package.json +++ b/modules/apps/package.json @@ -1,6 +1,6 @@ { "name": "@connext/apps", - "version": "7.3.5", + "version": "7.3.6", "description": "Connext Counterfactual Apps", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -19,8 +19,8 @@ }, "devDependencies": { "@connext/contracts": "3.5.0", - "@connext/types": "7.3.5", - "@connext/utils": "7.3.5", + "@connext/types": "7.3.6", + "@connext/utils": "7.3.6", "@rollup/plugin-json": "4.1.0", "ethers": "5.0.8", "rollup": "2.23.0", diff --git a/modules/bot/package.json b/modules/bot/package.json index 2eca531590..87a9287075 100644 --- a/modules/bot/package.json +++ b/modules/bot/package.json @@ -11,11 +11,11 @@ "author": "", "license": "ISC", "dependencies": { - "@connext/client": "7.3.5", + "@connext/client": "7.3.6", "@connext/contracts": "3.5.0", - "@connext/store": "7.3.5", - "@connext/types": "7.3.5", - "@connext/utils": "7.3.5", + "@connext/store": "7.3.6", + "@connext/types": "7.3.6", + "@connext/utils": "7.3.6", "axios": "0.19.2", "body-parser": "1.19.0", "ethers": "5.0.8", diff --git a/modules/cf-core/package.json b/modules/cf-core/package.json index 64fe0ce275..7391c6f5ed 100644 --- a/modules/cf-core/package.json +++ b/modules/cf-core/package.json @@ -1,6 +1,6 @@ { "name": "@connext/cf-core", - "version": "7.3.5", + "version": "7.3.6", "main": "dist/index.js", "iife": "dist/index.iife.js", "types": "dist/index.d.ts", @@ -20,8 +20,8 @@ "dependencies": { "@connext/contracts": "3.5.0", "@connext/pure-evm-wasm": "0.1.4", - "@connext/types": "7.3.5", - "@connext/utils": "7.3.5", + "@connext/types": "7.3.6", + "@connext/utils": "7.3.6", "@openzeppelin/contracts": "3.0.2", "async-mutex": "0.2.4", "ethers": "5.0.8", @@ -32,7 +32,7 @@ }, "devDependencies": { "@babel/core": "7.11.1", - "@connext/store": "7.3.5", + "@connext/store": "7.3.6", "@ethereum-waffle/chai": "3.0.2", "@types/chai": "4.2.12", "@types/chai-as-promised": "7.1.3", diff --git a/modules/channel-provider/package.json b/modules/channel-provider/package.json index 1a3fc065cc..f1456338c8 100644 --- a/modules/channel-provider/package.json +++ b/modules/channel-provider/package.json @@ -1,6 +1,6 @@ { "name": "@connext/channel-provider", - "version": "7.3.5", + "version": "7.3.6", "description": "Channel Provider module for Connext client", "main": "dist/index.js", "files": [ @@ -16,7 +16,7 @@ "test": "./node_modules/.bin/ts-mocha --watch" }, "dependencies": { - "@connext/types": "7.3.5", + "@connext/types": "7.3.6", "eventemitter3": "4.0.4" }, "devDependencies": { diff --git a/modules/client/package.json b/modules/client/package.json index 9d411a34ef..52d8c5ae43 100644 --- a/modules/client/package.json +++ b/modules/client/package.json @@ -1,6 +1,6 @@ { "name": "@connext/client", - "version": "7.3.5", + "version": "7.3.6", "description": "Client for Connext Network", "main": "dist/index.js", "files": [ @@ -16,14 +16,14 @@ }, "dependencies": { "axios": "0.19.2", - "@connext/apps": "7.3.5", - "@connext/cf-core": "7.3.5", - "@connext/channel-provider": "7.3.5", - "@connext/utils": "7.3.5", + "@connext/apps": "7.3.6", + "@connext/cf-core": "7.3.6", + "@connext/channel-provider": "7.3.6", + "@connext/utils": "7.3.6", "@connext/contracts": "3.5.0", - "@connext/messaging": "7.3.5", - "@connext/store": "7.3.5", - "@connext/types": "7.3.5", + "@connext/messaging": "7.3.6", + "@connext/store": "7.3.6", + "@connext/types": "7.3.6", "core-js": "3.6.5", "ethers": "5.0.8", "evt": "1.8.4", diff --git a/modules/contracts/package.json b/modules/contracts/package.json index 2e19e47d63..2b705d4bdc 100644 --- a/modules/contracts/package.json +++ b/modules/contracts/package.json @@ -32,8 +32,8 @@ "transpile": "tsc -p tsconfig.json" }, "dependencies": { - "@connext/types": "7.3.5", - "@connext/utils": "7.3.5", + "@connext/types": "7.3.6", + "@connext/utils": "7.3.6", "@nomiclabs/buidler": "1.4.3", "@openzeppelin/contracts": "3.0.2", "ethers": "5.0.8", diff --git a/modules/daicard/package.json b/modules/daicard/package.json index ad3e910b5e..f2b3b7a589 100644 --- a/modules/daicard/package.json +++ b/modules/daicard/package.json @@ -12,11 +12,11 @@ "format": "prettier --write 'src/**/*.js'" }, "dependencies": { - "@connext/client": "7.3.5", + "@connext/client": "7.3.6", "@connext/contracts": "3.5.0", - "@connext/utils": "7.3.5", - "@connext/store": "7.3.5", - "@connext/types": "7.3.5", + "@connext/utils": "7.3.6", + "@connext/store": "7.3.6", + "@connext/types": "7.3.6", "@material-ui/core": "4.11.0", "@material-ui/icons": "4.9.1", "@walletconnect/browser": "1.0.0", diff --git a/modules/dashboard/package.json b/modules/dashboard/package.json index 42ea610ce2..0cc719c078 100644 --- a/modules/dashboard/package.json +++ b/modules/dashboard/package.json @@ -10,9 +10,9 @@ "eject": "./node_modules/.bin/react-scripts eject" }, "dependencies": { - "@connext/cf-core": "7.3.5", - "@connext/messaging": "7.3.5", - "@connext/types": "7.3.5", + "@connext/cf-core": "7.3.6", + "@connext/messaging": "7.3.6", + "@connext/types": "7.3.6", "@material-ui/core": "4.11.0", "@material-ui/icons": "4.9.1", "react": "16.13.1", diff --git a/modules/messaging/package.json b/modules/messaging/package.json index 5a674e7a2c..2a7c49c308 100644 --- a/modules/messaging/package.json +++ b/modules/messaging/package.json @@ -1,7 +1,7 @@ { "name": "@connext/messaging", "description": "Messaging module for Connext client", - "version": "7.3.5", + "version": "7.3.6", "main": "dist/index.js", "iife": "dist/index.iife.js", "types": "dist/index.d.ts", @@ -16,8 +16,8 @@ "lint": "../../node_modules/.bin/eslint -c '../../.eslintrc.js' --fix 'src/**/*'" }, "dependencies": { - "@connext/types": "7.3.5", - "@connext/utils": "7.3.5", + "@connext/types": "7.3.6", + "@connext/utils": "7.3.6", "ts-natsutil": "1.1.1" }, "devDependencies": { diff --git a/modules/node/package.json b/modules/node/package.json index c4f1982a50..1d652faedb 100644 --- a/modules/node/package.json +++ b/modules/node/package.json @@ -15,14 +15,14 @@ "watch": "ts-mocha --bail --check-leaks --watch --timeout 60000 'src/**/*.spec.ts'" }, "dependencies": { - "@connext/apps": "7.3.5", - "@connext/cf-core": "7.3.5", + "@connext/apps": "7.3.6", + "@connext/cf-core": "7.3.6", "@connext/contracts": "3.5.0", - "@connext/messaging": "7.3.5", + "@connext/messaging": "7.3.6", "@connext/pure-evm-wasm": "0.1.4", - "@connext/store": "7.3.5", - "@connext/types": "7.3.5", - "@connext/utils": "7.3.5", + "@connext/store": "7.3.6", + "@connext/types": "7.3.6", + "@connext/utils": "7.3.6", "@nestjs/common": "7.4.2", "@nestjs/core": "7.4.2", "@nestjs/microservices": "7.4.2", @@ -49,7 +49,7 @@ "wasm-loader": "1.3.0" }, "devDependencies": { - "@connext/client": "7.3.5", + "@connext/client": "7.3.6", "@ethereum-waffle/chai": "3.0.2", "@nestjs/testing": "7.4.2", "@openzeppelin/contracts": "3.0.2", diff --git a/modules/store/package.json b/modules/store/package.json index 6d9c63167c..b2ca4b751c 100644 --- a/modules/store/package.json +++ b/modules/store/package.json @@ -1,6 +1,6 @@ { "name": "@connext/store", - "version": "7.3.5", + "version": "7.3.6", "description": "Store module for Connext client", "browser": "dist/browser.js", "react-native": "dist/reactNative.js", @@ -17,8 +17,8 @@ }, "dependencies": { "@connext/contracts": "3.5.0", - "@connext/types": "7.3.5", - "@connext/utils": "7.3.5", + "@connext/types": "7.3.6", + "@connext/utils": "7.3.6", "localStorage": "1.0.4", "p-waterfall": "2.1.0", "pg": "8.3.0", diff --git a/modules/test-runner/package.json b/modules/test-runner/package.json index 1477adcd47..ab06951754 100644 --- a/modules/test-runner/package.json +++ b/modules/test-runner/package.json @@ -11,16 +11,16 @@ "author": "", "license": "ISC", "dependencies": { - "@connext/apps": "7.3.5", - "@connext/cf-core": "7.3.5", - "@connext/channel-provider": "7.3.5", - "@connext/client": "7.3.5", + "@connext/apps": "7.3.6", + "@connext/cf-core": "7.3.6", + "@connext/channel-provider": "7.3.6", + "@connext/client": "7.3.6", "@connext/contracts": "3.5.0", - "@connext/messaging": "7.3.5", + "@connext/messaging": "7.3.6", "@connext/pure-evm-wasm": "0.1.4", - "@connext/store": "7.3.5", - "@connext/types": "7.3.5", - "@connext/utils": "7.3.5", + "@connext/store": "7.3.6", + "@connext/types": "7.3.6", + "@connext/utils": "7.3.6", "@ethereum-waffle/chai": "3.0.2", "@openzeppelin/contracts": "3.0.2", "axios": "0.19.2", diff --git a/modules/types/package.json b/modules/types/package.json index 2fd8959a5a..e2cee2d269 100644 --- a/modules/types/package.json +++ b/modules/types/package.json @@ -1,6 +1,6 @@ { "name": "@connext/types", - "version": "7.3.5", + "version": "7.3.6", "description": "TypeScript typings for common Connext types", "main": "dist/index.js", "module": "dist/index.esm.js", diff --git a/modules/utils/package.json b/modules/utils/package.json index 698cdf532f..cc30e59012 100644 --- a/modules/utils/package.json +++ b/modules/utils/package.json @@ -1,6 +1,6 @@ { "name": "@connext/utils", - "version": "7.3.5", + "version": "7.3.6", "description": "Crypto module for Connext client", "main": "dist/index.js", "files": [ @@ -15,7 +15,7 @@ "test": "./node_modules/.bin/ts-mocha --bail --check-leaks --exit 'src/**/*.spec.ts'" }, "dependencies": { - "@connext/types": "7.3.5", + "@connext/types": "7.3.6", "axios": "0.19.2", "bs58check": "2.1.2", "eccrypto-js": "4.5.4", diff --git a/modules/watcher/package.json b/modules/watcher/package.json index 2832572733..f11f173301 100644 --- a/modules/watcher/package.json +++ b/modules/watcher/package.json @@ -1,6 +1,6 @@ { "name": "@connext/watcher", - "version": "7.3.5", + "version": "7.3.6", "description": "Responds to disputes on behalf of a channel participant.", "main": "dist/index.js", "types": "dist/src/index.d.ts", @@ -15,11 +15,11 @@ "test": "mocha -r ts-node/register 'test/**/*.spec.{ts,tsx}' --exit --slow 1000 --timeout 150000 --bail" }, "dependencies": { - "@connext/apps": "7.3.5", + "@connext/apps": "7.3.6", "@connext/contracts": "3.5.0", - "@connext/store": "7.3.5", - "@connext/types": "7.3.5", - "@connext/utils": "7.3.5", + "@connext/store": "7.3.6", + "@connext/types": "7.3.6", + "@connext/utils": "7.3.6", "@types/chai-as-promised": "7.1.3", "@types/chai-subset": "1.3.3", "@types/mocha": "8.0.1",