Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dekz committed Aug 18, 2022
1 parent ae6753a commit aad2bd4
Show file tree
Hide file tree
Showing 21 changed files with 132 additions and 132 deletions.
28 changes: 14 additions & 14 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.0",
"version": "5.8.1",
"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.6",
"@0x/typescript-typings": "^5.3.1",
"@0x/utils": "^6.5.3",
"@0x/types": "^3.3.7",
"@0x/typescript-typings": "^5.3.2",
"@0x/utils": "^7.0.0",
"@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.7.0",
"ethereum-types": "^3.7.1",
"glob": "^7.1.2",
"handlebars": "^4.1.2",
"lodash": "^4.17.21",
Expand All @@ -81,15 +81,15 @@
"yargs": "^17.5.1"
},
"devDependencies": {
"@0x/assert": "^3.0.34",
"@0x/base-contract": "^6.5.0",
"@0x/contracts-gen": "^2.0.46",
"@0x/dev-utils": "^4.2.14",
"@0x/json-schemas": "^6.4.4",
"@0x/sol-compiler": "^4.8.1",
"@0x/subproviders": "^6.6.5",
"@0x/tslint-config": "^4.1.4",
"@0x/web3-wrapper": "^7.6.5",
"@0x/assert": "^3.0.35",
"@0x/base-contract": "^7.0.0",
"@0x/contracts-gen": "^2.0.47",
"@0x/dev-utils": "^5.0.0",
"@0x/json-schemas": "^6.4.5",
"@0x/sol-compiler": "^4.8.2",
"@0x/subproviders": "^7.0.0",
"@0x/tslint-config": "^4.1.5",
"@0x/web3-wrapper": "^8.0.0",
"@types/glob": "5.0.35",
"@types/mkdirp": "^0.5.2",
"@types/mocha": "^5.2.7",
Expand Down
10 changes: 5 additions & 5 deletions assert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/assert",
"version": "3.0.34",
"version": "3.0.35",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/0xProject/tools/tree/main/assert",
"devDependencies": {
"@0x/tslint-config": "^4.1.4",
"@0x/tslint-config": "^4.1.5",
"@types/lodash": "4.14.104",
"@types/mocha": "^5.2.7",
"@types/valid-url": "^1.0.2",
Expand All @@ -45,9 +45,9 @@
"typescript": "4.2.2"
},
"dependencies": {
"@0x/json-schemas": "^6.4.4",
"@0x/typescript-typings": "^5.3.1",
"@0x/utils": "^6.5.3",
"@0x/json-schemas": "^6.4.5",
"@0x/typescript-typings": "^5.3.2",
"@0x/utils": "^7.0.0",
"@types/node": "12.12.54",
"lodash": "^4.17.21",
"valid-url": "^1.0.9"
Expand Down
20 changes: 10 additions & 10 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.5.0",
"version": "7.0.0",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -31,14 +31,14 @@
},
"homepage": "https://github.com/0xProject/tools/tree/main/base-contract",
"devDependencies": {
"@0x/tslint-config": "^4.1.4",
"@0x/types": "^3.3.6",
"@0x/typescript-typings": "^5.3.1",
"@0x/tslint-config": "^4.1.5",
"@0x/types": "^3.3.7",
"@0x/typescript-typings": "^5.3.2",
"@types/lodash": "4.14.104",
"@types/mocha": "^5.2.7",
"@types/uuid": "^3.4.3",
"chai": "^4.0.1",
"ethereum-types": "^3.7.0",
"ethereum-types": "^3.7.1",
"make-promises-safe": "^1.1.0",
"mocha": "^6.2.0",
"npm-run-all": "^4.1.2",
Expand All @@ -47,14 +47,14 @@
"typescript": "4.2.2"
},
"dependencies": {
"@0x/assert": "^3.0.34",
"@0x/json-schemas": "^6.4.4",
"@0x/utils": "^6.5.3",
"@0x/web3-wrapper": "^7.6.5",
"@0x/assert": "^3.0.35",
"@0x/json-schemas": "^6.4.5",
"@0x/utils": "^7.0.0",
"@0x/web3-wrapper": "^8.0.0",
"@ethereumjs/vm": "^5.9.3",
"@types/node": "12.12.54",
"ethereumjs-blockstream": "^7.0.0",
"ethereumjs-util": "^7.1.5",
"@ethereumjs/vm": "^5.9.3",
"ethers": "~4.0.4",
"js-sha3": "^0.7.0",
"uuid": "^3.3.2"
Expand Down
16 changes: 8 additions & 8 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.46",
"version": "2.0.47",
"engines": {
"node": ">=6.12"
},
Expand All @@ -27,20 +27,20 @@
},
"homepage": "https://github.com/0xProject/tools/tree/main/contracts-gen",
"dependencies": {
"@0x/sol-compiler": "^4.8.1",
"@0x/sol-resolver": "^3.1.12",
"@0x/types": "^3.3.6",
"@0x/typescript-typings": "^5.3.1",
"@0x/utils": "^6.5.3",
"@0x/sol-compiler": "^4.8.2",
"@0x/sol-resolver": "^3.1.13",
"@0x/types": "^3.3.7",
"@0x/typescript-typings": "^5.3.2",
"@0x/utils": "^7.0.0",
"@types/node": "12.12.54",
"ethereum-types": "^3.7.0",
"ethereum-types": "^3.7.1",
"lodash": "^4.17.21",
"mkdirp": "^0.5.1",
"prettier": "^1.16.3",
"to-snake-case": "^1.0.0"
},
"devDependencies": {
"@0x/tslint-config": "^4.1.4",
"@0x/tslint-config": "^4.1.5",
"@types/mkdirp": "^0.5.2",
"@types/prettier": "^1.15.2",
"shx": "^0.2.2",
Expand Down
16 changes: 8 additions & 8 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.14",
"version": "5.0.0",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -33,7 +33,7 @@
"homepage": "https://github.com/0xProject/tools/tree/main/dev-utils",
"devDependencies": {
"@0x/ts-doc-gen": "^0.0.28",
"@0x/tslint-config": "^4.1.4",
"@0x/tslint-config": "^4.1.5",
"@types/lodash": "4.14.104",
"@types/mocha": "^5.2.7",
"make-promises-safe": "^1.1.0",
Expand All @@ -46,18 +46,18 @@
"typescript": "4.2.2"
},
"dependencies": {
"@0x/subproviders": "^6.6.5",
"@0x/types": "^3.3.6",
"@0x/typescript-typings": "^5.3.1",
"@0x/utils": "^6.5.3",
"@0x/web3-wrapper": "^7.6.5",
"@0x/subproviders": "^7.0.0",
"@0x/types": "^3.3.7",
"@0x/typescript-typings": "^5.3.2",
"@0x/utils": "^7.0.0",
"@0x/web3-wrapper": "^8.0.0",
"@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.7.0",
"ethereum-types": "^3.7.1",
"lodash": "^4.17.21",
"web3-provider-engine": "16.0.4"
},
Expand Down
4 changes: 2 additions & 2 deletions ethereum-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethereum-types",
"version": "3.7.0",
"version": "3.7.1",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -33,7 +33,7 @@
"homepage": "https://github.com/0xProject/tools/tree/main/ethereum-types",
"devDependencies": {
"@0x/ts-doc-gen": "^0.0.28",
"@0x/tslint-config": "^4.1.4",
"@0x/tslint-config": "^4.1.5",
"make-promises-safe": "^1.1.0",
"shx": "^0.2.2",
"tslint": "5.11.0",
Expand Down
8 changes: 4 additions & 4 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.4",
"version": "6.4.5",
"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.3.1",
"@0x/typescript-typings": "^5.3.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.3",
"@0x/tslint-config": "^4.1.5",
"@0x/utils": "^7.0.0",
"@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.4",
"version": "3.2.5",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -45,8 +45,8 @@
"typescript": "4.2.2"
},
"dependencies": {
"@0x/types": "^3.3.6",
"@0x/utils": "^6.5.3",
"@0x/types": "^3.3.7",
"@0x/utils": "^7.0.0",
"@lerna/batch-packages": "^3.0.0-beta.18",
"@types/depcheck": "^0.6.0",
"@types/node": "12.12.54",
Expand Down
22 changes: 11 additions & 11 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.1",
"version": "4.8.2",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -46,9 +46,9 @@
},
"homepage": "https://github.com/0xProject/tools/tree/main/sol-compiler",
"devDependencies": {
"@0x/dev-utils": "^4.2.14",
"@0x/dev-utils": "^5.0.0",
"@0x/ts-doc-gen": "^0.0.28",
"@0x/tslint-config": "^4.1.4",
"@0x/tslint-config": "^4.1.5",
"@types/mkdirp": "^0.5.2",
"@types/mocha": "^5.2.7",
"@types/pluralize": "^0.0.29",
Expand All @@ -75,18 +75,18 @@
"zeppelin-solidity": "1.8.0"
},
"dependencies": {
"@0x/assert": "^3.0.34",
"@0x/json-schemas": "^6.4.4",
"@0x/sol-resolver": "^3.1.12",
"@0x/types": "^3.3.6",
"@0x/typescript-typings": "^5.3.1",
"@0x/utils": "^6.5.3",
"@0x/web3-wrapper": "^7.6.5",
"@0x/assert": "^3.0.35",
"@0x/json-schemas": "^6.4.5",
"@0x/sol-resolver": "^3.1.13",
"@0x/types": "^3.3.7",
"@0x/typescript-typings": "^5.3.2",
"@0x/utils": "^7.0.0",
"@0x/web3-wrapper": "^8.0.0",
"@types/node": "12.12.54",
"@types/yargs": "^11.0.0",
"chalk": "^2.3.0",
"chokidar": "^3.0.2",
"ethereum-types": "^3.7.0",
"ethereum-types": "^3.7.1",
"ethereumjs-util": "^7.1.5",
"lodash": "^4.17.21",
"mkdirp": "^0.5.1",
Expand Down
12 changes: 6 additions & 6 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.45",
"version": "4.0.46",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -33,19 +33,19 @@
},
"homepage": "https://github.com/0xProject/tools/tree/main/sol-coverage",
"dependencies": {
"@0x/sol-tracing-utils": "^7.3.1",
"@0x/subproviders": "^6.6.5",
"@0x/typescript-typings": "^5.3.1",
"@0x/sol-tracing-utils": "^7.3.2",
"@0x/subproviders": "^7.0.0",
"@0x/typescript-typings": "^5.3.2",
"@types/minimatch": "^3.0.3",
"@types/node": "12.12.54",
"ethereum-types": "^3.7.0",
"ethereum-types": "^3.7.1",
"lodash": "^4.17.21",
"minimatch": "^3.0.4",
"web3-provider-engine": "16.0.4"
},
"devDependencies": {
"@0x/ts-doc-gen": "^0.0.28",
"@0x/tslint-config": "^4.1.4",
"@0x/tslint-config": "^4.1.5",
"@types/web3-provider-engine": "^14.0.0",
"npm-run-all": "^4.1.2",
"nyc": "^11.0.1",
Expand Down
14 changes: 7 additions & 7 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.43",
"version": "3.1.44",
"description": "Solidity documentation generator",
"main": "lib/src/index.js",
"types": "lib/src/index.d.js",
Expand Down Expand Up @@ -32,18 +32,18 @@
"author": "F. Eugene Aumson",
"license": "Apache-2.0",
"dependencies": {
"@0x/sol-compiler": "^4.8.1",
"@0x/types": "^3.3.6",
"@0x/utils": "^6.5.3",
"@0x/sol-compiler": "^4.8.2",
"@0x/types": "^3.3.7",
"@0x/utils": "^7.0.0",
"@types/node": "12.12.54",
"ethereum-types": "^3.7.0",
"ethereum-types": "^3.7.1",
"ethereumjs-util": "^7.1.5",
"glob": "^7.1.2",
"yargs": "^17.5.1"
},
"devDependencies": {
"@0x/dev-utils": "^4.2.14",
"@0x/tslint-config": "^4.1.4",
"@0x/dev-utils": "^5.0.0",
"@0x/tslint-config": "^4.1.5",
"@types/mocha": "^5.2.7",
"chai": "^4.0.1",
"chai-as-promised": "^7.1.0",
Expand Down
Loading

0 comments on commit aad2bd4

Please sign in to comment.