Publish
- @0x/contracts-asset-proxy@3.0.0 - @0x/contracts-coordinator@3.0.0 - @0x/contracts-dev-utils@1.0.0 - @0x/contracts-erc1155@2.0.0 - @0x/contracts-erc20-bridge-sampler@1.0.0 - @0x/contracts-erc20@3.0.0 - @0x/contracts-erc721@3.0.0 - @0x/contracts-exchange-forwarder@4.0.0 - @0x/contracts-exchange-libs@4.0.0 - @0x/contracts-exchange@3.0.0 - @0x/contracts-extensions@5.0.0 - @0x/contracts-integrations@2.0.0 - @0x/contracts-multisig@4.0.0 - @0x/contracts-staking@2.0.0 - @0x/contracts-test-utils@4.0.0 - @0x/contracts-tests@0.0.6 - @0x/contracts-utils@4.0.0 - 0x.js@9.0.0 - @0x/abi-gen@5.0.0 - @0x/assert@3.0.0 - @0x/asset-swapper@3.0.0 - @0x/base-contract@6.0.0 - @0x/connect@6.0.0 - @0x/contract-addresses@4.0.0 - @0x/contract-artifacts@3.0.0 - @0x/contract-wrappers-test@12.2.1 - @0x/contract-wrappers@13.0.0 - @0x/contracts-gen@2.0.0 - @0x/dev-utils@3.0.0 - ethereum-types@3.0.0 - @0x/instant@1.0.37 - @0x/json-schemas@5.0.0 - @0x/migrations@5.0.0 - @0x/monorepo-scripts@1.0.43 - @0x/order-utils@9.0.0 - @0x/orderbook@1.0.0 - @0x/sol-compiler@4.0.0 - @0x/sol-coverage@4.0.0 - @0x/sol-doc@3.0.0 - @0x/sol-profiler@4.0.0 - @0x/sol-resolver@3.0.0 - @0x/sol-trace@3.0.0 - @0x/sol-tracing-utils@7.0.0 - @0x/sra-spec@3.0.0 - @0x/subproviders@6.0.0 - @0x/tslint-config@4.0.0 - @0x/types@3.0.0 - @0x/typescript-typings@5.0.0 - @0x/utils@5.0.0 - @0x/web3-wrapper@7.0.0
This commit is contained in:
parent
ae4b1e74f9
commit
761d0a0f18
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-asset-proxy",
|
||||
"version": "2.3.0-beta.4",
|
||||
"version": "3.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -52,15 +52,15 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^4.4.0-beta.4",
|
||||
"@0x/contracts-gen": "^1.1.0-beta.4",
|
||||
"@0x/contracts-test-utils": "^3.2.0-beta.4",
|
||||
"@0x/contracts-utils": "^3.3.0-beta.4",
|
||||
"@0x/dev-utils": "^2.4.0-beta.4",
|
||||
"@0x/sol-compiler": "^3.2.0-beta.4",
|
||||
"@0x/abi-gen": "^5.0.0",
|
||||
"@0x/contracts-gen": "^2.0.0",
|
||||
"@0x/contracts-test-utils": "^4.0.0",
|
||||
"@0x/contracts-utils": "^4.0.0",
|
||||
"@0x/dev-utils": "^3.0.0",
|
||||
"@0x/sol-compiler": "^4.0.0",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@types/lodash": "4.14.104",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"@types/node": "*",
|
||||
@ -80,16 +80,16 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^5.5.0-beta.4",
|
||||
"@0x/contracts-dev-utils": "^0.1.0-beta.4",
|
||||
"@0x/contracts-erc1155": "^1.2.0-beta.4",
|
||||
"@0x/contracts-erc20": "^2.3.0-beta.4",
|
||||
"@0x/contracts-erc721": "^2.2.0-beta.4",
|
||||
"@0x/order-utils": "^8.5.0-beta.4",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"@0x/web3-wrapper": "^6.1.0-beta.3",
|
||||
"ethereum-types": "^2.2.0-beta.2",
|
||||
"@0x/base-contract": "^6.0.0",
|
||||
"@0x/contracts-dev-utils": "^1.0.0",
|
||||
"@0x/contracts-erc1155": "^2.0.0",
|
||||
"@0x/contracts-erc20": "^3.0.0",
|
||||
"@0x/contracts-erc721": "^3.0.0",
|
||||
"@0x/order-utils": "^9.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.0",
|
||||
"ethereum-types": "^3.0.0",
|
||||
"lodash": "^4.17.11"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-coordinator",
|
||||
"version": "2.1.0-beta.4",
|
||||
"version": "3.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -52,19 +52,19 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^4.4.0-beta.4",
|
||||
"@0x/contracts-asset-proxy": "^2.3.0-beta.4",
|
||||
"@0x/contracts-dev-utils": "^0.1.0-beta.4",
|
||||
"@0x/contracts-erc20": "^2.3.0-beta.4",
|
||||
"@0x/contracts-exchange": "^2.2.0-beta.4",
|
||||
"@0x/contracts-gen": "^1.1.0-beta.4",
|
||||
"@0x/contracts-test-utils": "^3.2.0-beta.4",
|
||||
"@0x/dev-utils": "^2.4.0-beta.4",
|
||||
"@0x/order-utils": "^8.5.0-beta.4",
|
||||
"@0x/sol-compiler": "^3.2.0-beta.4",
|
||||
"@0x/abi-gen": "^5.0.0",
|
||||
"@0x/contracts-asset-proxy": "^3.0.0",
|
||||
"@0x/contracts-dev-utils": "^1.0.0",
|
||||
"@0x/contracts-erc20": "^3.0.0",
|
||||
"@0x/contracts-exchange": "^3.0.0",
|
||||
"@0x/contracts-gen": "^2.0.0",
|
||||
"@0x/contracts-test-utils": "^4.0.0",
|
||||
"@0x/dev-utils": "^3.0.0",
|
||||
"@0x/order-utils": "^9.0.0",
|
||||
"@0x/sol-compiler": "^4.0.0",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/web3-wrapper": "^6.1.0-beta.3",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.0",
|
||||
"@types/lodash": "4.14.104",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"@types/node": "*",
|
||||
@ -84,15 +84,15 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/assert": "^2.2.0-beta.3",
|
||||
"@0x/base-contract": "^5.5.0-beta.4",
|
||||
"@0x/contract-addresses": "^3.3.0-beta.5",
|
||||
"@0x/contracts-utils": "^3.3.0-beta.4",
|
||||
"@0x/json-schemas": "^4.1.0-beta.3",
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"ethereum-types": "^2.2.0-beta.2",
|
||||
"@0x/assert": "^3.0.0",
|
||||
"@0x/base-contract": "^6.0.0",
|
||||
"@0x/contract-addresses": "^4.0.0",
|
||||
"@0x/contracts-utils": "^4.0.0",
|
||||
"@0x/json-schemas": "^5.0.0",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"ethereum-types": "^3.0.0",
|
||||
"http-status-codes": "^1.3.2"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-dev-utils",
|
||||
"version": "0.1.0-beta.4",
|
||||
"version": "1.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -41,14 +41,14 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/dev-utils/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^4.4.0-beta.4",
|
||||
"@0x/assert": "^2.2.0-beta.3",
|
||||
"@0x/contracts-gen": "^1.1.0-beta.4",
|
||||
"@0x/sol-compiler": "^3.2.0-beta.4",
|
||||
"@0x/abi-gen": "^5.0.0",
|
||||
"@0x/assert": "^3.0.0",
|
||||
"@0x/contracts-gen": "^2.0.0",
|
||||
"@0x/sol-compiler": "^4.0.0",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@types/node": "*",
|
||||
"ethereum-types": "^2.2.0-beta.2",
|
||||
"ethereum-types": "^3.0.0",
|
||||
"ethers": "~4.0.4",
|
||||
"npm-run-all": "^4.1.2",
|
||||
"shx": "^0.2.2",
|
||||
@ -59,7 +59,7 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^5.5.0-beta.4"
|
||||
"@0x/base-contract": "^6.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-erc1155",
|
||||
"version": "1.2.0-beta.4",
|
||||
"version": "2.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -52,15 +52,15 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^4.4.0-beta.4",
|
||||
"@0x/contracts-gen": "^1.1.0-beta.4",
|
||||
"@0x/contracts-utils": "^3.3.0-beta.4",
|
||||
"@0x/dev-utils": "^2.4.0-beta.4",
|
||||
"@0x/sol-compiler": "^3.2.0-beta.4",
|
||||
"@0x/abi-gen": "^5.0.0",
|
||||
"@0x/contracts-gen": "^2.0.0",
|
||||
"@0x/contracts-utils": "^4.0.0",
|
||||
"@0x/dev-utils": "^3.0.0",
|
||||
"@0x/sol-compiler": "^4.0.0",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@types/lodash": "4.14.104",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"@types/node": "*",
|
||||
@ -68,7 +68,7 @@
|
||||
"chai-as-promised": "^7.1.0",
|
||||
"chai-bignumber": "^3.0.0",
|
||||
"dirty-chai": "^2.0.1",
|
||||
"ethereum-types": "^2.2.0-beta.2",
|
||||
"ethereum-types": "^3.0.0",
|
||||
"make-promises-safe": "^1.1.0",
|
||||
"mocha": "^6.2.0",
|
||||
"npm-run-all": "^4.1.2",
|
||||
@ -80,10 +80,10 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^5.5.0-beta.4",
|
||||
"@0x/contracts-test-utils": "^3.2.0-beta.4",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"@0x/web3-wrapper": "^6.1.0-beta.3",
|
||||
"@0x/base-contract": "^6.0.0",
|
||||
"@0x/contracts-test-utils": "^4.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.0",
|
||||
"lodash": "^4.17.11"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-erc20-bridge-sampler",
|
||||
"version": "1.0.0-beta.2",
|
||||
"version": "1.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -50,18 +50,18 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^4.4.0-beta.4",
|
||||
"@0x/contracts-asset-proxy": "^2.3.0-beta.4",
|
||||
"@0x/contracts-erc20": "^2.3.0-beta.4",
|
||||
"@0x/contracts-exchange": "^2.2.0-beta.4",
|
||||
"@0x/contracts-exchange-libs": "^3.1.0-beta.4",
|
||||
"@0x/contracts-gen": "^1.1.0-beta.4",
|
||||
"@0x/contracts-test-utils": "^3.2.0-beta.4",
|
||||
"@0x/contracts-utils": "^3.3.0-beta.4",
|
||||
"@0x/dev-utils": "^2.4.0-beta.4",
|
||||
"@0x/sol-compiler": "^3.2.0-beta.4",
|
||||
"@0x/tslint-config": "^3.1.0-beta.1",
|
||||
"@0x/web3-wrapper": "^6.1.0-beta.3",
|
||||
"@0x/abi-gen": "^5.0.0",
|
||||
"@0x/contracts-asset-proxy": "^3.0.0",
|
||||
"@0x/contracts-erc20": "^3.0.0",
|
||||
"@0x/contracts-exchange": "^3.0.0",
|
||||
"@0x/contracts-exchange-libs": "^4.0.0",
|
||||
"@0x/contracts-gen": "^2.0.0",
|
||||
"@0x/contracts-test-utils": "^4.0.0",
|
||||
"@0x/contracts-utils": "^4.0.0",
|
||||
"@0x/dev-utils": "^3.0.0",
|
||||
"@0x/sol-compiler": "^4.0.0",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.0",
|
||||
"@types/lodash": "4.14.104",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"@types/node": "*",
|
||||
@ -79,11 +79,11 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^5.5.0-beta.4",
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.1",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"ethereum-types": "^2.2.0-beta.1",
|
||||
"@0x/base-contract": "^6.0.0",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"ethereum-types": "^3.0.0",
|
||||
"lodash": "^4.17.11"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-erc20",
|
||||
"version": "2.3.0-beta.4",
|
||||
"version": "3.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -51,18 +51,18 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^4.4.0-beta.4",
|
||||
"@0x/contracts-gen": "^1.1.0-beta.4",
|
||||
"@0x/contracts-test-utils": "^3.2.0-beta.4",
|
||||
"@0x/contracts-utils": "^3.3.0-beta.4",
|
||||
"@0x/dev-utils": "^2.4.0-beta.4",
|
||||
"@0x/sol-compiler": "^3.2.0-beta.4",
|
||||
"@0x/abi-gen": "^5.0.0",
|
||||
"@0x/contracts-gen": "^2.0.0",
|
||||
"@0x/contracts-test-utils": "^4.0.0",
|
||||
"@0x/contracts-utils": "^4.0.0",
|
||||
"@0x/dev-utils": "^3.0.0",
|
||||
"@0x/sol-compiler": "^4.0.0",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"@0x/web3-wrapper": "^6.1.0-beta.3",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.0",
|
||||
"@types/lodash": "4.14.104",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"@types/node": "*",
|
||||
@ -70,7 +70,7 @@
|
||||
"chai-as-promised": "^7.1.0",
|
||||
"chai-bignumber": "^3.0.0",
|
||||
"dirty-chai": "^2.0.1",
|
||||
"ethereum-types": "^2.2.0-beta.2",
|
||||
"ethereum-types": "^3.0.0",
|
||||
"lodash": "^4.17.11",
|
||||
"make-promises-safe": "^1.1.0",
|
||||
"mocha": "^6.2.0",
|
||||
@ -82,7 +82,7 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^5.5.0-beta.4"
|
||||
"@0x/base-contract": "^6.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-erc721",
|
||||
"version": "2.2.0-beta.4",
|
||||
"version": "3.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -52,18 +52,18 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^4.4.0-beta.4",
|
||||
"@0x/contracts-gen": "^1.1.0-beta.4",
|
||||
"@0x/contracts-test-utils": "^3.2.0-beta.4",
|
||||
"@0x/contracts-utils": "^3.3.0-beta.4",
|
||||
"@0x/dev-utils": "^2.4.0-beta.4",
|
||||
"@0x/sol-compiler": "^3.2.0-beta.4",
|
||||
"@0x/abi-gen": "^5.0.0",
|
||||
"@0x/contracts-gen": "^2.0.0",
|
||||
"@0x/contracts-test-utils": "^4.0.0",
|
||||
"@0x/contracts-utils": "^4.0.0",
|
||||
"@0x/dev-utils": "^3.0.0",
|
||||
"@0x/sol-compiler": "^4.0.0",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"@0x/web3-wrapper": "^6.1.0-beta.3",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.0",
|
||||
"@types/lodash": "4.14.104",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"@types/node": "*",
|
||||
@ -71,7 +71,7 @@
|
||||
"chai-as-promised": "^7.1.0",
|
||||
"chai-bignumber": "^3.0.0",
|
||||
"dirty-chai": "^2.0.1",
|
||||
"ethereum-types": "^2.2.0-beta.2",
|
||||
"ethereum-types": "^3.0.0",
|
||||
"lodash": "^4.17.11",
|
||||
"make-promises-safe": "^1.1.0",
|
||||
"mocha": "^6.2.0",
|
||||
@ -84,7 +84,7 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^5.5.0-beta.4"
|
||||
"@0x/base-contract": "^6.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-exchange-forwarder",
|
||||
"version": "3.1.0-beta.4",
|
||||
"version": "4.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -52,24 +52,24 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^4.4.0-beta.4",
|
||||
"@0x/contracts-asset-proxy": "^2.3.0-beta.4",
|
||||
"@0x/contracts-dev-utils": "^0.1.0-beta.4",
|
||||
"@0x/contracts-erc20": "^2.3.0-beta.4",
|
||||
"@0x/contracts-erc721": "^2.2.0-beta.4",
|
||||
"@0x/contracts-exchange": "^2.2.0-beta.4",
|
||||
"@0x/contracts-exchange-libs": "^3.1.0-beta.4",
|
||||
"@0x/contracts-gen": "^1.1.0-beta.4",
|
||||
"@0x/contracts-test-utils": "^3.2.0-beta.4",
|
||||
"@0x/contracts-utils": "^3.3.0-beta.4",
|
||||
"@0x/dev-utils": "^2.4.0-beta.4",
|
||||
"@0x/order-utils": "^8.5.0-beta.4",
|
||||
"@0x/sol-compiler": "^3.2.0-beta.4",
|
||||
"@0x/abi-gen": "^5.0.0",
|
||||
"@0x/contracts-asset-proxy": "^3.0.0",
|
||||
"@0x/contracts-dev-utils": "^1.0.0",
|
||||
"@0x/contracts-erc20": "^3.0.0",
|
||||
"@0x/contracts-erc721": "^3.0.0",
|
||||
"@0x/contracts-exchange": "^3.0.0",
|
||||
"@0x/contracts-exchange-libs": "^4.0.0",
|
||||
"@0x/contracts-gen": "^2.0.0",
|
||||
"@0x/contracts-test-utils": "^4.0.0",
|
||||
"@0x/contracts-utils": "^4.0.0",
|
||||
"@0x/dev-utils": "^3.0.0",
|
||||
"@0x/order-utils": "^9.0.0",
|
||||
"@0x/sol-compiler": "^4.0.0",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"@0x/web3-wrapper": "^6.1.0-beta.3",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.0",
|
||||
"@types/lodash": "4.14.104",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"@types/node": "*",
|
||||
@ -89,9 +89,9 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^5.5.0-beta.4",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"ethereum-types": "^2.2.0-beta.2"
|
||||
"@0x/base-contract": "^6.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"ethereum-types": "^3.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-exchange-libs",
|
||||
"version": "3.1.0-beta.4",
|
||||
"version": "4.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -52,15 +52,15 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/libs/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^4.4.0-beta.4",
|
||||
"@0x/contracts-gen": "^1.1.0-beta.4",
|
||||
"@0x/contracts-test-utils": "^3.2.0-beta.4",
|
||||
"@0x/dev-utils": "^2.4.0-beta.4",
|
||||
"@0x/sol-compiler": "^3.2.0-beta.4",
|
||||
"@0x/subproviders": "^5.1.0-beta.3",
|
||||
"@0x/abi-gen": "^5.0.0",
|
||||
"@0x/contracts-gen": "^2.0.0",
|
||||
"@0x/contracts-test-utils": "^4.0.0",
|
||||
"@0x/dev-utils": "^3.0.0",
|
||||
"@0x/sol-compiler": "^4.0.0",
|
||||
"@0x/subproviders": "^6.0.0",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/web3-wrapper": "^6.1.0-beta.3",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.0",
|
||||
"@types/lodash": "4.14.104",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"@types/node": "*",
|
||||
@ -81,13 +81,13 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^5.5.0-beta.4",
|
||||
"@0x/contracts-utils": "^3.3.0-beta.4",
|
||||
"@0x/order-utils": "^8.5.0-beta.4",
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"ethereum-types": "^2.2.0-beta.2"
|
||||
"@0x/base-contract": "^6.0.0",
|
||||
"@0x/contracts-utils": "^4.0.0",
|
||||
"@0x/order-utils": "^9.0.0",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"ethereum-types": "^3.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-exchange",
|
||||
"version": "2.2.0-beta.4",
|
||||
"version": "3.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -52,21 +52,21 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^4.4.0-beta.4",
|
||||
"@0x/contracts-asset-proxy": "^2.3.0-beta.4",
|
||||
"@0x/contracts-exchange-libs": "^3.1.0-beta.4",
|
||||
"@0x/contracts-gen": "^1.1.0-beta.4",
|
||||
"@0x/contracts-multisig": "^3.2.0-beta.4",
|
||||
"@0x/contracts-staking": "^1.1.0-beta.4",
|
||||
"@0x/contracts-test-utils": "^3.2.0-beta.4",
|
||||
"@0x/contracts-utils": "^3.3.0-beta.4",
|
||||
"@0x/dev-utils": "^2.4.0-beta.4",
|
||||
"@0x/sol-compiler": "^3.2.0-beta.4",
|
||||
"@0x/abi-gen": "^5.0.0",
|
||||
"@0x/contracts-asset-proxy": "^3.0.0",
|
||||
"@0x/contracts-exchange-libs": "^4.0.0",
|
||||
"@0x/contracts-gen": "^2.0.0",
|
||||
"@0x/contracts-multisig": "^4.0.0",
|
||||
"@0x/contracts-staking": "^2.0.0",
|
||||
"@0x/contracts-test-utils": "^4.0.0",
|
||||
"@0x/contracts-utils": "^4.0.0",
|
||||
"@0x/dev-utils": "^3.0.0",
|
||||
"@0x/sol-compiler": "^4.0.0",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/web3-wrapper": "^6.1.0-beta.3",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.0",
|
||||
"@types/lodash": "4.14.104",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"@types/node": "*",
|
||||
@ -74,7 +74,7 @@
|
||||
"chai-as-promised": "^7.1.0",
|
||||
"chai-bignumber": "^3.0.0",
|
||||
"dirty-chai": "^2.0.1",
|
||||
"ethereum-types": "^2.2.0-beta.2",
|
||||
"ethereum-types": "^3.0.0",
|
||||
"ethereumjs-util": "^5.1.1",
|
||||
"js-combinatorics": "^0.5.3",
|
||||
"make-promises-safe": "^1.1.0",
|
||||
@ -88,13 +88,13 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^5.5.0-beta.4",
|
||||
"@0x/contracts-dev-utils": "^0.1.0-beta.4",
|
||||
"@0x/contracts-erc1155": "^1.2.0-beta.4",
|
||||
"@0x/contracts-erc20": "^2.3.0-beta.4",
|
||||
"@0x/contracts-erc721": "^2.2.0-beta.4",
|
||||
"@0x/order-utils": "^8.5.0-beta.4",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"@0x/base-contract": "^6.0.0",
|
||||
"@0x/contracts-dev-utils": "^1.0.0",
|
||||
"@0x/contracts-erc1155": "^2.0.0",
|
||||
"@0x/contracts-erc20": "^3.0.0",
|
||||
"@0x/contracts-erc721": "^3.0.0",
|
||||
"@0x/order-utils": "^9.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"lodash": "^4.17.11"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-extensions",
|
||||
"version": "4.1.0-beta.4",
|
||||
"version": "5.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -52,24 +52,24 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^4.4.0-beta.4",
|
||||
"@0x/contracts-asset-proxy": "^2.3.0-beta.4",
|
||||
"@0x/contracts-dev-utils": "^0.1.0-beta.4",
|
||||
"@0x/contracts-erc20": "^2.3.0-beta.4",
|
||||
"@0x/contracts-erc721": "^2.2.0-beta.4",
|
||||
"@0x/contracts-exchange": "^2.2.0-beta.4",
|
||||
"@0x/contracts-exchange-libs": "^3.1.0-beta.4",
|
||||
"@0x/contracts-gen": "^1.1.0-beta.4",
|
||||
"@0x/contracts-test-utils": "^3.2.0-beta.4",
|
||||
"@0x/contracts-utils": "^3.3.0-beta.4",
|
||||
"@0x/dev-utils": "^2.4.0-beta.4",
|
||||
"@0x/order-utils": "^8.5.0-beta.4",
|
||||
"@0x/sol-compiler": "^3.2.0-beta.4",
|
||||
"@0x/abi-gen": "^5.0.0",
|
||||
"@0x/contracts-asset-proxy": "^3.0.0",
|
||||
"@0x/contracts-dev-utils": "^1.0.0",
|
||||
"@0x/contracts-erc20": "^3.0.0",
|
||||
"@0x/contracts-erc721": "^3.0.0",
|
||||
"@0x/contracts-exchange": "^3.0.0",
|
||||
"@0x/contracts-exchange-libs": "^4.0.0",
|
||||
"@0x/contracts-gen": "^2.0.0",
|
||||
"@0x/contracts-test-utils": "^4.0.0",
|
||||
"@0x/contracts-utils": "^4.0.0",
|
||||
"@0x/dev-utils": "^3.0.0",
|
||||
"@0x/order-utils": "^9.0.0",
|
||||
"@0x/sol-compiler": "^4.0.0",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"@0x/web3-wrapper": "^6.1.0-beta.3",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.0",
|
||||
"@types/lodash": "4.14.104",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"@types/node": "*",
|
||||
@ -89,9 +89,9 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^5.5.0-beta.4",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"ethereum-types": "^2.2.0-beta.2"
|
||||
"@0x/base-contract": "^6.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"ethereum-types": "^3.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-integrations",
|
||||
"version": "1.0.3-beta.2",
|
||||
"version": "2.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -50,21 +50,21 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^4.4.0-beta.4",
|
||||
"@0x/contract-addresses": "^3.3.0-beta.5",
|
||||
"@0x/contracts-coordinator": "^2.1.0-beta.4",
|
||||
"@0x/contracts-dev-utils": "^0.1.0-beta.4",
|
||||
"@0x/contracts-exchange-forwarder": "^3.1.0-beta.4",
|
||||
"@0x/contracts-exchange-libs": "^3.1.0-beta.4",
|
||||
"@0x/contracts-gen": "^1.1.0-beta.4",
|
||||
"@0x/contracts-utils": "^3.3.0-beta.4",
|
||||
"@0x/abi-gen": "^5.0.0",
|
||||
"@0x/contract-addresses": "^4.0.0",
|
||||
"@0x/contracts-coordinator": "^3.0.0",
|
||||
"@0x/contracts-dev-utils": "^1.0.0",
|
||||
"@0x/contracts-exchange-forwarder": "^4.0.0",
|
||||
"@0x/contracts-exchange-libs": "^4.0.0",
|
||||
"@0x/contracts-gen": "^2.0.0",
|
||||
"@0x/contracts-utils": "^4.0.0",
|
||||
"@0x/coordinator-server": "^1.0.3",
|
||||
"@0x/dev-utils": "^2.4.0-beta.4",
|
||||
"@0x/migrations": "^4.4.0-beta.4",
|
||||
"@0x/order-utils": "^8.5.0-beta.4",
|
||||
"@0x/sol-compiler": "^3.2.0-beta.4",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/web3-wrapper": "^6.1.0-beta.3",
|
||||
"@0x/dev-utils": "^3.0.0",
|
||||
"@0x/migrations": "^5.0.0",
|
||||
"@0x/order-utils": "^9.0.0",
|
||||
"@0x/sol-compiler": "^4.0.0",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.0",
|
||||
"@azure/core-asynciterator-polyfill": "^1.0.0",
|
||||
"@types/lodash": "4.14.104",
|
||||
"@types/mocha": "^5.2.7",
|
||||
@ -85,19 +85,19 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^5.5.0-beta.4",
|
||||
"@0x/contracts-asset-proxy": "^2.3.0-beta.4",
|
||||
"@0x/contracts-erc1155": "^1.2.0-beta.4",
|
||||
"@0x/contracts-erc20": "^2.3.0-beta.4",
|
||||
"@0x/contracts-erc721": "^2.2.0-beta.4",
|
||||
"@0x/contracts-exchange": "^2.2.0-beta.4",
|
||||
"@0x/contracts-multisig": "^3.2.0-beta.4",
|
||||
"@0x/contracts-staking": "^1.1.0-beta.4",
|
||||
"@0x/contracts-test-utils": "^3.2.0-beta.4",
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"ethereum-types": "^2.2.0-beta.2",
|
||||
"@0x/base-contract": "^6.0.0",
|
||||
"@0x/contracts-asset-proxy": "^3.0.0",
|
||||
"@0x/contracts-erc1155": "^2.0.0",
|
||||
"@0x/contracts-erc20": "^3.0.0",
|
||||
"@0x/contracts-erc721": "^3.0.0",
|
||||
"@0x/contracts-exchange": "^3.0.0",
|
||||
"@0x/contracts-multisig": "^4.0.0",
|
||||
"@0x/contracts-staking": "^2.0.0",
|
||||
"@0x/contracts-test-utils": "^4.0.0",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"ethereum-types": "^3.0.0",
|
||||
"lodash": "^4.17.11"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-multisig",
|
||||
"version": "3.2.0-beta.4",
|
||||
"version": "4.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -49,18 +49,18 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/multisig/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^4.4.0-beta.4",
|
||||
"@0x/contracts-asset-proxy": "^2.3.0-beta.4",
|
||||
"@0x/contracts-erc20": "^2.3.0-beta.4",
|
||||
"@0x/contracts-gen": "^1.1.0-beta.4",
|
||||
"@0x/contracts-test-utils": "^3.2.0-beta.4",
|
||||
"@0x/contracts-utils": "^3.3.0-beta.4",
|
||||
"@0x/dev-utils": "^2.4.0-beta.4",
|
||||
"@0x/sol-compiler": "^3.2.0-beta.4",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"@0x/web3-wrapper": "^6.1.0-beta.3",
|
||||
"@0x/abi-gen": "^5.0.0",
|
||||
"@0x/contracts-asset-proxy": "^3.0.0",
|
||||
"@0x/contracts-erc20": "^3.0.0",
|
||||
"@0x/contracts-gen": "^2.0.0",
|
||||
"@0x/contracts-test-utils": "^4.0.0",
|
||||
"@0x/contracts-utils": "^4.0.0",
|
||||
"@0x/dev-utils": "^3.0.0",
|
||||
"@0x/sol-compiler": "^4.0.0",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.0",
|
||||
"@types/lodash": "4.14.104",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"@types/node": "*",
|
||||
@ -78,9 +78,9 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^5.5.0-beta.4",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"ethereum-types": "^2.2.0-beta.2"
|
||||
"@0x/base-contract": "^6.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"ethereum-types": "^3.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-staking",
|
||||
"version": "1.1.0-beta.4",
|
||||
"version": "2.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -53,20 +53,20 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^4.4.0-beta.4",
|
||||
"@0x/contracts-asset-proxy": "^2.3.0-beta.4",
|
||||
"@0x/contracts-dev-utils": "^0.1.0-beta.4",
|
||||
"@0x/contracts-erc20": "^2.3.0-beta.4",
|
||||
"@0x/contracts-exchange-libs": "^3.1.0-beta.4",
|
||||
"@0x/contracts-gen": "^1.1.0-beta.4",
|
||||
"@0x/contracts-utils": "^3.3.0-beta.4",
|
||||
"@0x/dev-utils": "^2.4.0-beta.4",
|
||||
"@0x/order-utils": "^8.5.0-beta.4",
|
||||
"@0x/sol-compiler": "^3.2.0-beta.4",
|
||||
"@0x/abi-gen": "^5.0.0",
|
||||
"@0x/contracts-asset-proxy": "^3.0.0",
|
||||
"@0x/contracts-dev-utils": "^1.0.0",
|
||||
"@0x/contracts-erc20": "^3.0.0",
|
||||
"@0x/contracts-exchange-libs": "^4.0.0",
|
||||
"@0x/contracts-gen": "^2.0.0",
|
||||
"@0x/contracts-utils": "^4.0.0",
|
||||
"@0x/dev-utils": "^3.0.0",
|
||||
"@0x/order-utils": "^9.0.0",
|
||||
"@0x/sol-compiler": "^4.0.0",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/web3-wrapper": "^6.1.0-beta.3",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.0",
|
||||
"@types/lodash": "4.14.104",
|
||||
"@types/node": "*",
|
||||
"chai": "^4.0.1",
|
||||
@ -87,11 +87,11 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^5.5.0-beta.4",
|
||||
"@0x/contracts-test-utils": "^3.2.0-beta.4",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"ethereum-types": "^2.2.0-beta.2",
|
||||
"@0x/base-contract": "^6.0.0",
|
||||
"@0x/contracts-test-utils": "^4.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"ethereum-types": "^3.0.0",
|
||||
"ethereumjs-util": "^5.1.1"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-test-utils",
|
||||
"version": "3.2.0-beta.4",
|
||||
"version": "4.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -34,28 +34,28 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/test-utils/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/sol-compiler": "^3.2.0-beta.4",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/sol-compiler": "^4.0.0",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"npm-run-all": "^4.1.2",
|
||||
"shx": "^0.2.2",
|
||||
"tslint": "5.11.0",
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/assert": "^2.2.0-beta.3",
|
||||
"@0x/base-contract": "^5.5.0-beta.4",
|
||||
"@0x/contract-addresses": "^3.3.0-beta.5",
|
||||
"@0x/dev-utils": "^2.4.0-beta.4",
|
||||
"@0x/json-schemas": "^4.1.0-beta.3",
|
||||
"@0x/order-utils": "^8.5.0-beta.4",
|
||||
"@0x/sol-coverage": "^3.1.0-beta.4",
|
||||
"@0x/sol-profiler": "^3.2.0-beta.4",
|
||||
"@0x/sol-trace": "^2.1.0-beta.4",
|
||||
"@0x/subproviders": "^5.1.0-beta.3",
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"@0x/web3-wrapper": "^6.1.0-beta.3",
|
||||
"@0x/assert": "^3.0.0",
|
||||
"@0x/base-contract": "^6.0.0",
|
||||
"@0x/contract-addresses": "^4.0.0",
|
||||
"@0x/dev-utils": "^3.0.0",
|
||||
"@0x/json-schemas": "^5.0.0",
|
||||
"@0x/order-utils": "^9.0.0",
|
||||
"@0x/sol-coverage": "^4.0.0",
|
||||
"@0x/sol-profiler": "^4.0.0",
|
||||
"@0x/sol-trace": "^3.0.0",
|
||||
"@0x/subproviders": "^6.0.0",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.0",
|
||||
"@types/bn.js": "^4.11.0",
|
||||
"@types/js-combinatorics": "^0.5.29",
|
||||
"@types/lodash": "4.14.104",
|
||||
@ -66,7 +66,7 @@
|
||||
"chai-as-promised": "^7.1.0",
|
||||
"chai-bignumber": "^3.0.0",
|
||||
"dirty-chai": "^2.0.1",
|
||||
"ethereum-types": "^2.2.0-beta.2",
|
||||
"ethereum-types": "^3.0.0",
|
||||
"ethereumjs-util": "^5.1.1",
|
||||
"ethers": "~4.0.4",
|
||||
"js-combinatorics": "^0.5.3",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@0x/contracts-tests",
|
||||
"private": true,
|
||||
"version": "0.0.5",
|
||||
"version": "0.0.6",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -50,29 +50,29 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tests/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^4.4.0-beta.4",
|
||||
"@0x/base-contract": "^5.5.0-beta.4",
|
||||
"@0x/contracts-asset-proxy": "^2.3.0-beta.4",
|
||||
"@0x/contracts-dev-utils": "^0.1.0-beta.4",
|
||||
"@0x/contracts-erc1155": "^1.2.0-beta.4",
|
||||
"@0x/contracts-erc20": "^2.3.0-beta.4",
|
||||
"@0x/contracts-erc721": "^2.2.0-beta.4",
|
||||
"@0x/contracts-exchange": "^2.2.0-beta.4",
|
||||
"@0x/contracts-gen": "^1.1.0-beta.4",
|
||||
"@0x/contracts-test-utils": "^3.2.0-beta.4",
|
||||
"@0x/sol-compiler": "^3.2.0-beta.4",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"@0x/web3-wrapper": "^6.1.0-beta.3",
|
||||
"@0x/abi-gen": "^5.0.0",
|
||||
"@0x/base-contract": "^6.0.0",
|
||||
"@0x/contracts-asset-proxy": "^3.0.0",
|
||||
"@0x/contracts-dev-utils": "^1.0.0",
|
||||
"@0x/contracts-erc1155": "^2.0.0",
|
||||
"@0x/contracts-erc20": "^3.0.0",
|
||||
"@0x/contracts-erc721": "^3.0.0",
|
||||
"@0x/contracts-exchange": "^3.0.0",
|
||||
"@0x/contracts-gen": "^2.0.0",
|
||||
"@0x/contracts-test-utils": "^4.0.0",
|
||||
"@0x/sol-compiler": "^4.0.0",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.0",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"@types/node": "*",
|
||||
"chai": "^4.0.1",
|
||||
"chai-as-promised": "^7.1.0",
|
||||
"chai-bignumber": "^3.0.0",
|
||||
"dirty-chai": "^2.0.1",
|
||||
"ethereum-types": "^2.2.0-beta.2",
|
||||
"ethereum-types": "^3.0.0",
|
||||
"make-promises-safe": "^1.1.0",
|
||||
"mocha": "^6.2.0",
|
||||
"npm-run-all": "^4.1.2",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-utils",
|
||||
"version": "3.3.0-beta.4",
|
||||
"version": "4.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -50,15 +50,15 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/utils/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^4.4.0-beta.4",
|
||||
"@0x/contracts-gen": "^1.1.0-beta.4",
|
||||
"@0x/contracts-test-utils": "^3.2.0-beta.4",
|
||||
"@0x/dev-utils": "^2.4.0-beta.4",
|
||||
"@0x/order-utils": "^8.5.0-beta.4",
|
||||
"@0x/sol-compiler": "^3.2.0-beta.4",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/web3-wrapper": "^6.1.0-beta.3",
|
||||
"@0x/abi-gen": "^5.0.0",
|
||||
"@0x/contracts-gen": "^2.0.0",
|
||||
"@0x/contracts-test-utils": "^4.0.0",
|
||||
"@0x/dev-utils": "^3.0.0",
|
||||
"@0x/order-utils": "^9.0.0",
|
||||
"@0x/sol-compiler": "^4.0.0",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.0",
|
||||
"@types/bn.js": "^4.11.0",
|
||||
"@types/lodash": "4.14.104",
|
||||
"@types/mocha": "^5.2.7",
|
||||
@ -79,11 +79,11 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^5.5.0-beta.4",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"@0x/base-contract": "^6.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"bn.js": "^4.11.8",
|
||||
"ethereum-types": "^2.2.0-beta.2"
|
||||
"ethereum-types": "^3.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "0x.js",
|
||||
"version": "8.0.0-beta.3",
|
||||
"version": "9.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -46,11 +46,11 @@
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@0x/contract-addresses": "^3.3.0-beta.5",
|
||||
"@0x/dev-utils": "^2.4.0-beta.4",
|
||||
"@0x/migrations": "^4.4.0-beta.4",
|
||||
"@0x/contract-addresses": "^4.0.0",
|
||||
"@0x/dev-utils": "^3.0.0",
|
||||
"@0x/migrations": "^5.0.0",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@types/lodash": "4.14.104",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"@types/node": "*",
|
||||
@ -78,18 +78,18 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/abi-gen-wrappers": "^5.4.0-beta.3",
|
||||
"@0x/assert": "^2.2.0-beta.3",
|
||||
"@0x/asset-swapper": "^2.1.0-beta.4",
|
||||
"@0x/base-contract": "^5.5.0-beta.4",
|
||||
"@0x/contract-wrappers": "^12.2.0-beta.4",
|
||||
"@0x/order-utils": "^8.5.0-beta.4",
|
||||
"@0x/subproviders": "^5.1.0-beta.3",
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"@0x/web3-wrapper": "^6.1.0-beta.3",
|
||||
"@0x/assert": "^3.0.0",
|
||||
"@0x/asset-swapper": "^3.0.0",
|
||||
"@0x/base-contract": "^6.0.0",
|
||||
"@0x/contract-wrappers": "^13.0.0",
|
||||
"@0x/order-utils": "^9.0.0",
|
||||
"@0x/subproviders": "^6.0.0",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.0",
|
||||
"@types/web3-provider-engine": "^14.0.0",
|
||||
"ethereum-types": "^2.2.0-beta.2",
|
||||
"ethereum-types": "^3.0.0",
|
||||
"ethers": "~4.0.4",
|
||||
"lodash": "^4.17.11",
|
||||
"web3-provider-engine": "14.0.6"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/abi-gen",
|
||||
"version": "4.4.0-beta.4",
|
||||
"version": "5.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -62,14 +62,14 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen/README.md",
|
||||
"dependencies": {
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"@types/toposort": "^2.0.1",
|
||||
"chalk": "^2.3.0",
|
||||
"change-case": "^3.0.2",
|
||||
"cli-format": "^3.0.9",
|
||||
"ethereum-types": "^2.2.0-beta.2",
|
||||
"ethereum-types": "^3.0.0",
|
||||
"glob": "^7.1.2",
|
||||
"handlebars": "^4.1.2",
|
||||
"lodash": "^4.17.11",
|
||||
@ -80,15 +80,15 @@
|
||||
"yargs": "^10.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@0x/assert": "^2.2.0-beta.3",
|
||||
"@0x/base-contract": "^5.5.0-beta.4",
|
||||
"@0x/contracts-gen": "^1.1.0-beta.4",
|
||||
"@0x/dev-utils": "^2.4.0-beta.4",
|
||||
"@0x/json-schemas": "^4.1.0-beta.3",
|
||||
"@0x/sol-compiler": "^3.2.0-beta.4",
|
||||
"@0x/subproviders": "^5.1.0-beta.3",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/web3-wrapper": "^6.1.0-beta.3",
|
||||
"@0x/assert": "^3.0.0",
|
||||
"@0x/base-contract": "^6.0.0",
|
||||
"@0x/contracts-gen": "^2.0.0",
|
||||
"@0x/dev-utils": "^3.0.0",
|
||||
"@0x/json-schemas": "^5.0.0",
|
||||
"@0x/sol-compiler": "^4.0.0",
|
||||
"@0x/subproviders": "^6.0.0",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.0",
|
||||
"@types/glob": "5.0.35",
|
||||
"@types/mkdirp": "^0.5.2",
|
||||
"@types/mocha": "^5.2.7",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/assert",
|
||||
"version": "2.2.0-beta.3",
|
||||
"version": "3.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -30,7 +30,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/assert/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@types/lodash": "4.14.104",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"@types/valid-url": "^1.0.2",
|
||||
@ -45,9 +45,9 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/json-schemas": "^4.1.0-beta.3",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"@0x/json-schemas": "^5.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"lodash": "^4.17.11",
|
||||
"valid-url": "^1.0.9"
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/asset-swapper",
|
||||
"version": "2.1.0-beta.4",
|
||||
"version": "3.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -40,26 +40,26 @@
|
||||
},
|
||||
"homepage": "https://0x.org/asset-swapper",
|
||||
"dependencies": {
|
||||
"@0x/assert": "^2.2.0-beta.3",
|
||||
"@0x/contract-addresses": "^3.3.0-beta.5",
|
||||
"@0x/contract-wrappers": "^12.2.0-beta.4",
|
||||
"@0x/json-schemas": "^4.1.0-beta.3",
|
||||
"@0x/order-utils": "^8.5.0-beta.4",
|
||||
"@0x/orderbook": "^0.1.0-beta.4",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"@0x/web3-wrapper": "^6.1.0-beta.3",
|
||||
"@0x/assert": "^3.0.0",
|
||||
"@0x/contract-addresses": "^4.0.0",
|
||||
"@0x/contract-wrappers": "^13.0.0",
|
||||
"@0x/json-schemas": "^5.0.0",
|
||||
"@0x/order-utils": "^9.0.0",
|
||||
"@0x/orderbook": "^1.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.0",
|
||||
"lodash": "^4.17.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@0x/contracts-test-utils": "^3.2.0-beta.4",
|
||||
"@0x/dev-utils": "^2.4.0-beta.4",
|
||||
"@0x/contracts-test-utils": "^4.0.0",
|
||||
"@0x/dev-utils": "^3.0.0",
|
||||
"@0x/mesh-rpc-client": "^7.0.4-beta-0xv3",
|
||||
"@0x/migrations": "^4.4.0-beta.4",
|
||||
"@0x/subproviders": "^5.1.0-beta.3",
|
||||
"@0x/migrations": "^5.0.0",
|
||||
"@0x/subproviders": "^6.0.0",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@types/lodash": "4.14.104",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"@types/node": "*",
|
||||
@ -67,7 +67,7 @@
|
||||
"chai-as-promised": "^7.1.0",
|
||||
"chai-bignumber": "^3.0.0",
|
||||
"dirty-chai": "^2.0.1",
|
||||
"ethereum-types": "^2.2.0-beta.2",
|
||||
"ethereum-types": "^3.0.0",
|
||||
"make-promises-safe": "^1.1.0",
|
||||
"mocha": "^6.2.0",
|
||||
"npm-run-all": "^4.1.2",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/base-contract",
|
||||
"version": "5.5.0-beta.4",
|
||||
"version": "6.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -30,13 +30,13 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/base-contract/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@types/lodash": "4.14.104",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"chai": "^4.0.1",
|
||||
"ethereum-types": "^2.2.0-beta.2",
|
||||
"ethereum-types": "^3.0.0",
|
||||
"make-promises-safe": "^1.1.0",
|
||||
"mocha": "^6.2.0",
|
||||
"npm-run-all": "^4.1.2",
|
||||
@ -45,10 +45,10 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/assert": "^2.2.0-beta.3",
|
||||
"@0x/json-schemas": "^4.1.0-beta.3",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"@0x/web3-wrapper": "^6.1.0-beta.3",
|
||||
"@0x/assert": "^3.0.0",
|
||||
"@0x/json-schemas": "^5.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.0",
|
||||
"ethereumjs-account": "^3.0.0",
|
||||
"ethereumjs-blockstream": "^7.0.0",
|
||||
"ethereumjs-util": "^5.1.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/connect",
|
||||
"version": "5.1.0-beta.3",
|
||||
"version": "6.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -48,11 +48,11 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/connect/README.md",
|
||||
"dependencies": {
|
||||
"@0x/assert": "^2.2.0-beta.3",
|
||||
"@0x/json-schemas": "^4.1.0-beta.3",
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"@0x/assert": "^3.0.0",
|
||||
"@0x/json-schemas": "^5.0.0",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"lodash": "^4.17.11",
|
||||
"query-string": "^6.0.0",
|
||||
"sinon": "^4.0.0",
|
||||
@ -61,7 +61,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@types/fetch-mock": "^6.0.3",
|
||||
"@types/lodash": "4.14.104",
|
||||
"@types/mocha": "^5.2.7",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contract-addresses",
|
||||
"version": "3.3.0-beta.5",
|
||||
"version": "4.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contract-artifacts",
|
||||
"version": "2.3.0-beta.4",
|
||||
"version": "3.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -30,7 +30,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/contract-artifacts/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"chai": "^4.0.1",
|
||||
"lodash": "^4.17.11",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contract-wrappers-test",
|
||||
"version": "12.2.0",
|
||||
"version": "12.2.1",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -31,17 +31,17 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/contract-wrappers-test/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/contract-wrappers": "^12.2.0-beta.4",
|
||||
"@0x/contracts-test-utils": "^3.2.0-beta.4",
|
||||
"@0x/dev-utils": "^2.4.0-beta.4",
|
||||
"@0x/migrations": "^4.4.0-beta.4",
|
||||
"@0x/order-utils": "^8.5.0-beta.4",
|
||||
"@0x/subproviders": "^5.1.0-beta.3",
|
||||
"@0x/contract-wrappers": "^13.0.0",
|
||||
"@0x/contracts-test-utils": "^4.0.0",
|
||||
"@0x/dev-utils": "^3.0.0",
|
||||
"@0x/migrations": "^5.0.0",
|
||||
"@0x/order-utils": "^9.0.0",
|
||||
"@0x/subproviders": "^6.0.0",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"@0x/web3-wrapper": "^6.1.0-beta.3",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.0",
|
||||
"@types/nock": "^10.0.3",
|
||||
"chai": "^4.0.1",
|
||||
"dirty-chai": "^2.0.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contract-wrappers",
|
||||
"version": "12.2.0-beta.4",
|
||||
"version": "13.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -44,20 +44,20 @@
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/contract-wrappers/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"tslint": "5.11.0",
|
||||
"typedoc": "^0.15.0",
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/assert": "^2.2.0-beta.3",
|
||||
"@0x/base-contract": "^5.5.0-beta.4",
|
||||
"@0x/contract-addresses": "^3.3.0-beta.5",
|
||||
"@0x/json-schemas": "^4.1.0-beta.3",
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"@0x/web3-wrapper": "^6.1.0-beta.3",
|
||||
"ethereum-types": "^2.2.0-beta.2",
|
||||
"@0x/assert": "^3.0.0",
|
||||
"@0x/base-contract": "^6.0.0",
|
||||
"@0x/contract-addresses": "^4.0.0",
|
||||
"@0x/json-schemas": "^5.0.0",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.0",
|
||||
"ethereum-types": "^3.0.0",
|
||||
"ethers": "~4.0.4"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-gen",
|
||||
"version": "1.1.0-beta.4",
|
||||
"version": "2.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -27,19 +27,19 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/contracts-gen/README.md",
|
||||
"dependencies": {
|
||||
"@0x/sol-compiler": "^3.2.0-beta.4",
|
||||
"@0x/sol-resolver": "^2.1.0-beta.3",
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"ethereum-types": "^2.2.0-beta.2",
|
||||
"@0x/sol-compiler": "^4.0.0",
|
||||
"@0x/sol-resolver": "^3.0.0",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"ethereum-types": "^3.0.0",
|
||||
"lodash": "^4.17.11",
|
||||
"mkdirp": "^0.5.1",
|
||||
"prettier": "^1.16.3",
|
||||
"to-snake-case": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@types/mkdirp": "^0.5.2",
|
||||
"@types/node": "*",
|
||||
"@types/prettier": "^1.15.2",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/dev-utils",
|
||||
"version": "2.4.0-beta.4",
|
||||
"version": "3.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -33,7 +33,7 @@
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/dev-utils/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@types/lodash": "4.14.104",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"make-promises-safe": "^1.1.0",
|
||||
@ -46,17 +46,17 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/subproviders": "^5.1.0-beta.3",
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"@0x/web3-wrapper": "^6.1.0-beta.3",
|
||||
"@0x/subproviders": "^6.0.0",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.0",
|
||||
"@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": "^2.2.0-beta.2",
|
||||
"ethereum-types": "^3.0.0",
|
||||
"lodash": "^4.17.11",
|
||||
"web3-provider-engine": "14.0.6"
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ethereum-types",
|
||||
"version": "2.2.0-beta.2",
|
||||
"version": "3.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -33,7 +33,7 @@
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/ethereum-types/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"make-promises-safe": "^1.1.0",
|
||||
"shx": "^0.2.2",
|
||||
"tslint": "5.11.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/instant",
|
||||
"version": "1.0.36",
|
||||
"version": "1.0.37",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -43,13 +43,13 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/instant/README.md",
|
||||
"dependencies": {
|
||||
"@0x/assert": "^2.2.0-beta.3",
|
||||
"@0x/asset-swapper": "^2.1.0-beta.4",
|
||||
"@0x/json-schemas": "^4.1.0-beta.3",
|
||||
"@0x/order-utils": "^8.5.0-beta.4",
|
||||
"@0x/subproviders": "^5.1.0-beta.3",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"@0x/web3-wrapper": "^6.1.0-beta.3",
|
||||
"@0x/assert": "^3.0.0",
|
||||
"@0x/asset-swapper": "^3.0.0",
|
||||
"@0x/json-schemas": "^5.0.0",
|
||||
"@0x/order-utils": "^9.0.0",
|
||||
"@0x/subproviders": "^6.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.0",
|
||||
"babel-runtime": "^6.26.0",
|
||||
"bowser": "^1.9.4",
|
||||
"copy-to-clipboard": "^3.0.8",
|
||||
@ -65,9 +65,9 @@
|
||||
"ts-optchain": "^0.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@static/discharge": "https://github.com/0xProject/discharge.git",
|
||||
"@types/enzyme": "^3.1.14",
|
||||
"@types/enzyme-adapter-react-16": "^1.0.3",
|
||||
@ -90,7 +90,7 @@
|
||||
"dotenv-cli": "^1.4.0",
|
||||
"enzyme": "^3.6.0",
|
||||
"enzyme-adapter-react-16": "^1.5.0",
|
||||
"ethereum-types": "^2.2.0-beta.2",
|
||||
"ethereum-types": "^3.0.0",
|
||||
"ip": "^1.1.5",
|
||||
"jest": "^23.6.0",
|
||||
"make-promises-safe": "^1.1.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/json-schemas",
|
||||
"version": "4.1.0-beta.3",
|
||||
"version": "5.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -43,15 +43,15 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/json-schemas/README.md",
|
||||
"dependencies": {
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@types/node": "*",
|
||||
"jsonschema": "^1.2.0",
|
||||
"lodash.values": "^4.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"@types/lodash.foreach": "^4.5.3",
|
||||
"@types/lodash.values": "^4.3.3",
|
||||
"@types/mocha": "^5.2.7",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/migrations",
|
||||
"version": "4.4.0-beta.4",
|
||||
"version": "5.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -43,10 +43,10 @@
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@0x/dev-utils": "^2.4.0-beta.4",
|
||||
"@0x/dev-utils": "^3.0.0",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@types/yargs": "^11.0.0",
|
||||
"chai": "^4.0.1",
|
||||
"dirty-chai": "^2.0.1",
|
||||
@ -61,29 +61,29 @@
|
||||
"yargs": "^10.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^5.5.0-beta.4",
|
||||
"@0x/contract-addresses": "^3.3.0-beta.5",
|
||||
"@0x/contract-artifacts": "^2.3.0-beta.4",
|
||||
"@0x/contracts-asset-proxy": "^2.3.0-beta.4",
|
||||
"@0x/contracts-coordinator": "^2.1.0-beta.4",
|
||||
"@0x/contracts-dev-utils": "^0.1.0-beta.4",
|
||||
"@0x/contracts-erc1155": "^1.2.0-beta.4",
|
||||
"@0x/contracts-erc20": "^2.3.0-beta.4",
|
||||
"@0x/contracts-erc721": "^2.2.0-beta.4",
|
||||
"@0x/contracts-exchange": "^2.2.0-beta.4",
|
||||
"@0x/contracts-exchange-forwarder": "^3.1.0-beta.4",
|
||||
"@0x/contracts-extensions": "^4.1.0-beta.4",
|
||||
"@0x/contracts-multisig": "^3.2.0-beta.4",
|
||||
"@0x/contracts-staking": "^1.1.0-beta.4",
|
||||
"@0x/contracts-utils": "^3.3.0-beta.4",
|
||||
"@0x/sol-compiler": "^3.2.0-beta.4",
|
||||
"@0x/subproviders": "^5.1.0-beta.3",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"@0x/web3-wrapper": "^6.1.0-beta.3",
|
||||
"@0x/base-contract": "^6.0.0",
|
||||
"@0x/contract-addresses": "^4.0.0",
|
||||
"@0x/contract-artifacts": "^3.0.0",
|
||||
"@0x/contracts-asset-proxy": "^3.0.0",
|
||||
"@0x/contracts-coordinator": "^3.0.0",
|
||||
"@0x/contracts-dev-utils": "^1.0.0",
|
||||
"@0x/contracts-erc1155": "^2.0.0",
|
||||
"@0x/contracts-erc20": "^3.0.0",
|
||||
"@0x/contracts-erc721": "^3.0.0",
|
||||
"@0x/contracts-exchange": "^3.0.0",
|
||||
"@0x/contracts-exchange-forwarder": "^4.0.0",
|
||||
"@0x/contracts-extensions": "^5.0.0",
|
||||
"@0x/contracts-multisig": "^4.0.0",
|
||||
"@0x/contracts-staking": "^2.0.0",
|
||||
"@0x/contracts-utils": "^4.0.0",
|
||||
"@0x/sol-compiler": "^4.0.0",
|
||||
"@0x/subproviders": "^6.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.0",
|
||||
"@ledgerhq/hw-app-eth": "^4.3.0",
|
||||
"@types/web3-provider-engine": "^14.0.0",
|
||||
"ethereum-types": "^2.2.0-beta.2",
|
||||
"ethereum-types": "^3.0.0",
|
||||
"ethers": "~4.0.4",
|
||||
"lodash": "^4.17.11"
|
||||
},
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "@0x/monorepo-scripts",
|
||||
"version": "1.0.42",
|
||||
"version": "1.0.43",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -47,8 +47,8 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"@lerna/batch-packages": "^3.0.0-beta.18",
|
||||
"@types/depcheck": "^0.6.0",
|
||||
"async-child-process": "^1.1.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/order-utils",
|
||||
"version": "8.5.0-beta.4",
|
||||
"version": "9.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -39,19 +39,19 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/order-utils/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/dev-utils": "^2.4.0-beta.4",
|
||||
"@0x/subproviders": "^5.1.0-beta.3",
|
||||
"@0x/dev-utils": "^3.0.0",
|
||||
"@0x/subproviders": "^6.0.0",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@types/bn.js": "^4.11.0",
|
||||
"@types/lodash": "4.14.104",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"@types/node": "*",
|
||||
"@types/web3-provider-engine": "^14.0.0",
|
||||
"chai": "^4.0.1",
|
||||
"ethereum-types": "^2.2.0-beta.2",
|
||||
"ethereum-types": "^3.0.0",
|
||||
"make-promises-safe": "^1.1.0",
|
||||
"mocha": "^6.2.0",
|
||||
"npm-run-all": "^4.1.2",
|
||||
@ -63,11 +63,11 @@
|
||||
"web3-provider-engine": "14.0.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/assert": "^2.2.0-beta.3",
|
||||
"@0x/contract-wrappers": "^12.2.0-beta.4",
|
||||
"@0x/json-schemas": "^4.1.0-beta.3",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"@0x/web3-wrapper": "^6.1.0-beta.3",
|
||||
"@0x/assert": "^3.0.0",
|
||||
"@0x/contract-wrappers": "^13.0.0",
|
||||
"@0x/json-schemas": "^5.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.0",
|
||||
"ethereumjs-util": "^5.1.1",
|
||||
"ethers": "~4.0.4",
|
||||
"lodash": "^4.17.11"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/orderbook",
|
||||
"version": "0.1.0-beta.4",
|
||||
"version": "1.0.0",
|
||||
"description": "Library for retrieving and syncing a remote orderbook locally",
|
||||
"main": "lib/src/index.js",
|
||||
"types": "lib/src/index.d.ts",
|
||||
@ -32,8 +32,8 @@
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@types/jest": "^24.0.17",
|
||||
"@types/sinon": "^2.2.2",
|
||||
"@types/websocket": "^0.0.39",
|
||||
@ -46,11 +46,11 @@
|
||||
"websocket": "^1.0.26"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/assert": "^2.2.0-beta.3",
|
||||
"@0x/connect": "^5.1.0-beta.3",
|
||||
"@0x/contracts-dev-utils": "^0.1.0-beta.4",
|
||||
"@0x/assert": "^3.0.0",
|
||||
"@0x/connect": "^6.0.0",
|
||||
"@0x/contracts-dev-utils": "^1.0.0",
|
||||
"@0x/mesh-rpc-client": "^7.0.4-beta-0xv3",
|
||||
"@0x/order-utils": "^8.5.0-beta.4",
|
||||
"@0x/utils": "^4.6.0-beta.3"
|
||||
"@0x/order-utils": "^9.0.0",
|
||||
"@0x/utils": "^5.0.0"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/sol-compiler",
|
||||
"version": "3.2.0-beta.4",
|
||||
"version": "4.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -46,9 +46,9 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-compiler/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/dev-utils": "^2.4.0-beta.4",
|
||||
"@0x/dev-utils": "^3.0.0",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@types/mkdirp": "^0.5.2",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"@types/pluralize": "^0.0.29",
|
||||
@ -74,17 +74,17 @@
|
||||
"zeppelin-solidity": "1.8.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/assert": "^2.2.0-beta.3",
|
||||
"@0x/json-schemas": "^4.1.0-beta.3",
|
||||
"@0x/sol-resolver": "^2.1.0-beta.3",
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"@0x/web3-wrapper": "^6.1.0-beta.3",
|
||||
"@0x/assert": "^3.0.0",
|
||||
"@0x/json-schemas": "^5.0.0",
|
||||
"@0x/sol-resolver": "^3.0.0",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.0",
|
||||
"@types/yargs": "^11.0.0",
|
||||
"chalk": "^2.3.0",
|
||||
"chokidar": "^3.0.2",
|
||||
"ethereum-types": "^2.2.0-beta.2",
|
||||
"ethereum-types": "^3.0.0",
|
||||
"ethereumjs-util": "^5.1.1",
|
||||
"lodash": "^4.17.11",
|
||||
"mkdirp": "^0.5.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/sol-coverage",
|
||||
"version": "3.1.0-beta.4",
|
||||
"version": "4.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -33,18 +33,18 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-coverage/README.md",
|
||||
"dependencies": {
|
||||
"@0x/sol-tracing-utils": "^6.1.0-beta.4",
|
||||
"@0x/subproviders": "^5.1.0-beta.3",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/sol-tracing-utils": "^7.0.0",
|
||||
"@0x/subproviders": "^6.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@types/minimatch": "^3.0.3",
|
||||
"ethereum-types": "^2.2.0-beta.2",
|
||||
"ethereum-types": "^3.0.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": "^3.1.0-beta.2",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@types/node": "*",
|
||||
"@types/web3-provider-engine": "^14.0.0",
|
||||
"npm-run-all": "^4.1.2",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/sol-doc",
|
||||
"version": "2.1.0-beta.4",
|
||||
"version": "3.0.0",
|
||||
"description": "Solidity documentation generator",
|
||||
"main": "lib/src/index.js",
|
||||
"types": "lib/src/index.d.js",
|
||||
@ -26,16 +26,16 @@
|
||||
"author": "F. Eugene Aumson",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@0x/sol-compiler": "^3.2.0-beta.4",
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"ethereum-types": "^2.2.0-beta.2",
|
||||
"@0x/sol-compiler": "^4.0.0",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"ethereum-types": "^3.0.0",
|
||||
"ethereumjs-util": "^5.1.1",
|
||||
"lodash": "^4.17.11",
|
||||
"yargs": "^10.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"chai": "^4.0.1",
|
||||
"chai-as-promised": "^7.1.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/sol-profiler",
|
||||
"version": "3.2.0-beta.4",
|
||||
"version": "4.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -33,18 +33,18 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-profiler/README.md",
|
||||
"dependencies": {
|
||||
"@0x/sol-tracing-utils": "^6.1.0-beta.4",
|
||||
"@0x/subproviders": "^5.1.0-beta.3",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"ethereum-types": "^2.2.0-beta.2",
|
||||
"@0x/sol-tracing-utils": "^7.0.0",
|
||||
"@0x/subproviders": "^6.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"ethereum-types": "^3.0.0",
|
||||
"ethereumjs-util": "^5.1.1",
|
||||
"lodash": "^4.17.11",
|
||||
"web3-provider-engine": "14.0.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@types/node": "*",
|
||||
"@types/web3-provider-engine": "^14.0.0",
|
||||
"npm-run-all": "^4.1.2",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/sol-resolver",
|
||||
"version": "2.1.0-beta.3",
|
||||
"version": "3.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -24,15 +24,15 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/resolver/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"make-promises-safe": "^1.1.0",
|
||||
"shx": "^0.2.2",
|
||||
"tslint": "5.11.0",
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"lodash": "^4.17.11"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/sol-trace",
|
||||
"version": "2.1.0-beta.4",
|
||||
"version": "3.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -33,11 +33,11 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-trace/README.md",
|
||||
"dependencies": {
|
||||
"@0x/sol-tracing-utils": "^6.1.0-beta.4",
|
||||
"@0x/subproviders": "^5.1.0-beta.3",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/sol-tracing-utils": "^7.0.0",
|
||||
"@0x/subproviders": "^6.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"chalk": "^2.3.0",
|
||||
"ethereum-types": "^2.2.0-beta.2",
|
||||
"ethereum-types": "^3.0.0",
|
||||
"ethereumjs-util": "^5.1.1",
|
||||
"lodash": "^4.17.11",
|
||||
"loglevel": "^1.6.1",
|
||||
@ -45,7 +45,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@types/loglevel": "^1.5.3",
|
||||
"@types/node": "*",
|
||||
"@types/web3-provider-engine": "^14.0.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/sol-tracing-utils",
|
||||
"version": "6.1.0-beta.4",
|
||||
"version": "7.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -38,16 +38,16 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-tracing-utils/README.md",
|
||||
"dependencies": {
|
||||
"@0x/dev-utils": "^2.4.0-beta.4",
|
||||
"@0x/sol-compiler": "^3.2.0-beta.4",
|
||||
"@0x/sol-resolver": "^2.1.0-beta.3",
|
||||
"@0x/subproviders": "^5.1.0-beta.3",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"@0x/web3-wrapper": "^6.1.0-beta.3",
|
||||
"@0x/dev-utils": "^3.0.0",
|
||||
"@0x/sol-compiler": "^4.0.0",
|
||||
"@0x/sol-resolver": "^3.0.0",
|
||||
"@0x/subproviders": "^6.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.0",
|
||||
"@types/solidity-parser-antlr": "^0.2.3",
|
||||
"chalk": "^2.3.0",
|
||||
"ethereum-types": "^2.2.0-beta.2",
|
||||
"ethereum-types": "^3.0.0",
|
||||
"ethereumjs-util": "^5.1.1",
|
||||
"ethers": "~4.0.4",
|
||||
"glob": "^7.1.2",
|
||||
@ -61,7 +61,7 @@
|
||||
"solidity-parser-antlr": "^0.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@types/istanbul": "^0.4.30",
|
||||
"@types/loglevel": "^1.5.3",
|
||||
"@types/mkdirp": "^0.5.2",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/sra-spec",
|
||||
"version": "2.1.0-beta.3",
|
||||
"version": "3.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -35,11 +35,11 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sra-spec/README.md",
|
||||
"dependencies": {
|
||||
"@0x/json-schemas": "^4.1.0-beta.3",
|
||||
"@0x/json-schemas": "^5.0.0",
|
||||
"@loopback/openapi-v3-types": "^0.8.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"@types/node": "*",
|
||||
"chai": "^4.0.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/subproviders",
|
||||
"version": "5.1.0-beta.3",
|
||||
"version": "6.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -33,18 +33,18 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/assert": "^2.2.0-beta.3",
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"@0x/web3-wrapper": "^6.1.0-beta.3",
|
||||
"@0x/assert": "^3.0.0",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.0",
|
||||
"@ledgerhq/hw-app-eth": "^4.3.0",
|
||||
"@ledgerhq/hw-transport-u2f": "4.24.0",
|
||||
"@types/hdkey": "^0.7.0",
|
||||
"@types/web3-provider-engine": "^14.0.0",
|
||||
"bip39": "^2.5.0",
|
||||
"bn.js": "^4.11.8",
|
||||
"ethereum-types": "^2.2.0-beta.2",
|
||||
"ethereum-types": "^3.0.0",
|
||||
"ethereumjs-tx": "^1.3.5",
|
||||
"ethereumjs-util": "^5.1.1",
|
||||
"ganache-core": "^2.6.0",
|
||||
@ -56,7 +56,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@types/bip39": "^2.4.0",
|
||||
"@types/bn.js": "^4.11.0",
|
||||
"@types/ethereumjs-tx": "^1.0.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/tslint-config",
|
||||
"version": "3.1.0-beta.2",
|
||||
"version": "4.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/types",
|
||||
"version": "2.5.0-beta.3",
|
||||
"version": "3.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -23,7 +23,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/types/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"make-promises-safe": "^1.1.0",
|
||||
"shx": "^0.2.2",
|
||||
"tslint": "5.11.0",
|
||||
@ -32,7 +32,7 @@
|
||||
"dependencies": {
|
||||
"@types/node": "*",
|
||||
"bignumber.js": "~9.0.0",
|
||||
"ethereum-types": "^2.2.0-beta.2"
|
||||
"ethereum-types": "^3.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/typescript-typings",
|
||||
"version": "4.4.0-beta.2",
|
||||
"version": "5.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -27,7 +27,7 @@
|
||||
"@types/bn.js": "^4.11.0",
|
||||
"@types/react": "*",
|
||||
"bignumber.js": "~9.0.0",
|
||||
"ethereum-types": "^2.2.0-beta.2",
|
||||
"ethereum-types": "^3.0.0",
|
||||
"popper.js": "1.14.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/utils",
|
||||
"version": "4.6.0-beta.3",
|
||||
"version": "5.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -29,7 +29,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/utils/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@types/detect-node": "2.0.0",
|
||||
"@types/lodash": "4.14.104",
|
||||
"@types/mocha": "^5.2.7",
|
||||
@ -45,14 +45,14 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/types": "^2.5.0-beta.3",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/types": "^3.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@types/node": "*",
|
||||
"abortcontroller-polyfill": "^1.1.9",
|
||||
"bignumber.js": "~9.0.0",
|
||||
"chalk": "^2.3.0",
|
||||
"detect-node": "2.0.3",
|
||||
"ethereum-types": "^2.2.0-beta.2",
|
||||
"ethereum-types": "^3.0.0",
|
||||
"ethereumjs-util": "^5.1.1",
|
||||
"ethers": "~4.0.4",
|
||||
"isomorphic-fetch": "2.2.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/web3-wrapper",
|
||||
"version": "6.1.0-beta.3",
|
||||
"version": "7.0.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -40,7 +40,7 @@
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/web3-wrapper/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^3.1.0-beta.2",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@types/lodash": "4.14.104",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"chai": "^4.0.1",
|
||||
@ -58,11 +58,11 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/assert": "^2.2.0-beta.3",
|
||||
"@0x/json-schemas": "^4.1.0-beta.3",
|
||||
"@0x/typescript-typings": "^4.4.0-beta.2",
|
||||
"@0x/utils": "^4.6.0-beta.3",
|
||||
"ethereum-types": "^2.2.0-beta.2",
|
||||
"@0x/assert": "^3.0.0",
|
||||
"@0x/json-schemas": "^5.0.0",
|
||||
"@0x/typescript-typings": "^5.0.0",
|
||||
"@0x/utils": "^5.0.0",
|
||||
"ethereum-types": "^3.0.0",
|
||||
"ethereumjs-util": "^5.1.1",
|
||||
"ethers": "~4.0.4",
|
||||
"lodash": "^4.17.11"
|
||||
|
Loading…
x
Reference in New Issue
Block a user