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,utils,cf-core,apps,messaging,store,channe…
Browse files Browse the repository at this point in the history
…l-provider,client,watcher}@7.3.5
  • Loading branch information
LayneHaber committed Aug 21, 2020
1 parent 71c5afa commit ad66bc4
Show file tree
Hide file tree
Showing 15 changed files with 59 additions and 59 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": "7.3.4",
"version": "7.3.5",
"description": "Connext Counterfactual Apps",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand All @@ -19,8 +19,8 @@
},
"devDependencies": {
"@connext/contracts": "3.5.0",
"@connext/types": "7.3.4",
"@connext/utils": "7.3.4",
"@connext/types": "7.3.5",
"@connext/utils": "7.3.5",
"@rollup/plugin-json": "4.1.0",
"ethers": "5.0.8",
"rollup": "2.23.0",
Expand Down
8 changes: 4 additions & 4 deletions modules/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"author": "",
"license": "ISC",
"dependencies": {
"@connext/client": "7.3.4",
"@connext/client": "7.3.5",
"@connext/contracts": "3.5.0",
"@connext/store": "7.3.4",
"@connext/types": "7.3.4",
"@connext/utils": "7.3.4",
"@connext/store": "7.3.5",
"@connext/types": "7.3.5",
"@connext/utils": "7.3.5",
"axios": "0.19.2",
"body-parser": "1.19.0",
"ethers": "5.0.8",
Expand Down
8 changes: 4 additions & 4 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": "7.3.4",
"version": "7.3.5",
"main": "dist/index.js",
"iife": "dist/index.iife.js",
"types": "dist/index.d.ts",
Expand All @@ -20,8 +20,8 @@
"dependencies": {
"@connext/contracts": "3.5.0",
"@connext/pure-evm-wasm": "0.1.4",
"@connext/types": "7.3.4",
"@connext/utils": "7.3.4",
"@connext/types": "7.3.5",
"@connext/utils": "7.3.5",
"@openzeppelin/contracts": "3.0.2",
"async-mutex": "0.2.4",
"ethers": "5.0.8",
Expand All @@ -32,7 +32,7 @@
},
"devDependencies": {
"@babel/core": "7.11.1",
"@connext/store": "7.3.4",
"@connext/store": "7.3.5",
"@ethereum-waffle/chai": "3.0.2",
"@types/chai": "4.2.12",
"@types/chai-as-promised": "7.1.3",
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": "7.3.4",
"version": "7.3.5",
"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": "7.3.4",
"@connext/types": "7.3.5",
"eventemitter3": "4.0.4"
},
"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": "7.3.4",
"version": "7.3.5",
"description": "Client for Connext Network",
"main": "dist/index.js",
"files": [
Expand All @@ -16,14 +16,14 @@
},
"dependencies": {
"axios": "0.19.2",
"@connext/apps": "7.3.4",
"@connext/cf-core": "7.3.4",
"@connext/channel-provider": "7.3.4",
"@connext/utils": "7.3.4",
"@connext/apps": "7.3.5",
"@connext/cf-core": "7.3.5",
"@connext/channel-provider": "7.3.5",
"@connext/utils": "7.3.5",
"@connext/contracts": "3.5.0",
"@connext/messaging": "7.3.4",
"@connext/store": "7.3.4",
"@connext/types": "7.3.4",
"@connext/messaging": "7.3.5",
"@connext/store": "7.3.5",
"@connext/types": "7.3.5",
"core-js": "3.6.5",
"ethers": "5.0.8",
"evt": "1.8.4",
Expand Down
4 changes: 2 additions & 2 deletions modules/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"transpile": "tsc -p tsconfig.json"
},
"dependencies": {
"@connext/types": "7.3.4",
"@connext/utils": "7.3.4",
"@connext/types": "7.3.5",
"@connext/utils": "7.3.5",
"@nomiclabs/buidler": "1.4.3",
"@openzeppelin/contracts": "3.0.2",
"ethers": "5.0.8",
Expand Down
8 changes: 4 additions & 4 deletions modules/daicard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"format": "prettier --write 'src/**/*.js'"
},
"dependencies": {
"@connext/client": "7.3.4",
"@connext/client": "7.3.5",
"@connext/contracts": "3.5.0",
"@connext/utils": "7.3.4",
"@connext/store": "7.3.4",
"@connext/types": "7.3.4",
"@connext/utils": "7.3.5",
"@connext/store": "7.3.5",
"@connext/types": "7.3.5",
"@material-ui/core": "4.11.0",
"@material-ui/icons": "4.9.1",
"@walletconnect/browser": "1.0.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": "7.3.4",
"@connext/messaging": "7.3.4",
"@connext/types": "7.3.4",
"@connext/cf-core": "7.3.5",
"@connext/messaging": "7.3.5",
"@connext/types": "7.3.5",
"@material-ui/core": "4.11.0",
"@material-ui/icons": "4.9.1",
"react": "16.13.1",
Expand Down
6 changes: 3 additions & 3 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": "7.3.4",
"version": "7.3.5",
"main": "dist/index.js",
"iife": "dist/index.iife.js",
"types": "dist/index.d.ts",
Expand All @@ -16,8 +16,8 @@
"lint": "../../node_modules/.bin/eslint -c '../../.eslintrc.js' --fix 'src/**/*'"
},
"dependencies": {
"@connext/types": "7.3.4",
"@connext/utils": "7.3.4",
"@connext/types": "7.3.5",
"@connext/utils": "7.3.5",
"ts-natsutil": "1.1.1"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions modules/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"watch": "ts-mocha --bail --check-leaks --watch --timeout 60000 'src/**/*.spec.ts'"
},
"dependencies": {
"@connext/apps": "7.3.4",
"@connext/cf-core": "7.3.4",
"@connext/apps": "7.3.5",
"@connext/cf-core": "7.3.5",
"@connext/contracts": "3.5.0",
"@connext/messaging": "7.3.4",
"@connext/messaging": "7.3.5",
"@connext/pure-evm-wasm": "0.1.4",
"@connext/store": "7.3.4",
"@connext/types": "7.3.4",
"@connext/utils": "7.3.4",
"@connext/store": "7.3.5",
"@connext/types": "7.3.5",
"@connext/utils": "7.3.5",
"@nestjs/common": "7.4.2",
"@nestjs/core": "7.4.2",
"@nestjs/microservices": "7.4.2",
Expand All @@ -49,7 +49,7 @@
"wasm-loader": "1.3.0"
},
"devDependencies": {
"@connext/client": "7.3.4",
"@connext/client": "7.3.5",
"@ethereum-waffle/chai": "3.0.2",
"@nestjs/testing": "7.4.2",
"@openzeppelin/contracts": "3.0.2",
Expand Down
6 changes: 3 additions & 3 deletions modules/store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/store",
"version": "7.3.4",
"version": "7.3.5",
"description": "Store module for Connext client",
"browser": "dist/browser.js",
"react-native": "dist/reactNative.js",
Expand All @@ -17,8 +17,8 @@
},
"dependencies": {
"@connext/contracts": "3.5.0",
"@connext/types": "7.3.4",
"@connext/utils": "7.3.4",
"@connext/types": "7.3.5",
"@connext/utils": "7.3.5",
"localStorage": "1.0.4",
"p-waterfall": "2.1.0",
"pg": "8.3.0",
Expand Down
16 changes: 8 additions & 8 deletions modules/test-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"author": "",
"license": "ISC",
"dependencies": {
"@connext/apps": "7.3.4",
"@connext/cf-core": "7.3.4",
"@connext/channel-provider": "7.3.4",
"@connext/client": "7.3.4",
"@connext/apps": "7.3.5",
"@connext/cf-core": "7.3.5",
"@connext/channel-provider": "7.3.5",
"@connext/client": "7.3.5",
"@connext/contracts": "3.5.0",
"@connext/messaging": "7.3.4",
"@connext/messaging": "7.3.5",
"@connext/pure-evm-wasm": "0.1.4",
"@connext/store": "7.3.4",
"@connext/types": "7.3.4",
"@connext/utils": "7.3.4",
"@connext/store": "7.3.5",
"@connext/types": "7.3.5",
"@connext/utils": "7.3.5",
"@ethereum-waffle/chai": "3.0.2",
"@openzeppelin/contracts": "3.0.2",
"axios": "0.19.2",
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": "7.3.4",
"version": "7.3.5",
"description": "TypeScript typings for common Connext types",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
4 changes: 2 additions & 2 deletions modules/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/utils",
"version": "7.3.4",
"version": "7.3.5",
"description": "Crypto module for Connext client",
"main": "dist/index.js",
"files": [
Expand All @@ -15,7 +15,7 @@
"test": "./node_modules/.bin/ts-mocha --bail --check-leaks --exit 'src/**/*.spec.ts'"
},
"dependencies": {
"@connext/types": "7.3.4",
"@connext/types": "7.3.5",
"axios": "0.19.2",
"bs58check": "2.1.2",
"eccrypto-js": "4.5.4",
Expand Down
10 changes: 5 additions & 5 deletions modules/watcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connext/watcher",
"version": "7.3.4",
"version": "7.3.5",
"description": "Responds to disputes on behalf of a channel participant.",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
Expand All @@ -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.4",
"@connext/apps": "7.3.5",
"@connext/contracts": "3.5.0",
"@connext/store": "7.3.4",
"@connext/types": "7.3.4",
"@connext/utils": "7.3.4",
"@connext/store": "7.3.5",
"@connext/types": "7.3.5",
"@connext/utils": "7.3.5",
"@types/chai-as-promised": "7.1.3",
"@types/chai-subset": "1.3.3",
"@types/mocha": "8.0.1",
Expand Down

0 comments on commit ad66bc4

Please sign in to comment.