Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @0x/abi-gen@5.8.3
 - @0x/contracts-gen@2.0.49
 - @0x/dev-utils@5.0.1
 - @0x/monorepo-scripts@3.2.7
 - @0x/sol-compiler@4.8.3
 - @0x/sol-coverage@4.0.47
 - @0x/sol-doc@3.1.45
 - @0x/sol-profiler@4.1.37
 - @0x/sol-trace@3.0.47
 - @0x/sol-tracing-utils@7.3.3
 - @0x/subproviders@7.0.1
  • Loading branch information
Github Actions committed Jan 26, 2023
1 parent d6e3f73 commit 8c79268
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 29 deletions.
10 changes: 5 additions & 5 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.8.2",
"version": "5.8.3",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -83,11 +83,11 @@
"devDependencies": {
"@0x/assert": "^3.0.35",
"@0x/base-contract": "^7.0.0",
"@0x/contracts-gen": "^2.0.48",
"@0x/dev-utils": "^5.0.0",
"@0x/contracts-gen": "^2.0.49",
"@0x/dev-utils": "^5.0.1",
"@0x/json-schemas": "^6.4.5",
"@0x/sol-compiler": "^4.8.2",
"@0x/subproviders": "^7.0.0",
"@0x/sol-compiler": "^4.8.3",
"@0x/subproviders": "^7.0.1",
"@0x/tslint-config": "^4.1.5",
"@0x/web3-wrapper": "^8.0.0",
"@types/glob": "5.0.35",
Expand Down
4 changes: 2 additions & 2 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.48",
"version": "2.0.49",
"engines": {
"node": ">=6.12"
},
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/0xProject/tools/tree/main/contracts-gen",
"dependencies": {
"@0x/sol-compiler": "^4.8.2",
"@0x/sol-compiler": "^4.8.3",
"@0x/sol-resolver": "^3.1.13",
"@0x/types": "^3.3.7",
"@0x/typescript-typings": "^5.3.2",
Expand Down
4 changes: 2 additions & 2 deletions dev-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/dev-utils",
"version": "5.0.0",
"version": "5.0.1",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -46,7 +46,7 @@
"typescript": "4.2.2"
},
"dependencies": {
"@0x/subproviders": "^7.0.0",
"@0x/subproviders": "^7.0.1",
"@0x/types": "^3.3.7",
"@0x/typescript-typings": "^5.3.2",
"@0x/utils": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion monorepo-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/monorepo-scripts",
"version": "3.2.6",
"version": "3.2.7",
"engines": {
"node": ">=6.12"
},
Expand Down
4 changes: 2 additions & 2 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.8.2",
"version": "4.8.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": "^5.0.0",
"@0x/dev-utils": "^5.0.1",
"@0x/ts-doc-gen": "^0.0.28",
"@0x/tslint-config": "^4.1.5",
"@types/mkdirp": "^0.5.2",
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.46",
"version": "4.0.47",
"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.3.2",
"@0x/subproviders": "^7.0.0",
"@0x/sol-tracing-utils": "^7.3.3",
"@0x/subproviders": "^7.0.1",
"@0x/typescript-typings": "^5.3.2",
"@types/minimatch": "^3.0.3",
"@types/node": "12.12.54",
Expand Down
6 changes: 3 additions & 3 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.44",
"version": "3.1.45",
"description": "Solidity documentation generator",
"main": "lib/src/index.js",
"types": "lib/src/index.d.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"author": "F. Eugene Aumson",
"license": "Apache-2.0",
"dependencies": {
"@0x/sol-compiler": "^4.8.2",
"@0x/sol-compiler": "^4.8.3",
"@0x/types": "^3.3.7",
"@0x/utils": "^7.0.0",
"@types/node": "12.12.54",
Expand All @@ -42,7 +42,7 @@
"yargs": "^17.5.1"
},
"devDependencies": {
"@0x/dev-utils": "^5.0.0",
"@0x/dev-utils": "^5.0.1",
"@0x/tslint-config": "^4.1.5",
"@types/mocha": "^5.2.7",
"chai": "^4.0.1",
Expand Down
6 changes: 3 additions & 3 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.36",
"version": "4.1.37",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -33,8 +33,8 @@
},
"homepage": "https://github.com/0xProject/tools/tree/main/sol-profiler",
"dependencies": {
"@0x/sol-tracing-utils": "^7.3.2",
"@0x/subproviders": "^7.0.0",
"@0x/sol-tracing-utils": "^7.3.3",
"@0x/subproviders": "^7.0.1",
"@0x/typescript-typings": "^5.3.2",
"@0x/utils": "^7.0.0",
"@types/node": "12.12.54",
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.46",
"version": "3.0.47",
"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.3.2",
"@0x/subproviders": "^7.0.0",
"@0x/sol-tracing-utils": "^7.3.3",
"@0x/subproviders": "^7.0.1",
"@0x/typescript-typings": "^5.3.2",
"@types/node": "12.12.54",
"chalk": "^2.3.0",
Expand Down
8 changes: 4 additions & 4 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.3.2",
"version": "7.3.3",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -38,10 +38,10 @@
},
"homepage": "https://github.com/0xProject/tools/tree/main/sol-tracing-utils",
"dependencies": {
"@0x/dev-utils": "^5.0.0",
"@0x/sol-compiler": "^4.8.2",
"@0x/dev-utils": "^5.0.1",
"@0x/sol-compiler": "^4.8.3",
"@0x/sol-resolver": "^3.1.13",
"@0x/subproviders": "^7.0.0",
"@0x/subproviders": "^7.0.1",
"@0x/typescript-typings": "^5.3.2",
"@0x/utils": "^7.0.0",
"@0x/web3-wrapper": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion subproviders/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/subproviders",
"version": "7.0.0",
"version": "7.0.1",
"engines": {
"node": ">=12.0.0"
},
Expand Down

0 comments on commit 8c79268

Please sign in to comment.