Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @0x/abi-gen@5.7.3
 - @0x/assert@3.0.32
 - @0x/base-contract@6.4.6
 - @0x/contracts-gen@2.0.44
 - @0x/dev-utils@4.2.12
 - ethereum-types@3.6.1
 - @0x/json-schemas@6.4.2
 - @0x/monorepo-scripts@3.2.2
 - @0x/sol-compiler@4.7.9
 - @0x/sol-coverage@4.0.43
 - @0x/sol-doc@3.1.41
 - @0x/sol-profiler@4.1.33
 - @0x/sol-resolver@3.1.10
 - @0x/sol-trace@3.0.43
 - @0x/sol-tracing-utils@7.2.9
 - @0x/subproviders@6.6.3
 - @0x/types@3.3.5
 - @0x/typescript-typings@5.2.2
 - @0x/utils@6.5.1
 - @0x/web3-wrapper@7.6.3
  • Loading branch information
Github Actions committed Feb 26, 2022
1 parent c7ea75c commit 8433908
Show file tree
Hide file tree
Showing 20 changed files with 111 additions and 111 deletions.
26 changes: 13 additions & 13 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.7.2",
"version": "5.7.3",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -62,15 +62,15 @@
},
"homepage": "https://github.com/0xProject/tools/tree/main/abi-gen",
"dependencies": {
"@0x/types": "^3.3.4",
"@0x/typescript-typings": "^5.2.1",
"@0x/utils": "^6.5.0",
"@0x/types": "^3.3.5",
"@0x/typescript-typings": "^5.2.2",
"@0x/utils": "^6.5.1",
"@types/node": "12.12.54",
"@types/toposort": "^2.0.1",
"chalk": "^2.3.0",
"change-case": "^3.0.2",
"cli-format": "^3.0.9",
"ethereum-types": "^3.6.0",
"ethereum-types": "^3.6.1",
"glob": "^7.1.2",
"handlebars": "^4.1.2",
"lodash": "^4.17.11",
Expand All @@ -81,15 +81,15 @@
"yargs": "^10.0.3"
},
"devDependencies": {
"@0x/assert": "^3.0.31",
"@0x/base-contract": "^6.4.5",
"@0x/contracts-gen": "^2.0.43",
"@0x/dev-utils": "^4.2.11",
"@0x/json-schemas": "^6.4.1",
"@0x/sol-compiler": "^4.7.8",
"@0x/subproviders": "^6.6.2",
"@0x/assert": "^3.0.32",
"@0x/base-contract": "^6.4.6",
"@0x/contracts-gen": "^2.0.44",
"@0x/dev-utils": "^4.2.12",
"@0x/json-schemas": "^6.4.2",
"@0x/sol-compiler": "^4.7.9",
"@0x/subproviders": "^6.6.3",
"@0x/tslint-config": "^4.1.4",
"@0x/web3-wrapper": "^7.6.2",
"@0x/web3-wrapper": "^7.6.3",
"@types/glob": "5.0.35",
"@types/mkdirp": "^0.5.2",
"@types/mocha": "^5.2.7",
Expand Down
8 changes: 4 additions & 4 deletions assert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/assert",
"version": "3.0.31",
"version": "3.0.32",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -45,9 +45,9 @@
"typescript": "4.2.2"
},
"dependencies": {
"@0x/json-schemas": "^6.4.1",
"@0x/typescript-typings": "^5.2.1",
"@0x/utils": "^6.5.0",
"@0x/json-schemas": "^6.4.2",
"@0x/typescript-typings": "^5.2.2",
"@0x/utils": "^6.5.1",
"@types/node": "12.12.54",
"lodash": "^4.17.11",
"valid-url": "^1.0.9"
Expand Down
16 changes: 8 additions & 8 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.4.5",
"version": "6.4.6",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -32,13 +32,13 @@
"homepage": "https://github.com/0xProject/tools/tree/main/base-contract",
"devDependencies": {
"@0x/tslint-config": "^4.1.4",
"@0x/types": "^3.3.4",
"@0x/typescript-typings": "^5.2.1",
"@0x/types": "^3.3.5",
"@0x/typescript-typings": "^5.2.2",
"@types/lodash": "4.14.104",
"@types/mocha": "^5.2.7",
"@types/uuid": "^3.4.3",
"chai": "^4.0.1",
"ethereum-types": "^3.6.0",
"ethereum-types": "^3.6.1",
"make-promises-safe": "^1.1.0",
"mocha": "^6.2.0",
"npm-run-all": "^4.1.2",
Expand All @@ -47,10 +47,10 @@
"typescript": "4.2.2"
},
"dependencies": {
"@0x/assert": "^3.0.31",
"@0x/json-schemas": "^6.4.1",
"@0x/utils": "^6.5.0",
"@0x/web3-wrapper": "^7.6.2",
"@0x/assert": "^3.0.32",
"@0x/json-schemas": "^6.4.2",
"@0x/utils": "^6.5.1",
"@0x/web3-wrapper": "^7.6.3",
"@types/node": "12.12.54",
"ethereumjs-account": "^3.0.0",
"ethereumjs-blockstream": "^7.0.0",
Expand Down
14 changes: 7 additions & 7 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.43",
"version": "2.0.44",
"engines": {
"node": ">=6.12"
},
Expand All @@ -27,13 +27,13 @@
},
"homepage": "https://github.com/0xProject/tools/tree/main/contracts-gen",
"dependencies": {
"@0x/sol-compiler": "^4.7.8",
"@0x/sol-resolver": "^3.1.9",
"@0x/types": "^3.3.4",
"@0x/typescript-typings": "^5.2.1",
"@0x/utils": "^6.5.0",
"@0x/sol-compiler": "^4.7.9",
"@0x/sol-resolver": "^3.1.10",
"@0x/types": "^3.3.5",
"@0x/typescript-typings": "^5.2.2",
"@0x/utils": "^6.5.1",
"@types/node": "12.12.54",
"ethereum-types": "^3.6.0",
"ethereum-types": "^3.6.1",
"lodash": "^4.17.11",
"mkdirp": "^0.5.1",
"prettier": "^1.16.3",
Expand Down
14 changes: 7 additions & 7 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.11",
"version": "4.2.12",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -46,18 +46,18 @@
"typescript": "4.2.2"
},
"dependencies": {
"@0x/subproviders": "^6.6.2",
"@0x/types": "^3.3.4",
"@0x/typescript-typings": "^5.2.1",
"@0x/utils": "^6.5.0",
"@0x/web3-wrapper": "^7.6.2",
"@0x/subproviders": "^6.6.3",
"@0x/types": "^3.3.5",
"@0x/typescript-typings": "^5.2.2",
"@0x/utils": "^6.5.1",
"@0x/web3-wrapper": "^7.6.3",
"@types/node": "12.12.54",
"@types/web3-provider-engine": "^14.0.0",
"chai": "^4.0.1",
"chai-as-promised": "^7.1.0",
"chai-bignumber": "^3.0.0",
"dirty-chai": "^2.0.1",
"ethereum-types": "^3.6.0",
"ethereum-types": "^3.6.1",
"lodash": "^4.17.11",
"web3-provider-engine": "14.0.6"
},
Expand Down
2 changes: 1 addition & 1 deletion ethereum-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethereum-types",
"version": "3.6.0",
"version": "3.6.1",
"engines": {
"node": ">=6.12"
},
Expand Down
6 changes: 3 additions & 3 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.4.1",
"version": "6.4.2",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -43,15 +43,15 @@
},
"homepage": "https://github.com/0xProject/tools/tree/main/json-schemas",
"dependencies": {
"@0x/typescript-typings": "^5.2.1",
"@0x/typescript-typings": "^5.2.2",
"@types/node": "12.12.54",
"ajv": "^6.12.5",
"lodash.values": "^4.3.0"
},
"devDependencies": {
"@0x/ts-doc-gen": "^0.0.28",
"@0x/tslint-config": "^4.1.4",
"@0x/utils": "^6.5.0",
"@0x/utils": "^6.5.1",
"@types/lodash.foreach": "^4.5.3",
"@types/lodash.values": "^4.3.3",
"@types/mocha": "^5.2.7",
Expand Down
6 changes: 3 additions & 3 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.2.1",
"version": "3.2.2",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -45,8 +45,8 @@
"typescript": "4.2.2"
},
"dependencies": {
"@0x/types": "^3.3.4",
"@0x/utils": "^6.5.0",
"@0x/types": "^3.3.5",
"@0x/utils": "^6.5.1",
"@lerna/batch-packages": "^3.0.0-beta.18",
"@types/depcheck": "^0.6.0",
"@types/node": "12.12.54",
Expand Down
20 changes: 10 additions & 10 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.8",
"version": "4.7.9",
"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.11",
"@0x/dev-utils": "^4.2.12",
"@0x/ts-doc-gen": "^0.0.28",
"@0x/tslint-config": "^4.1.4",
"@types/mkdirp": "^0.5.2",
Expand Down Expand Up @@ -75,18 +75,18 @@
"zeppelin-solidity": "1.8.0"
},
"dependencies": {
"@0x/assert": "^3.0.31",
"@0x/json-schemas": "^6.4.1",
"@0x/sol-resolver": "^3.1.9",
"@0x/types": "^3.3.4",
"@0x/typescript-typings": "^5.2.1",
"@0x/utils": "^6.5.0",
"@0x/web3-wrapper": "^7.6.2",
"@0x/assert": "^3.0.32",
"@0x/json-schemas": "^6.4.2",
"@0x/sol-resolver": "^3.1.10",
"@0x/types": "^3.3.5",
"@0x/typescript-typings": "^5.2.2",
"@0x/utils": "^6.5.1",
"@0x/web3-wrapper": "^7.6.3",
"@types/node": "12.12.54",
"@types/yargs": "^11.0.0",
"chalk": "^2.3.0",
"chokidar": "^3.0.2",
"ethereum-types": "^3.6.0",
"ethereum-types": "^3.6.1",
"ethereumjs-util": "^7.1.0",
"lodash": "^4.17.11",
"mkdirp": "^0.5.1",
Expand Down
10 changes: 5 additions & 5 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.42",
"version": "4.0.43",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -33,12 +33,12 @@
},
"homepage": "https://github.com/0xProject/tools/tree/main/sol-coverage",
"dependencies": {
"@0x/sol-tracing-utils": "^7.2.8",
"@0x/subproviders": "^6.6.2",
"@0x/typescript-typings": "^5.2.1",
"@0x/sol-tracing-utils": "^7.2.9",
"@0x/subproviders": "^6.6.3",
"@0x/typescript-typings": "^5.2.2",
"@types/minimatch": "^3.0.3",
"@types/node": "12.12.54",
"ethereum-types": "^3.6.0",
"ethereum-types": "^3.6.1",
"lodash": "^4.17.11",
"minimatch": "^3.0.4",
"web3-provider-engine": "14.0.6"
Expand Down
12 changes: 6 additions & 6 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.40",
"version": "3.1.41",
"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.8",
"@0x/types": "^3.3.4",
"@0x/utils": "^6.5.0",
"@0x/sol-compiler": "^4.7.9",
"@0x/types": "^3.3.5",
"@0x/utils": "^6.5.1",
"@types/node": "12.12.54",
"ethereum-types": "^3.6.0",
"ethereum-types": "^3.6.1",
"ethereumjs-util": "^7.1.0",
"glob": "^7.1.2",
"yargs": "^10.0.3"
},
"devDependencies": {
"@0x/dev-utils": "^4.2.11",
"@0x/dev-utils": "^4.2.12",
"@0x/tslint-config": "^4.1.4",
"@types/mocha": "^5.2.7",
"chai": "^4.0.1",
Expand Down
12 changes: 6 additions & 6 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.32",
"version": "4.1.33",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -33,12 +33,12 @@
},
"homepage": "https://github.com/0xProject/tools/tree/main/sol-profiler",
"dependencies": {
"@0x/sol-tracing-utils": "^7.2.8",
"@0x/subproviders": "^6.6.2",
"@0x/typescript-typings": "^5.2.1",
"@0x/utils": "^6.5.0",
"@0x/sol-tracing-utils": "^7.2.9",
"@0x/subproviders": "^6.6.3",
"@0x/typescript-typings": "^5.2.2",
"@0x/utils": "^6.5.1",
"@types/node": "12.12.54",
"ethereum-types": "^3.6.0",
"ethereum-types": "^3.6.1",
"ethereumjs-util": "^7.1.0",
"lodash": "^4.17.11",
"web3-provider-engine": "14.0.6"
Expand Down
6 changes: 3 additions & 3 deletions sol-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/sol-resolver",
"version": "3.1.9",
"version": "3.1.10",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -31,8 +31,8 @@
"typescript": "4.2.2"
},
"dependencies": {
"@0x/types": "^3.3.4",
"@0x/typescript-typings": "^5.2.1",
"@0x/types": "^3.3.5",
"@0x/typescript-typings": "^5.2.2",
"@types/node": "12.12.54",
"lodash": "^4.17.11"
},
Expand Down
10 changes: 5 additions & 5 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.42",
"version": "3.0.43",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -33,12 +33,12 @@
},
"homepage": "https://github.com/0xProject/tools/tree/main/sol-trace",
"dependencies": {
"@0x/sol-tracing-utils": "^7.2.8",
"@0x/subproviders": "^6.6.2",
"@0x/typescript-typings": "^5.2.1",
"@0x/sol-tracing-utils": "^7.2.9",
"@0x/subproviders": "^6.6.3",
"@0x/typescript-typings": "^5.2.2",
"@types/node": "12.12.54",
"chalk": "^2.3.0",
"ethereum-types": "^3.6.0",
"ethereum-types": "^3.6.1",
"ethereumjs-util": "^7.1.0",
"lodash": "^4.17.11",
"loglevel": "^1.6.1",
Expand Down
Loading

0 comments on commit 8433908

Please sign in to comment.