Skip to content

Commit 8be1949

Browse files
author
Github Actions
committed
Publish
- @0x/abi-gen@5.7.0 - @0x/base-contract@6.4.4 - @0x/contracts-gen@2.0.42 - @0x/sol-compiler@4.7.7 - @0x/sol-coverage@4.0.41 - @0x/sol-doc@3.1.39 - @0x/sol-profiler@4.1.31 - @0x/sol-trace@3.0.41 - @0x/sol-tracing-utils@7.2.7
1 parent 99cdf72 commit 8be1949

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

abi-gen/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/abi-gen",
3-
"version": "5.6.3",
3+
"version": "5.7.0",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -82,11 +82,11 @@
8282
},
8383
"devDependencies": {
8484
"@0x/assert": "^3.0.30",
85-
"@0x/base-contract": "^6.4.3",
86-
"@0x/contracts-gen": "^2.0.41",
85+
"@0x/base-contract": "^6.4.4",
86+
"@0x/contracts-gen": "^2.0.42",
8787
"@0x/dev-utils": "^4.2.10",
8888
"@0x/json-schemas": "^6.4.0",
89-
"@0x/sol-compiler": "^4.7.6",
89+
"@0x/sol-compiler": "^4.7.7",
9090
"@0x/subproviders": "^6.6.1",
9191
"@0x/tslint-config": "^4.1.4",
9292
"@0x/web3-wrapper": "^7.6.1",

base-contract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/base-contract",
3-
"version": "6.4.3",
3+
"version": "6.4.4",
44
"engines": {
55
"node": ">=6.12"
66
},

contracts-gen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-gen",
3-
"version": "2.0.41",
3+
"version": "2.0.42",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -27,7 +27,7 @@
2727
},
2828
"homepage": "https://github.com/0xProject/tools/tree/main/contracts-gen",
2929
"dependencies": {
30-
"@0x/sol-compiler": "^4.7.6",
30+
"@0x/sol-compiler": "^4.7.7",
3131
"@0x/sol-resolver": "^3.1.9",
3232
"@0x/types": "^3.3.4",
3333
"@0x/typescript-typings": "^5.2.1",

sol-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/sol-compiler",
3-
"version": "4.7.6",
3+
"version": "4.7.7",
44
"engines": {
55
"node": ">=6.12"
66
},

sol-coverage/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/sol-coverage",
3-
"version": "4.0.40",
3+
"version": "4.0.41",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -33,7 +33,7 @@
3333
},
3434
"homepage": "https://github.com/0xProject/tools/tree/main/sol-coverage",
3535
"dependencies": {
36-
"@0x/sol-tracing-utils": "^7.2.6",
36+
"@0x/sol-tracing-utils": "^7.2.7",
3737
"@0x/subproviders": "^6.6.1",
3838
"@0x/typescript-typings": "^5.2.1",
3939
"@types/minimatch": "^3.0.3",

sol-doc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/sol-doc",
3-
"version": "3.1.38",
3+
"version": "3.1.39",
44
"description": "Solidity documentation generator",
55
"main": "lib/src/index.js",
66
"types": "lib/src/index.d.js",
@@ -32,7 +32,7 @@
3232
"author": "F. Eugene Aumson",
3333
"license": "Apache-2.0",
3434
"dependencies": {
35-
"@0x/sol-compiler": "^4.7.6",
35+
"@0x/sol-compiler": "^4.7.7",
3636
"@0x/types": "^3.3.4",
3737
"@0x/utils": "^6.4.4",
3838
"@types/node": "12.12.54",

sol-profiler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/sol-profiler",
3-
"version": "4.1.30",
3+
"version": "4.1.31",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -33,7 +33,7 @@
3333
},
3434
"homepage": "https://github.com/0xProject/tools/tree/main/sol-profiler",
3535
"dependencies": {
36-
"@0x/sol-tracing-utils": "^7.2.6",
36+
"@0x/sol-tracing-utils": "^7.2.7",
3737
"@0x/subproviders": "^6.6.1",
3838
"@0x/typescript-typings": "^5.2.1",
3939
"@0x/utils": "^6.4.4",

sol-trace/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/sol-trace",
3-
"version": "3.0.40",
3+
"version": "3.0.41",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -33,7 +33,7 @@
3333
},
3434
"homepage": "https://github.com/0xProject/tools/tree/main/sol-trace",
3535
"dependencies": {
36-
"@0x/sol-tracing-utils": "^7.2.6",
36+
"@0x/sol-tracing-utils": "^7.2.7",
3737
"@0x/subproviders": "^6.6.1",
3838
"@0x/typescript-typings": "^5.2.1",
3939
"@types/node": "12.12.54",

sol-tracing-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/sol-tracing-utils",
3-
"version": "7.2.6",
3+
"version": "7.2.7",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -39,7 +39,7 @@
3939
"homepage": "https://github.com/0xProject/tools/tree/main/sol-tracing-utils",
4040
"dependencies": {
4141
"@0x/dev-utils": "^4.2.10",
42-
"@0x/sol-compiler": "^4.7.6",
42+
"@0x/sol-compiler": "^4.7.7",
4343
"@0x/sol-resolver": "^3.1.9",
4444
"@0x/subproviders": "^6.6.1",
4545
"@0x/typescript-typings": "^5.2.1",

0 commit comments

Comments
 (0)