From 5f584320f05ed45e0d8e69e12c1265934184cbed Mon Sep 17 00:00:00 2001 From: Github Actions Date: Thu, 7 Jan 2021 18:27:31 +0000 Subject: [PATCH] Publish - @0x/abi-gen@5.4.16 - @0x/assert@3.0.21 - @0x/base-contract@6.2.16 - @0x/contracts-gen@2.0.27 - @0x/dev-utils@4.1.6 - @0x/json-schemas@5.4.1 - @0x/sol-compiler@4.5.0 - @0x/sol-coverage@4.0.27 - @0x/sol-doc@3.1.25 - @0x/sol-profiler@4.1.17 - @0x/sol-trace@3.0.27 - @0x/sol-tracing-utils@7.1.17 - @0x/subproviders@6.3.2 - @0x/web3-wrapper@7.3.2 --- abi-gen/package.json | 18 +++++++++--------- assert/package.json | 4 ++-- base-contract/package.json | 8 ++++---- contracts-gen/package.json | 4 ++-- dev-utils/package.json | 6 +++--- json-schemas/package.json | 2 +- sol-compiler/package.json | 10 +++++----- sol-coverage/package.json | 6 +++--- sol-doc/package.json | 6 +++--- sol-profiler/package.json | 6 +++--- sol-trace/package.json | 6 +++--- sol-tracing-utils/package.json | 10 +++++----- subproviders/package.json | 6 +++--- web3-wrapper/package.json | 6 +++--- 14 files changed, 49 insertions(+), 49 deletions(-) diff --git a/abi-gen/package.json b/abi-gen/package.json index f781ef79b8..9e6c8ab940 100644 --- a/abi-gen/package.json +++ b/abi-gen/package.json @@ -1,6 +1,6 @@ { "name": "@0x/abi-gen", - "version": "5.4.15", + "version": "5.4.16", "engines": { "node": ">=6.12" }, @@ -81,15 +81,15 @@ "yargs": "^10.0.3" }, "devDependencies": { - "@0x/assert": "^3.0.20", - "@0x/base-contract": "^6.2.15", - "@0x/contracts-gen": "^2.0.26", - "@0x/dev-utils": "^4.1.5", - "@0x/json-schemas": "^5.3.5", - "@0x/sol-compiler": "^4.4.3", - "@0x/subproviders": "^6.3.1", + "@0x/assert": "^3.0.21", + "@0x/base-contract": "^6.2.16", + "@0x/contracts-gen": "^2.0.27", + "@0x/dev-utils": "^4.1.6", + "@0x/json-schemas": "^5.4.1", + "@0x/sol-compiler": "^4.5.0", + "@0x/subproviders": "^6.3.2", "@0x/tslint-config": "^4.1.3", - "@0x/web3-wrapper": "^7.3.1", + "@0x/web3-wrapper": "^7.3.2", "@types/glob": "5.0.35", "@types/mkdirp": "^0.5.2", "@types/mocha": "^5.2.7", diff --git a/assert/package.json b/assert/package.json index 857a7bc67f..f09e75682f 100644 --- a/assert/package.json +++ b/assert/package.json @@ -1,6 +1,6 @@ { "name": "@0x/assert", - "version": "3.0.20", + "version": "3.0.21", "engines": { "node": ">=6.12" }, @@ -45,7 +45,7 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/json-schemas": "^5.3.5", + "@0x/json-schemas": "^5.4.1", "@0x/typescript-typings": "^5.1.6", "@0x/utils": "^6.2.0", "@types/node": "12.12.54", diff --git a/base-contract/package.json b/base-contract/package.json index fe8e633e79..c28d1bfedd 100644 --- a/base-contract/package.json +++ b/base-contract/package.json @@ -1,6 +1,6 @@ { "name": "@0x/base-contract", - "version": "6.2.15", + "version": "6.2.16", "engines": { "node": ">=6.12" }, @@ -46,10 +46,10 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/assert": "^3.0.20", - "@0x/json-schemas": "^5.3.5", + "@0x/assert": "^3.0.21", + "@0x/json-schemas": "^5.4.1", "@0x/utils": "^6.2.0", - "@0x/web3-wrapper": "^7.3.1", + "@0x/web3-wrapper": "^7.3.2", "@types/node": "12.12.54", "ethereumjs-account": "^3.0.0", "ethereumjs-blockstream": "^7.0.0", diff --git a/contracts-gen/package.json b/contracts-gen/package.json index 66a238f678..835b92c78e 100644 --- a/contracts-gen/package.json +++ b/contracts-gen/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-gen", - "version": "2.0.26", + "version": "2.0.27", "engines": { "node": ">=6.12" }, @@ -27,7 +27,7 @@ }, "homepage": "https://github.com/0xProject/tools/tree/main/contracts-gen", "dependencies": { - "@0x/sol-compiler": "^4.4.3", + "@0x/sol-compiler": "^4.5.0", "@0x/sol-resolver": "^3.1.6", "@0x/types": "^3.3.1", "@0x/typescript-typings": "^5.1.6", diff --git a/dev-utils/package.json b/dev-utils/package.json index f5499492a8..38b4c5b3bb 100644 --- a/dev-utils/package.json +++ b/dev-utils/package.json @@ -1,6 +1,6 @@ { "name": "@0x/dev-utils", - "version": "4.1.5", + "version": "4.1.6", "engines": { "node": ">=6.12" }, @@ -46,11 +46,11 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/subproviders": "^6.3.1", + "@0x/subproviders": "^6.3.2", "@0x/types": "^3.3.1", "@0x/typescript-typings": "^5.1.6", "@0x/utils": "^6.2.0", - "@0x/web3-wrapper": "^7.3.1", + "@0x/web3-wrapper": "^7.3.2", "@types/node": "12.12.54", "@types/web3-provider-engine": "^14.0.0", "chai": "^4.0.1", diff --git a/json-schemas/package.json b/json-schemas/package.json index f00aadc581..57215272f7 100644 --- a/json-schemas/package.json +++ b/json-schemas/package.json @@ -1,6 +1,6 @@ { "name": "@0x/json-schemas", - "version": "5.4.0", + "version": "5.4.1", "engines": { "node": ">=6.12" }, diff --git a/sol-compiler/package.json b/sol-compiler/package.json index 677bcfb4f7..b3479d1bdc 100644 --- a/sol-compiler/package.json +++ b/sol-compiler/package.json @@ -1,6 +1,6 @@ { "name": "@0x/sol-compiler", - "version": "4.4.3", + "version": "4.5.0", "engines": { "node": ">=6.12" }, @@ -46,7 +46,7 @@ }, "homepage": "https://github.com/0xProject/tools/tree/main/sol-compiler", "devDependencies": { - "@0x/dev-utils": "^4.1.5", + "@0x/dev-utils": "^4.1.6", "@0x/ts-doc-gen": "^0.0.28", "@0x/tslint-config": "^4.1.3", "@types/mkdirp": "^0.5.2", @@ -74,13 +74,13 @@ "zeppelin-solidity": "1.8.0" }, "dependencies": { - "@0x/assert": "^3.0.20", - "@0x/json-schemas": "^5.3.5", + "@0x/assert": "^3.0.21", + "@0x/json-schemas": "^5.4.1", "@0x/sol-resolver": "^3.1.6", "@0x/types": "^3.3.1", "@0x/typescript-typings": "^5.1.6", "@0x/utils": "^6.2.0", - "@0x/web3-wrapper": "^7.3.1", + "@0x/web3-wrapper": "^7.3.2", "@types/node": "12.12.54", "@types/yargs": "^11.0.0", "chalk": "^2.3.0", diff --git a/sol-coverage/package.json b/sol-coverage/package.json index 858e3b3cf1..4106c39cae 100644 --- a/sol-coverage/package.json +++ b/sol-coverage/package.json @@ -1,6 +1,6 @@ { "name": "@0x/sol-coverage", - "version": "4.0.26", + "version": "4.0.27", "engines": { "node": ">=6.12" }, @@ -33,8 +33,8 @@ }, "homepage": "https://github.com/0xProject/tools/tree/main/sol-coverage", "dependencies": { - "@0x/sol-tracing-utils": "^7.1.16", - "@0x/subproviders": "^6.3.1", + "@0x/sol-tracing-utils": "^7.1.17", + "@0x/subproviders": "^6.3.2", "@0x/typescript-typings": "^5.1.6", "@types/minimatch": "^3.0.3", "@types/node": "12.12.54", diff --git a/sol-doc/package.json b/sol-doc/package.json index 89ff9d6968..fa88713cd1 100644 --- a/sol-doc/package.json +++ b/sol-doc/package.json @@ -1,6 +1,6 @@ { "name": "@0x/sol-doc", - "version": "3.1.24", + "version": "3.1.25", "description": "Solidity documentation generator", "main": "lib/src/index.js", "types": "lib/src/index.d.js", @@ -32,7 +32,7 @@ "author": "F. Eugene Aumson", "license": "Apache-2.0", "dependencies": { - "@0x/sol-compiler": "^4.4.3", + "@0x/sol-compiler": "^4.5.0", "@0x/types": "^3.3.1", "@0x/utils": "^6.2.0", "@types/node": "12.12.54", @@ -42,7 +42,7 @@ "yargs": "^10.0.3" }, "devDependencies": { - "@0x/dev-utils": "^4.1.5", + "@0x/dev-utils": "^4.1.6", "@0x/tslint-config": "^4.1.3", "@types/mocha": "^5.2.7", "chai": "^4.0.1", diff --git a/sol-profiler/package.json b/sol-profiler/package.json index b7d1fae308..b05628c6d5 100644 --- a/sol-profiler/package.json +++ b/sol-profiler/package.json @@ -1,6 +1,6 @@ { "name": "@0x/sol-profiler", - "version": "4.1.16", + "version": "4.1.17", "engines": { "node": ">=6.12" }, @@ -33,8 +33,8 @@ }, "homepage": "https://github.com/0xProject/tools/tree/main/sol-profiler", "dependencies": { - "@0x/sol-tracing-utils": "^7.1.16", - "@0x/subproviders": "^6.3.1", + "@0x/sol-tracing-utils": "^7.1.17", + "@0x/subproviders": "^6.3.2", "@0x/typescript-typings": "^5.1.6", "@0x/utils": "^6.2.0", "@types/node": "12.12.54", diff --git a/sol-trace/package.json b/sol-trace/package.json index 46735ac825..5147906041 100644 --- a/sol-trace/package.json +++ b/sol-trace/package.json @@ -1,6 +1,6 @@ { "name": "@0x/sol-trace", - "version": "3.0.26", + "version": "3.0.27", "engines": { "node": ">=6.12" }, @@ -33,8 +33,8 @@ }, "homepage": "https://github.com/0xProject/tools/tree/main/sol-trace", "dependencies": { - "@0x/sol-tracing-utils": "^7.1.16", - "@0x/subproviders": "^6.3.1", + "@0x/sol-tracing-utils": "^7.1.17", + "@0x/subproviders": "^6.3.2", "@0x/typescript-typings": "^5.1.6", "@types/node": "12.12.54", "chalk": "^2.3.0", diff --git a/sol-tracing-utils/package.json b/sol-tracing-utils/package.json index 9afa792a62..af115421df 100644 --- a/sol-tracing-utils/package.json +++ b/sol-tracing-utils/package.json @@ -1,6 +1,6 @@ { "name": "@0x/sol-tracing-utils", - "version": "7.1.16", + "version": "7.1.17", "engines": { "node": ">=6.12" }, @@ -38,13 +38,13 @@ }, "homepage": "https://github.com/0xProject/tools/tree/main/sol-tracing-utils", "dependencies": { - "@0x/dev-utils": "^4.1.5", - "@0x/sol-compiler": "^4.4.3", + "@0x/dev-utils": "^4.1.6", + "@0x/sol-compiler": "^4.5.0", "@0x/sol-resolver": "^3.1.6", - "@0x/subproviders": "^6.3.1", + "@0x/subproviders": "^6.3.2", "@0x/typescript-typings": "^5.1.6", "@0x/utils": "^6.2.0", - "@0x/web3-wrapper": "^7.3.1", + "@0x/web3-wrapper": "^7.3.2", "@types/node": "12.12.54", "@types/solidity-parser-antlr": "^0.2.3", "chalk": "^2.3.0", diff --git a/subproviders/package.json b/subproviders/package.json index 53236c9e5d..9fc8dceae8 100644 --- a/subproviders/package.json +++ b/subproviders/package.json @@ -1,6 +1,6 @@ { "name": "@0x/subproviders", - "version": "6.3.1", + "version": "6.3.2", "engines": { "node": ">=6.12" }, @@ -34,11 +34,11 @@ } }, "dependencies": { - "@0x/assert": "^3.0.20", + "@0x/assert": "^3.0.21", "@0x/types": "^3.3.1", "@0x/typescript-typings": "^5.1.6", "@0x/utils": "^6.2.0", - "@0x/web3-wrapper": "^7.3.1", + "@0x/web3-wrapper": "^7.3.2", "@ledgerhq/hw-app-eth": "^4.3.0", "@ledgerhq/hw-transport-u2f": "4.24.0", "@types/hdkey": "^0.7.0", diff --git a/web3-wrapper/package.json b/web3-wrapper/package.json index f04801363c..dd22851982 100644 --- a/web3-wrapper/package.json +++ b/web3-wrapper/package.json @@ -1,6 +1,6 @@ { "name": "@0x/web3-wrapper", - "version": "7.3.1", + "version": "7.3.2", "engines": { "node": ">=6.12" }, @@ -58,8 +58,8 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/assert": "^3.0.20", - "@0x/json-schemas": "^5.3.5", + "@0x/assert": "^3.0.21", + "@0x/json-schemas": "^5.4.1", "@0x/typescript-typings": "^5.1.6", "@0x/utils": "^6.2.0", "@types/node": "12.12.54",