Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @0x/abi-gen@5.6.0
 - @0x/assert@3.0.27
 - @0x/base-contract@6.4.0
 - @0x/contracts-gen@2.0.38
 - @0x/dev-utils@4.2.7
 - @0x/json-schemas@6.1.3
 - @0x/monorepo-scripts@3.1.7
 - @0x/sol-compiler@4.7.3
 - @0x/sol-coverage@4.0.37
 - @0x/sol-doc@3.1.35
 - @0x/sol-profiler@4.1.27
 - @0x/sol-trace@3.0.37
 - @0x/sol-tracing-utils@7.2.3
 - @0x/subproviders@6.5.3
 - @0x/utils@6.4.3
 - @0x/web3-wrapper@7.5.3
  • Loading branch information
Github Actions committed Apr 28, 2021
1 parent 008c364 commit 3056524
Show file tree
Hide file tree
Showing 16 changed files with 64 additions and 64 deletions.
20 changes: 10 additions & 10 deletions abi-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/abi-gen",
"version": "5.5.2",
"version": "5.6.0",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -64,7 +64,7 @@
"dependencies": {
"@0x/types": "^3.3.3",
"@0x/typescript-typings": "^5.2.0",
"@0x/utils": "^6.4.2",
"@0x/utils": "^6.4.3",
"@types/node": "12.12.54",
"@types/toposort": "^2.0.1",
"chalk": "^2.3.0",
Expand All @@ -81,15 +81,15 @@
"yargs": "^10.0.3"
},
"devDependencies": {
"@0x/assert": "^3.0.26",
"@0x/base-contract": "^6.3.2",
"@0x/contracts-gen": "^2.0.37",
"@0x/dev-utils": "^4.2.6",
"@0x/json-schemas": "^6.1.2",
"@0x/sol-compiler": "^4.7.2",
"@0x/subproviders": "^6.5.2",
"@0x/assert": "^3.0.27",
"@0x/base-contract": "^6.4.0",
"@0x/contracts-gen": "^2.0.38",
"@0x/dev-utils": "^4.2.7",
"@0x/json-schemas": "^6.1.3",
"@0x/sol-compiler": "^4.7.3",
"@0x/subproviders": "^6.5.3",
"@0x/tslint-config": "^4.1.4",
"@0x/web3-wrapper": "^7.5.2",
"@0x/web3-wrapper": "^7.5.3",
"@types/glob": "5.0.35",
"@types/mkdirp": "^0.5.2",
"@types/mocha": "^5.2.7",
Expand Down
6 changes: 3 additions & 3 deletions assert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/assert",
"version": "3.0.26",
"version": "3.0.27",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -45,9 +45,9 @@
"typescript": "4.2.2"
},
"dependencies": {
"@0x/json-schemas": "^6.1.2",
"@0x/json-schemas": "^6.1.3",
"@0x/typescript-typings": "^5.2.0",
"@0x/utils": "^6.4.2",
"@0x/utils": "^6.4.3",
"@types/node": "12.12.54",
"lodash": "^4.17.11",
"valid-url": "^1.0.9"
Expand Down
10 changes: 5 additions & 5 deletions base-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/base-contract",
"version": "6.3.2",
"version": "6.4.0",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -47,10 +47,10 @@
"typescript": "4.2.2"
},
"dependencies": {
"@0x/assert": "^3.0.26",
"@0x/json-schemas": "^6.1.2",
"@0x/utils": "^6.4.2",
"@0x/web3-wrapper": "^7.5.2",
"@0x/assert": "^3.0.27",
"@0x/json-schemas": "^6.1.3",
"@0x/utils": "^6.4.3",
"@0x/web3-wrapper": "^7.5.3",
"@types/node": "12.12.54",
"ethereumjs-account": "^3.0.0",
"ethereumjs-blockstream": "^7.0.0",
Expand Down
6 changes: 3 additions & 3 deletions contracts-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-gen",
"version": "2.0.37",
"version": "2.0.38",
"engines": {
"node": ">=6.12"
},
Expand All @@ -27,11 +27,11 @@
},
"homepage": "https://github.com/0xProject/tools/tree/main/contracts-gen",
"dependencies": {
"@0x/sol-compiler": "^4.7.2",
"@0x/sol-compiler": "^4.7.3",
"@0x/sol-resolver": "^3.1.8",
"@0x/types": "^3.3.3",
"@0x/typescript-typings": "^5.2.0",
"@0x/utils": "^6.4.2",
"@0x/utils": "^6.4.3",
"@types/node": "12.12.54",
"ethereum-types": "^3.5.0",
"lodash": "^4.17.11",
Expand Down
8 changes: 4 additions & 4 deletions dev-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/dev-utils",
"version": "4.2.6",
"version": "4.2.7",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -46,11 +46,11 @@
"typescript": "4.2.2"
},
"dependencies": {
"@0x/subproviders": "^6.5.2",
"@0x/subproviders": "^6.5.3",
"@0x/types": "^3.3.3",
"@0x/typescript-typings": "^5.2.0",
"@0x/utils": "^6.4.2",
"@0x/web3-wrapper": "^7.5.2",
"@0x/utils": "^6.4.3",
"@0x/web3-wrapper": "^7.5.3",
"@types/node": "12.12.54",
"@types/web3-provider-engine": "^14.0.0",
"chai": "^4.0.1",
Expand Down
4 changes: 2 additions & 2 deletions json-schemas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/json-schemas",
"version": "6.1.2",
"version": "6.1.3",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@0x/ts-doc-gen": "^0.0.28",
"@0x/tslint-config": "^4.1.4",
"@0x/utils": "^6.4.2",
"@0x/utils": "^6.4.3",
"@types/lodash.foreach": "^4.5.3",
"@types/lodash.values": "^4.3.3",
"@types/mocha": "^5.2.7",
Expand Down
4 changes: 2 additions & 2 deletions monorepo-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/monorepo-scripts",
"version": "3.1.6",
"version": "3.1.7",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@0x/types": "^3.3.3",
"@0x/utils": "^6.4.2",
"@0x/utils": "^6.4.3",
"@lerna/batch-packages": "^3.0.0-beta.18",
"@types/depcheck": "^0.6.0",
"@types/node": "12.12.54",
Expand Down
12 changes: 6 additions & 6 deletions sol-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/sol-compiler",
"version": "4.7.2",
"version": "4.7.3",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"homepage": "https://github.com/0xProject/tools/tree/main/sol-compiler",
"devDependencies": {
"@0x/dev-utils": "^4.2.6",
"@0x/dev-utils": "^4.2.7",
"@0x/ts-doc-gen": "^0.0.28",
"@0x/tslint-config": "^4.1.4",
"@types/mkdirp": "^0.5.2",
Expand Down Expand Up @@ -75,13 +75,13 @@
"zeppelin-solidity": "1.8.0"
},
"dependencies": {
"@0x/assert": "^3.0.26",
"@0x/json-schemas": "^6.1.2",
"@0x/assert": "^3.0.27",
"@0x/json-schemas": "^6.1.3",
"@0x/sol-resolver": "^3.1.8",
"@0x/types": "^3.3.3",
"@0x/typescript-typings": "^5.2.0",
"@0x/utils": "^6.4.2",
"@0x/web3-wrapper": "^7.5.2",
"@0x/utils": "^6.4.3",
"@0x/web3-wrapper": "^7.5.3",
"@types/node": "12.12.54",
"@types/yargs": "^11.0.0",
"chalk": "^2.3.0",
Expand Down
6 changes: 3 additions & 3 deletions sol-coverage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/sol-coverage",
"version": "4.0.36",
"version": "4.0.37",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -33,8 +33,8 @@
},
"homepage": "https://github.com/0xProject/tools/tree/main/sol-coverage",
"dependencies": {
"@0x/sol-tracing-utils": "^7.2.2",
"@0x/subproviders": "^6.5.2",
"@0x/sol-tracing-utils": "^7.2.3",
"@0x/subproviders": "^6.5.3",
"@0x/typescript-typings": "^5.2.0",
"@types/minimatch": "^3.0.3",
"@types/node": "12.12.54",
Expand Down
8 changes: 4 additions & 4 deletions sol-doc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/sol-doc",
"version": "3.1.34",
"version": "3.1.35",
"description": "Solidity documentation generator",
"main": "lib/src/index.js",
"types": "lib/src/index.d.js",
Expand Down Expand Up @@ -32,17 +32,17 @@
"author": "F. Eugene Aumson",
"license": "Apache-2.0",
"dependencies": {
"@0x/sol-compiler": "^4.7.2",
"@0x/sol-compiler": "^4.7.3",
"@0x/types": "^3.3.3",
"@0x/utils": "^6.4.2",
"@0x/utils": "^6.4.3",
"@types/node": "12.12.54",
"ethereum-types": "^3.5.0",
"ethereumjs-util": "^7.0.10",
"glob": "^7.1.2",
"yargs": "^10.0.3"
},
"devDependencies": {
"@0x/dev-utils": "^4.2.6",
"@0x/dev-utils": "^4.2.7",
"@0x/tslint-config": "^4.1.4",
"@types/mocha": "^5.2.7",
"chai": "^4.0.1",
Expand Down
8 changes: 4 additions & 4 deletions sol-profiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/sol-profiler",
"version": "4.1.26",
"version": "4.1.27",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -33,10 +33,10 @@
},
"homepage": "https://github.com/0xProject/tools/tree/main/sol-profiler",
"dependencies": {
"@0x/sol-tracing-utils": "^7.2.2",
"@0x/subproviders": "^6.5.2",
"@0x/sol-tracing-utils": "^7.2.3",
"@0x/subproviders": "^6.5.3",
"@0x/typescript-typings": "^5.2.0",
"@0x/utils": "^6.4.2",
"@0x/utils": "^6.4.3",
"@types/node": "12.12.54",
"ethereum-types": "^3.5.0",
"ethereumjs-util": "^7.0.10",
Expand Down
6 changes: 3 additions & 3 deletions sol-trace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/sol-trace",
"version": "3.0.36",
"version": "3.0.37",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -33,8 +33,8 @@
},
"homepage": "https://github.com/0xProject/tools/tree/main/sol-trace",
"dependencies": {
"@0x/sol-tracing-utils": "^7.2.2",
"@0x/subproviders": "^6.5.2",
"@0x/sol-tracing-utils": "^7.2.3",
"@0x/subproviders": "^6.5.3",
"@0x/typescript-typings": "^5.2.0",
"@types/node": "12.12.54",
"chalk": "^2.3.0",
Expand Down
12 changes: 6 additions & 6 deletions sol-tracing-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/sol-tracing-utils",
"version": "7.2.2",
"version": "7.2.3",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -38,13 +38,13 @@
},
"homepage": "https://github.com/0xProject/tools/tree/main/sol-tracing-utils",
"dependencies": {
"@0x/dev-utils": "^4.2.6",
"@0x/sol-compiler": "^4.7.2",
"@0x/dev-utils": "^4.2.7",
"@0x/sol-compiler": "^4.7.3",
"@0x/sol-resolver": "^3.1.8",
"@0x/subproviders": "^6.5.2",
"@0x/subproviders": "^6.5.3",
"@0x/typescript-typings": "^5.2.0",
"@0x/utils": "^6.4.2",
"@0x/web3-wrapper": "^7.5.2",
"@0x/utils": "^6.4.3",
"@0x/web3-wrapper": "^7.5.3",
"@types/node": "12.12.54",
"@types/solidity-parser-antlr": "^0.2.3",
"chalk": "^2.3.0",
Expand Down
8 changes: 4 additions & 4 deletions subproviders/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/subproviders",
"version": "6.5.2",
"version": "6.5.3",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -34,11 +34,11 @@
}
},
"dependencies": {
"@0x/assert": "^3.0.26",
"@0x/assert": "^3.0.27",
"@0x/types": "^3.3.3",
"@0x/typescript-typings": "^5.2.0",
"@0x/utils": "^6.4.2",
"@0x/web3-wrapper": "^7.5.2",
"@0x/utils": "^6.4.3",
"@0x/web3-wrapper": "^7.5.3",
"@ethereumjs/common": "^2.2.0",
"@ethereumjs/tx": "^3.1.3",
"@ledgerhq/hw-app-eth": "^4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/utils",
"version": "6.4.2",
"version": "6.4.3",
"engines": {
"node": ">=6.12"
},
Expand Down
8 changes: 4 additions & 4 deletions web3-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/web3-wrapper",
"version": "7.5.2",
"version": "7.5.3",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -58,10 +58,10 @@
"typescript": "4.2.2"
},
"dependencies": {
"@0x/assert": "^3.0.26",
"@0x/json-schemas": "^6.1.2",
"@0x/assert": "^3.0.27",
"@0x/json-schemas": "^6.1.3",
"@0x/typescript-typings": "^5.2.0",
"@0x/utils": "^6.4.2",
"@0x/utils": "^6.4.3",
"@types/node": "12.12.54",
"ethereum-types": "^3.5.0",
"ethereumjs-util": "^7.0.10",
Expand Down

0 comments on commit 3056524

Please sign in to comment.