Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @0x/abi-gen@5.4.0
 - @0x/assert@3.0.10
 - @0x/base-contract@6.2.4
 - @0x/contracts-gen@2.0.11
 - @0x/dev-utils@3.3.1
 - ethereum-types@3.3.0
 - @0x/json-schemas@5.2.0
 - @0x/tools-repo@1.0.55
 - @0x/sol-compiler@4.2.0
 - @0x/sol-coverage@4.0.11
 - @0x/sol-doc@3.1.9
 - @0x/sol-profiler@4.1.1
 - @0x/sol-resolver@3.1.1
 - @0x/sol-trace@3.0.11
 - @0x/sol-tracing-utils@7.1.1
 - @0x/subproviders@6.1.2
 - @0x/tslint-config@4.1.1
 - @0x/types@3.2.1
 - @0x/typescript-typings@5.1.2
 - @0x/utils@5.6.0
 - @0x/web3-wrapper@7.2.1
  • Loading branch information
merklejerk committed Oct 20, 2020
1 parent 769728d commit aa9db63
Show file tree
Hide file tree
Showing 21 changed files with 130 additions and 130 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.3.1",
"version": "5.4.0",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -62,15 +62,15 @@
},
"homepage": "https://github.com/0xProject/tools/packages/abi-gen/README.md",
"dependencies": {
"@0x/types": "^3.2.0",
"@0x/typescript-typings": "^5.1.1",
"@0x/utils": "^5.5.1",
"@0x/types": "^3.2.1",
"@0x/typescript-typings": "^5.1.2",
"@0x/utils": "^5.6.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.2.0",
"ethereum-types": "^3.3.0",
"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.9",
"@0x/base-contract": "^6.2.3",
"@0x/contracts-gen": "^2.0.10",
"@0x/dev-utils": "^3.3.0",
"@0x/json-schemas": "^5.1.0",
"@0x/sol-compiler": "^4.1.1",
"@0x/subproviders": "^6.1.1",
"@0x/tslint-config": "^4.1.0",
"@0x/web3-wrapper": "^7.2.0",
"@0x/assert": "^3.0.10",
"@0x/base-contract": "^6.2.4",
"@0x/contracts-gen": "^2.0.11",
"@0x/dev-utils": "^3.3.1",
"@0x/json-schemas": "^5.2.0",
"@0x/sol-compiler": "^4.2.0",
"@0x/subproviders": "^6.1.2",
"@0x/tslint-config": "^4.1.1",
"@0x/web3-wrapper": "^7.2.1",
"@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.9",
"version": "3.0.10",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/0xProject/tools/packages/assert/README.md",
"devDependencies": {
"@0x/tslint-config": "^4.1.0",
"@0x/tslint-config": "^4.1.1",
"@types/lodash": "4.14.104",
"@types/mocha": "^5.2.7",
"@types/valid-url": "^1.0.2",
Expand All @@ -45,9 +45,9 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/json-schemas": "^5.1.0",
"@0x/typescript-typings": "^5.1.1",
"@0x/utils": "^5.5.1",
"@0x/json-schemas": "^5.2.0",
"@0x/typescript-typings": "^5.1.2",
"@0x/utils": "^5.6.0",
"@types/node": "12.12.54",
"lodash": "^4.17.11",
"valid-url": "^1.0.9"
Expand Down
18 changes: 9 additions & 9 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.2.3",
"version": "6.2.4",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -30,14 +30,14 @@
},
"homepage": "https://github.com/0xProject/tools/packages/base-contract/README.md",
"devDependencies": {
"@0x/tslint-config": "^4.1.0",
"@0x/types": "^3.2.0",
"@0x/typescript-typings": "^5.1.1",
"@0x/tslint-config": "^4.1.1",
"@0x/types": "^3.2.1",
"@0x/typescript-typings": "^5.1.2",
"@types/lodash": "4.14.104",
"@types/mocha": "^5.2.7",
"@types/uuid": "^3.4.3",
"chai": "^4.0.1",
"ethereum-types": "^3.2.0",
"ethereum-types": "^3.3.0",
"make-promises-safe": "^1.1.0",
"mocha": "^6.2.0",
"npm-run-all": "^4.1.2",
Expand All @@ -46,10 +46,10 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/assert": "^3.0.9",
"@0x/json-schemas": "^5.1.0",
"@0x/utils": "^5.5.1",
"@0x/web3-wrapper": "^7.2.0",
"@0x/assert": "^3.0.10",
"@0x/json-schemas": "^5.2.0",
"@0x/utils": "^5.6.0",
"@0x/web3-wrapper": "^7.2.1",
"@types/node": "12.12.54",
"ethereumjs-account": "^3.0.0",
"ethereumjs-blockstream": "^7.0.0",
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.10",
"version": "2.0.11",
"engines": {
"node": ">=6.12"
},
Expand All @@ -27,20 +27,20 @@
},
"homepage": "https://github.com/0xProject/tools/packages/contracts-gen/README.md",
"dependencies": {
"@0x/sol-compiler": "^4.1.1",
"@0x/sol-resolver": "^3.1.0",
"@0x/types": "^3.2.0",
"@0x/typescript-typings": "^5.1.1",
"@0x/utils": "^5.5.1",
"@0x/sol-compiler": "^4.2.0",
"@0x/sol-resolver": "^3.1.1",
"@0x/types": "^3.2.1",
"@0x/typescript-typings": "^5.1.2",
"@0x/utils": "^5.6.0",
"@types/node": "12.12.54",
"ethereum-types": "^3.2.0",
"ethereum-types": "^3.3.0",
"lodash": "^4.17.11",
"mkdirp": "^0.5.1",
"prettier": "^1.16.3",
"to-snake-case": "^1.0.0"
},
"devDependencies": {
"@0x/tslint-config": "^4.1.0",
"@0x/tslint-config": "^4.1.1",
"@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": "3.3.0",
"version": "3.3.1",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -33,7 +33,7 @@
"homepage": "https://github.com/0xProject/tools/packages/dev-utils/README.md",
"devDependencies": {
"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^4.1.0",
"@0x/tslint-config": "^4.1.1",
"@types/lodash": "4.14.104",
"@types/mocha": "^5.2.7",
"make-promises-safe": "^1.1.0",
Expand All @@ -46,18 +46,18 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/subproviders": "^6.1.1",
"@0x/types": "^3.2.0",
"@0x/typescript-typings": "^5.1.1",
"@0x/utils": "^5.5.1",
"@0x/web3-wrapper": "^7.2.0",
"@0x/subproviders": "^6.1.2",
"@0x/types": "^3.2.1",
"@0x/typescript-typings": "^5.1.2",
"@0x/utils": "^5.6.0",
"@0x/web3-wrapper": "^7.2.1",
"@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.2.0",
"ethereum-types": "^3.3.0",
"lodash": "^4.17.11",
"web3-provider-engine": "14.0.6"
},
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.2.0",
"version": "3.3.0",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -33,7 +33,7 @@
"homepage": "https://github.com/0xProject/tools/packages/ethereum-types/README.md",
"devDependencies": {
"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^4.1.0",
"@0x/tslint-config": "^4.1.1",
"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": "5.1.0",
"version": "5.2.0",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -43,15 +43,15 @@
},
"homepage": "https://github.com/0xProject/tools/packages/json-schemas/README.md",
"dependencies": {
"@0x/typescript-typings": "^5.1.1",
"@0x/typescript-typings": "^5.1.2",
"@types/node": "12.12.54",
"jsonschema": "^1.2.0",
"lodash.values": "^4.3.0"
},
"devDependencies": {
"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^4.1.0",
"@0x/utils": "^5.5.1",
"@0x/tslint-config": "^4.1.1",
"@0x/utils": "^5.6.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,7 +1,7 @@
{
"private": true,
"name": "@0x/tools-repo",
"version": "1.0.54",
"version": "1.0.55",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -46,8 +46,8 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/types": "^3.2.0",
"@0x/utils": "^5.5.1",
"@0x/types": "^3.2.1",
"@0x/utils": "^5.6.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.1.1",
"version": "4.2.0",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -46,9 +46,9 @@
},
"homepage": "https://github.com/0xProject/tools/packages/sol-compiler/README.md",
"devDependencies": {
"@0x/dev-utils": "^3.3.0",
"@0x/dev-utils": "^3.3.1",
"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^4.1.0",
"@0x/tslint-config": "^4.1.1",
"@types/mkdirp": "^0.5.2",
"@types/mocha": "^5.2.7",
"@types/pluralize": "^0.0.29",
Expand All @@ -74,18 +74,18 @@
"zeppelin-solidity": "1.8.0"
},
"dependencies": {
"@0x/assert": "^3.0.9",
"@0x/json-schemas": "^5.1.0",
"@0x/sol-resolver": "^3.1.0",
"@0x/types": "^3.2.0",
"@0x/typescript-typings": "^5.1.1",
"@0x/utils": "^5.5.1",
"@0x/web3-wrapper": "^7.2.0",
"@0x/assert": "^3.0.10",
"@0x/json-schemas": "^5.2.0",
"@0x/sol-resolver": "^3.1.1",
"@0x/types": "^3.2.1",
"@0x/typescript-typings": "^5.1.2",
"@0x/utils": "^5.6.0",
"@0x/web3-wrapper": "^7.2.1",
"@types/node": "12.12.54",
"@types/yargs": "^11.0.0",
"chalk": "^2.3.0",
"chokidar": "^3.0.2",
"ethereum-types": "^3.2.0",
"ethereum-types": "^3.3.0",
"ethereumjs-util": "^5.1.1",
"lodash": "^4.17.11",
"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.10",
"version": "4.0.11",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -33,19 +33,19 @@
},
"homepage": "https://github.com/0xProject/tools/packages/sol-coverage/README.md",
"dependencies": {
"@0x/sol-tracing-utils": "^7.1.0",
"@0x/subproviders": "^6.1.1",
"@0x/typescript-typings": "^5.1.1",
"@0x/sol-tracing-utils": "^7.1.1",
"@0x/subproviders": "^6.1.2",
"@0x/typescript-typings": "^5.1.2",
"@types/minimatch": "^3.0.3",
"@types/node": "12.12.54",
"ethereum-types": "^3.2.0",
"ethereum-types": "^3.3.0",
"lodash": "^4.17.11",
"minimatch": "^3.0.4",
"web3-provider-engine": "14.0.6"
},
"devDependencies": {
"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^4.1.0",
"@0x/tslint-config": "^4.1.1",
"@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.8",
"version": "3.1.9",
"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.1.1",
"@0x/types": "^3.2.0",
"@0x/utils": "^5.5.1",
"@0x/sol-compiler": "^4.2.0",
"@0x/types": "^3.2.1",
"@0x/utils": "^5.6.0",
"@types/node": "12.12.54",
"ethereum-types": "^3.2.0",
"ethereum-types": "^3.3.0",
"ethereumjs-util": "^5.1.1",
"glob": "^7.1.2",
"yargs": "^10.0.3"
},
"devDependencies": {
"@0x/dev-utils": "^3.3.0",
"@0x/tslint-config": "^4.1.0",
"@0x/dev-utils": "^3.3.1",
"@0x/tslint-config": "^4.1.1",
"@types/mocha": "^5.2.7",
"chai": "^4.0.1",
"chai-as-promised": "^7.1.0",
Expand Down
Loading

0 comments on commit aa9db63

Please sign in to comment.