Publish
- @0x/contracts-asset-proxy@3.1.2 - @0x/contracts-coordinator@3.0.5 - @0x/contracts-dev-utils@1.0.5 - @0x/contracts-erc1155@2.0.5 - @0x/contracts-erc20-bridge-sampler@1.2.0 - @0x/contracts-erc20@3.0.5 - @0x/contracts-erc721@3.0.5 - @0x/contracts-exchange-forwarder@4.0.5 - @0x/contracts-exchange-libs@4.1.1 - @0x/contracts-exchange@3.1.1 - @0x/contracts-extensions@5.1.4 - @0x/contracts-integrations@2.2.2 - @0x/contracts-multisig@4.0.5 - @0x/contracts-staking@2.0.5 - @0x/contracts-test-utils@5.1.2 - @0x/contracts-utils@4.2.0 - 0x.js@9.0.6 - @0x/abi-gen@5.1.1 - @0x/asset-swapper@4.1.0 - @0x/base-contract@6.1.1 - @0x/contract-addresses@4.4.0 - @0x/contract-wrappers-test@12.2.6 - @0x/contract-wrappers@13.4.1 - @0x/contracts-gen@2.0.5 - @0x/dev-utils@3.1.2 - @0x/instant@1.0.43 - @0x/migrations@6.0.1 - @0x/monorepo-scripts@1.0.48 - @0x/order-utils@10.1.2 - @0x/orderbook@2.1.1 - @0x/sol-compiler@4.0.5 - @0x/sol-coverage@4.0.5 - @0x/sol-doc@3.1.2 - @0x/sol-profiler@4.0.5 - @0x/sol-trace@3.0.5 - @0x/sol-tracing-utils@7.0.5 - @0x/subproviders@6.0.5
This commit is contained in:
parent
f89c78abd1
commit
5921208ea6
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-asset-proxy",
|
||||
"version": "3.1.1",
|
||||
"version": "3.1.2",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -51,12 +51,12 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^5.1.0",
|
||||
"@0x/contracts-gen": "^2.0.4",
|
||||
"@0x/contracts-test-utils": "^5.1.1",
|
||||
"@0x/contracts-utils": "^4.1.0",
|
||||
"@0x/dev-utils": "^3.1.1",
|
||||
"@0x/sol-compiler": "^4.0.4",
|
||||
"@0x/abi-gen": "^5.1.1",
|
||||
"@0x/contracts-gen": "^2.0.5",
|
||||
"@0x/contracts-test-utils": "^5.1.2",
|
||||
"@0x/contracts-utils": "^4.2.0",
|
||||
"@0x/dev-utils": "^3.1.2",
|
||||
"@0x/sol-compiler": "^4.0.5",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.1.1",
|
||||
@ -79,13 +79,13 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^6.1.0",
|
||||
"@0x/contracts-dev-utils": "^1.0.4",
|
||||
"@0x/contracts-erc1155": "^2.0.4",
|
||||
"@0x/contracts-erc20": "^3.0.4",
|
||||
"@0x/contracts-erc721": "^3.0.4",
|
||||
"@0x/contracts-exchange-libs": "^4.1.0",
|
||||
"@0x/order-utils": "^10.1.1",
|
||||
"@0x/base-contract": "^6.1.1",
|
||||
"@0x/contracts-dev-utils": "^1.0.5",
|
||||
"@0x/contracts-erc1155": "^2.0.5",
|
||||
"@0x/contracts-erc20": "^3.0.5",
|
||||
"@0x/contracts-erc721": "^3.0.5",
|
||||
"@0x/contracts-exchange-libs": "^4.1.1",
|
||||
"@0x/order-utils": "^10.1.2",
|
||||
"@0x/typescript-typings": "^5.0.1",
|
||||
"@0x/utils": "^5.2.0",
|
||||
"@0x/web3-wrapper": "^7.0.4",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-coordinator",
|
||||
"version": "3.0.4",
|
||||
"version": "3.0.5",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -52,16 +52,16 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^5.1.0",
|
||||
"@0x/contracts-asset-proxy": "^3.1.1",
|
||||
"@0x/contracts-dev-utils": "^1.0.4",
|
||||
"@0x/contracts-erc20": "^3.0.4",
|
||||
"@0x/contracts-exchange": "^3.1.0",
|
||||
"@0x/contracts-gen": "^2.0.4",
|
||||
"@0x/contracts-test-utils": "^5.1.1",
|
||||
"@0x/dev-utils": "^3.1.1",
|
||||
"@0x/order-utils": "^10.1.1",
|
||||
"@0x/sol-compiler": "^4.0.4",
|
||||
"@0x/abi-gen": "^5.1.1",
|
||||
"@0x/contracts-asset-proxy": "^3.1.2",
|
||||
"@0x/contracts-dev-utils": "^1.0.5",
|
||||
"@0x/contracts-erc20": "^3.0.5",
|
||||
"@0x/contracts-exchange": "^3.1.1",
|
||||
"@0x/contracts-gen": "^2.0.5",
|
||||
"@0x/contracts-test-utils": "^5.1.2",
|
||||
"@0x/dev-utils": "^3.1.2",
|
||||
"@0x/order-utils": "^10.1.2",
|
||||
"@0x/sol-compiler": "^4.0.5",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.4",
|
||||
@ -85,9 +85,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/assert": "^3.0.4",
|
||||
"@0x/base-contract": "^6.1.0",
|
||||
"@0x/contract-addresses": "^4.3.0",
|
||||
"@0x/contracts-utils": "^4.1.0",
|
||||
"@0x/base-contract": "^6.1.1",
|
||||
"@0x/contract-addresses": "^4.4.0",
|
||||
"@0x/contracts-utils": "^4.2.0",
|
||||
"@0x/json-schemas": "^5.0.4",
|
||||
"@0x/types": "^3.1.1",
|
||||
"@0x/typescript-typings": "^5.0.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-dev-utils",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -41,10 +41,10 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/dev-utils/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^5.1.0",
|
||||
"@0x/abi-gen": "^5.1.1",
|
||||
"@0x/assert": "^3.0.4",
|
||||
"@0x/contracts-gen": "^2.0.4",
|
||||
"@0x/sol-compiler": "^4.0.4",
|
||||
"@0x/contracts-gen": "^2.0.5",
|
||||
"@0x/sol-compiler": "^4.0.5",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@types/node": "*",
|
||||
@ -59,7 +59,7 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^6.1.0"
|
||||
"@0x/base-contract": "^6.1.1"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-erc1155",
|
||||
"version": "2.0.4",
|
||||
"version": "2.0.5",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -52,11 +52,11 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^5.1.0",
|
||||
"@0x/contracts-gen": "^2.0.4",
|
||||
"@0x/contracts-utils": "^4.1.0",
|
||||
"@0x/dev-utils": "^3.1.1",
|
||||
"@0x/sol-compiler": "^4.0.4",
|
||||
"@0x/abi-gen": "^5.1.1",
|
||||
"@0x/contracts-gen": "^2.0.5",
|
||||
"@0x/contracts-utils": "^4.2.0",
|
||||
"@0x/dev-utils": "^3.1.2",
|
||||
"@0x/sol-compiler": "^4.0.5",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.1.1",
|
||||
@ -80,8 +80,8 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^6.1.0",
|
||||
"@0x/contracts-test-utils": "^5.1.1",
|
||||
"@0x/base-contract": "^6.1.1",
|
||||
"@0x/contracts-test-utils": "^5.1.2",
|
||||
"@0x/utils": "^5.2.0",
|
||||
"@0x/web3-wrapper": "^7.0.4",
|
||||
"lodash": "^4.17.11"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-erc20-bridge-sampler",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -50,16 +50,16 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^5.1.0",
|
||||
"@0x/contracts-asset-proxy": "^3.1.1",
|
||||
"@0x/contracts-erc20": "^3.0.4",
|
||||
"@0x/contracts-exchange": "^3.1.0",
|
||||
"@0x/contracts-exchange-libs": "^4.1.0",
|
||||
"@0x/contracts-gen": "^2.0.4",
|
||||
"@0x/contracts-test-utils": "^5.1.1",
|
||||
"@0x/contracts-utils": "^4.1.0",
|
||||
"@0x/dev-utils": "^3.1.1",
|
||||
"@0x/sol-compiler": "^4.0.4",
|
||||
"@0x/abi-gen": "^5.1.1",
|
||||
"@0x/contracts-asset-proxy": "^3.1.2",
|
||||
"@0x/contracts-erc20": "^3.0.5",
|
||||
"@0x/contracts-exchange": "^3.1.1",
|
||||
"@0x/contracts-exchange-libs": "^4.1.1",
|
||||
"@0x/contracts-gen": "^2.0.5",
|
||||
"@0x/contracts-test-utils": "^5.1.2",
|
||||
"@0x/contracts-utils": "^4.2.0",
|
||||
"@0x/dev-utils": "^3.1.2",
|
||||
"@0x/sol-compiler": "^4.0.5",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.4",
|
||||
"@types/lodash": "4.14.104",
|
||||
@ -79,7 +79,7 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^6.1.0",
|
||||
"@0x/base-contract": "^6.1.1",
|
||||
"@0x/types": "^3.1.1",
|
||||
"@0x/typescript-typings": "^5.0.1",
|
||||
"@0x/utils": "^5.2.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-erc20",
|
||||
"version": "3.0.4",
|
||||
"version": "3.0.5",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -51,12 +51,12 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^5.1.0",
|
||||
"@0x/contracts-gen": "^2.0.4",
|
||||
"@0x/contracts-test-utils": "^5.1.1",
|
||||
"@0x/contracts-utils": "^4.1.0",
|
||||
"@0x/dev-utils": "^3.1.1",
|
||||
"@0x/sol-compiler": "^4.0.4",
|
||||
"@0x/abi-gen": "^5.1.1",
|
||||
"@0x/contracts-gen": "^2.0.5",
|
||||
"@0x/contracts-test-utils": "^5.1.2",
|
||||
"@0x/contracts-utils": "^4.2.0",
|
||||
"@0x/dev-utils": "^3.1.2",
|
||||
"@0x/sol-compiler": "^4.0.5",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.1.1",
|
||||
@ -82,7 +82,7 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^6.1.0"
|
||||
"@0x/base-contract": "^6.1.1"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-erc721",
|
||||
"version": "3.0.4",
|
||||
"version": "3.0.5",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -52,12 +52,12 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^5.1.0",
|
||||
"@0x/contracts-gen": "^2.0.4",
|
||||
"@0x/contracts-test-utils": "^5.1.1",
|
||||
"@0x/contracts-utils": "^4.1.0",
|
||||
"@0x/dev-utils": "^3.1.1",
|
||||
"@0x/sol-compiler": "^4.0.4",
|
||||
"@0x/abi-gen": "^5.1.1",
|
||||
"@0x/contracts-gen": "^2.0.5",
|
||||
"@0x/contracts-test-utils": "^5.1.2",
|
||||
"@0x/contracts-utils": "^4.2.0",
|
||||
"@0x/dev-utils": "^3.1.2",
|
||||
"@0x/sol-compiler": "^4.0.5",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.1.1",
|
||||
@ -84,7 +84,7 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^6.1.0"
|
||||
"@0x/base-contract": "^6.1.1"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-exchange-forwarder",
|
||||
"version": "4.0.4",
|
||||
"version": "4.0.5",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -52,20 +52,20 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^5.1.0",
|
||||
"@0x/contracts-asset-proxy": "^3.1.1",
|
||||
"@0x/contracts-dev-utils": "^1.0.4",
|
||||
"@0x/contracts-erc1155": "^2.0.4",
|
||||
"@0x/contracts-erc20": "^3.0.4",
|
||||
"@0x/contracts-erc721": "^3.0.4",
|
||||
"@0x/contracts-exchange": "^3.1.0",
|
||||
"@0x/contracts-exchange-libs": "^4.1.0",
|
||||
"@0x/contracts-gen": "^2.0.4",
|
||||
"@0x/contracts-test-utils": "^5.1.1",
|
||||
"@0x/contracts-utils": "^4.1.0",
|
||||
"@0x/dev-utils": "^3.1.1",
|
||||
"@0x/order-utils": "^10.1.1",
|
||||
"@0x/sol-compiler": "^4.0.4",
|
||||
"@0x/abi-gen": "^5.1.1",
|
||||
"@0x/contracts-asset-proxy": "^3.1.2",
|
||||
"@0x/contracts-dev-utils": "^1.0.5",
|
||||
"@0x/contracts-erc1155": "^2.0.5",
|
||||
"@0x/contracts-erc20": "^3.0.5",
|
||||
"@0x/contracts-erc721": "^3.0.5",
|
||||
"@0x/contracts-exchange": "^3.1.1",
|
||||
"@0x/contracts-exchange-libs": "^4.1.1",
|
||||
"@0x/contracts-gen": "^2.0.5",
|
||||
"@0x/contracts-test-utils": "^5.1.2",
|
||||
"@0x/contracts-utils": "^4.2.0",
|
||||
"@0x/dev-utils": "^3.1.2",
|
||||
"@0x/order-utils": "^10.1.2",
|
||||
"@0x/sol-compiler": "^4.0.5",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.1.1",
|
||||
@ -90,7 +90,7 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^6.1.0",
|
||||
"@0x/base-contract": "^6.1.1",
|
||||
"@0x/typescript-typings": "^5.0.1",
|
||||
"ethereum-types": "^3.0.0"
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-exchange-libs",
|
||||
"version": "4.1.0",
|
||||
"version": "4.1.1",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -52,11 +52,11 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/libs/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^5.1.0",
|
||||
"@0x/contracts-gen": "^2.0.4",
|
||||
"@0x/dev-utils": "^3.1.1",
|
||||
"@0x/sol-compiler": "^4.0.4",
|
||||
"@0x/subproviders": "^6.0.4",
|
||||
"@0x/abi-gen": "^5.1.1",
|
||||
"@0x/contracts-gen": "^2.0.5",
|
||||
"@0x/dev-utils": "^3.1.2",
|
||||
"@0x/sol-compiler": "^4.0.5",
|
||||
"@0x/subproviders": "^6.0.5",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.4",
|
||||
@ -80,10 +80,10 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^6.1.0",
|
||||
"@0x/contracts-test-utils": "^5.1.1",
|
||||
"@0x/contracts-utils": "^4.1.0",
|
||||
"@0x/order-utils": "^10.1.1",
|
||||
"@0x/base-contract": "^6.1.1",
|
||||
"@0x/contracts-test-utils": "^5.1.2",
|
||||
"@0x/contracts-utils": "^4.2.0",
|
||||
"@0x/order-utils": "^10.1.2",
|
||||
"@0x/types": "^3.1.1",
|
||||
"@0x/typescript-typings": "^5.0.1",
|
||||
"@0x/utils": "^5.2.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-exchange",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -52,16 +52,16 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^5.1.0",
|
||||
"@0x/contracts-asset-proxy": "^3.1.1",
|
||||
"@0x/contracts-exchange-libs": "^4.1.0",
|
||||
"@0x/contracts-gen": "^2.0.4",
|
||||
"@0x/contracts-multisig": "^4.0.4",
|
||||
"@0x/contracts-staking": "^2.0.4",
|
||||
"@0x/contracts-test-utils": "^5.1.1",
|
||||
"@0x/contracts-utils": "^4.1.0",
|
||||
"@0x/dev-utils": "^3.1.1",
|
||||
"@0x/sol-compiler": "^4.0.4",
|
||||
"@0x/abi-gen": "^5.1.1",
|
||||
"@0x/contracts-asset-proxy": "^3.1.2",
|
||||
"@0x/contracts-exchange-libs": "^4.1.1",
|
||||
"@0x/contracts-gen": "^2.0.5",
|
||||
"@0x/contracts-multisig": "^4.0.5",
|
||||
"@0x/contracts-staking": "^2.0.5",
|
||||
"@0x/contracts-test-utils": "^5.1.2",
|
||||
"@0x/contracts-utils": "^4.2.0",
|
||||
"@0x/dev-utils": "^3.1.2",
|
||||
"@0x/sol-compiler": "^4.0.5",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.1.1",
|
||||
@ -88,12 +88,12 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^6.1.0",
|
||||
"@0x/contracts-dev-utils": "^1.0.4",
|
||||
"@0x/contracts-erc1155": "^2.0.4",
|
||||
"@0x/contracts-erc20": "^3.0.4",
|
||||
"@0x/contracts-erc721": "^3.0.4",
|
||||
"@0x/order-utils": "^10.1.1",
|
||||
"@0x/base-contract": "^6.1.1",
|
||||
"@0x/contracts-dev-utils": "^1.0.5",
|
||||
"@0x/contracts-erc1155": "^2.0.5",
|
||||
"@0x/contracts-erc20": "^3.0.5",
|
||||
"@0x/contracts-erc721": "^3.0.5",
|
||||
"@0x/order-utils": "^10.1.2",
|
||||
"@0x/utils": "^5.2.0",
|
||||
"lodash": "^4.17.11"
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-extensions",
|
||||
"version": "5.1.3",
|
||||
"version": "5.1.4",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -52,19 +52,19 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^5.1.0",
|
||||
"@0x/contracts-asset-proxy": "^3.1.1",
|
||||
"@0x/contracts-dev-utils": "^1.0.4",
|
||||
"@0x/contracts-erc20": "^3.0.4",
|
||||
"@0x/contracts-erc721": "^3.0.4",
|
||||
"@0x/contracts-exchange": "^3.1.0",
|
||||
"@0x/contracts-exchange-libs": "^4.1.0",
|
||||
"@0x/contracts-gen": "^2.0.4",
|
||||
"@0x/contracts-test-utils": "^5.1.1",
|
||||
"@0x/contracts-utils": "^4.1.0",
|
||||
"@0x/dev-utils": "^3.1.1",
|
||||
"@0x/order-utils": "^10.1.1",
|
||||
"@0x/sol-compiler": "^4.0.4",
|
||||
"@0x/abi-gen": "^5.1.1",
|
||||
"@0x/contracts-asset-proxy": "^3.1.2",
|
||||
"@0x/contracts-dev-utils": "^1.0.5",
|
||||
"@0x/contracts-erc20": "^3.0.5",
|
||||
"@0x/contracts-erc721": "^3.0.5",
|
||||
"@0x/contracts-exchange": "^3.1.1",
|
||||
"@0x/contracts-exchange-libs": "^4.1.1",
|
||||
"@0x/contracts-gen": "^2.0.5",
|
||||
"@0x/contracts-test-utils": "^5.1.2",
|
||||
"@0x/contracts-utils": "^4.2.0",
|
||||
"@0x/dev-utils": "^3.1.2",
|
||||
"@0x/order-utils": "^10.1.2",
|
||||
"@0x/sol-compiler": "^4.0.5",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.1.1",
|
||||
@ -91,7 +91,7 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^6.1.0",
|
||||
"@0x/base-contract": "^6.1.1",
|
||||
"@0x/typescript-typings": "^5.0.1",
|
||||
"ethereum-types": "^3.0.0"
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-integrations",
|
||||
"version": "2.2.1",
|
||||
"version": "2.2.2",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -51,20 +51,20 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^5.1.0",
|
||||
"@0x/contract-addresses": "^4.3.0",
|
||||
"@0x/contract-wrappers": "^13.4.0",
|
||||
"@0x/contracts-coordinator": "^3.0.4",
|
||||
"@0x/contracts-dev-utils": "^1.0.4",
|
||||
"@0x/contracts-exchange-forwarder": "^4.0.4",
|
||||
"@0x/contracts-exchange-libs": "^4.1.0",
|
||||
"@0x/contracts-gen": "^2.0.4",
|
||||
"@0x/contracts-utils": "^4.1.0",
|
||||
"@0x/abi-gen": "^5.1.1",
|
||||
"@0x/contract-addresses": "^4.4.0",
|
||||
"@0x/contract-wrappers": "^13.4.1",
|
||||
"@0x/contracts-coordinator": "^3.0.5",
|
||||
"@0x/contracts-dev-utils": "^1.0.5",
|
||||
"@0x/contracts-exchange-forwarder": "^4.0.5",
|
||||
"@0x/contracts-exchange-libs": "^4.1.1",
|
||||
"@0x/contracts-gen": "^2.0.5",
|
||||
"@0x/contracts-utils": "^4.2.0",
|
||||
"@0x/coordinator-server": "^1.0.5",
|
||||
"@0x/dev-utils": "^3.1.1",
|
||||
"@0x/migrations": "^6.0.0",
|
||||
"@0x/order-utils": "^10.1.1",
|
||||
"@0x/sol-compiler": "^4.0.4",
|
||||
"@0x/dev-utils": "^3.1.2",
|
||||
"@0x/migrations": "^6.0.1",
|
||||
"@0x/order-utils": "^10.1.2",
|
||||
"@0x/sol-compiler": "^4.0.5",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.4",
|
||||
"@azure/core-asynciterator-polyfill": "^1.0.0",
|
||||
@ -89,16 +89,16 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/asset-swapper": "^4.0.1",
|
||||
"@0x/base-contract": "^6.1.0",
|
||||
"@0x/contracts-asset-proxy": "^3.1.1",
|
||||
"@0x/contracts-erc1155": "^2.0.4",
|
||||
"@0x/contracts-erc20": "^3.0.4",
|
||||
"@0x/contracts-erc721": "^3.0.4",
|
||||
"@0x/contracts-exchange": "^3.1.0",
|
||||
"@0x/contracts-multisig": "^4.0.4",
|
||||
"@0x/contracts-staking": "^2.0.4",
|
||||
"@0x/contracts-test-utils": "^5.1.1",
|
||||
"@0x/asset-swapper": "^4.1.0",
|
||||
"@0x/base-contract": "^6.1.1",
|
||||
"@0x/contracts-asset-proxy": "^3.1.2",
|
||||
"@0x/contracts-erc1155": "^2.0.5",
|
||||
"@0x/contracts-erc20": "^3.0.5",
|
||||
"@0x/contracts-erc721": "^3.0.5",
|
||||
"@0x/contracts-exchange": "^3.1.1",
|
||||
"@0x/contracts-multisig": "^4.0.5",
|
||||
"@0x/contracts-staking": "^2.0.5",
|
||||
"@0x/contracts-test-utils": "^5.1.2",
|
||||
"@0x/types": "^3.1.1",
|
||||
"@0x/typescript-typings": "^5.0.1",
|
||||
"@0x/utils": "^5.2.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-multisig",
|
||||
"version": "4.0.4",
|
||||
"version": "4.0.5",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -49,14 +49,14 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/multisig/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^5.1.0",
|
||||
"@0x/contracts-asset-proxy": "^3.1.1",
|
||||
"@0x/contracts-erc20": "^3.0.4",
|
||||
"@0x/contracts-gen": "^2.0.4",
|
||||
"@0x/contracts-test-utils": "^5.1.1",
|
||||
"@0x/contracts-utils": "^4.1.0",
|
||||
"@0x/dev-utils": "^3.1.1",
|
||||
"@0x/sol-compiler": "^4.0.4",
|
||||
"@0x/abi-gen": "^5.1.1",
|
||||
"@0x/contracts-asset-proxy": "^3.1.2",
|
||||
"@0x/contracts-erc20": "^3.0.5",
|
||||
"@0x/contracts-gen": "^2.0.5",
|
||||
"@0x/contracts-test-utils": "^5.1.2",
|
||||
"@0x/contracts-utils": "^4.2.0",
|
||||
"@0x/dev-utils": "^3.1.2",
|
||||
"@0x/sol-compiler": "^4.0.5",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.1.1",
|
||||
"@0x/utils": "^5.2.0",
|
||||
@ -78,7 +78,7 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^6.1.0",
|
||||
"@0x/base-contract": "^6.1.1",
|
||||
"@0x/typescript-typings": "^5.0.1",
|
||||
"ethereum-types": "^3.0.0"
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-staking",
|
||||
"version": "2.0.4",
|
||||
"version": "2.0.5",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -53,16 +53,16 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^5.1.0",
|
||||
"@0x/contracts-asset-proxy": "^3.1.1",
|
||||
"@0x/contracts-dev-utils": "^1.0.4",
|
||||
"@0x/contracts-erc20": "^3.0.4",
|
||||
"@0x/contracts-exchange-libs": "^4.1.0",
|
||||
"@0x/contracts-gen": "^2.0.4",
|
||||
"@0x/contracts-utils": "^4.1.0",
|
||||
"@0x/dev-utils": "^3.1.1",
|
||||
"@0x/order-utils": "^10.1.1",
|
||||
"@0x/sol-compiler": "^4.0.4",
|
||||
"@0x/abi-gen": "^5.1.1",
|
||||
"@0x/contracts-asset-proxy": "^3.1.2",
|
||||
"@0x/contracts-dev-utils": "^1.0.5",
|
||||
"@0x/contracts-erc20": "^3.0.5",
|
||||
"@0x/contracts-exchange-libs": "^4.1.1",
|
||||
"@0x/contracts-gen": "^2.0.5",
|
||||
"@0x/contracts-utils": "^4.2.0",
|
||||
"@0x/dev-utils": "^3.1.2",
|
||||
"@0x/order-utils": "^10.1.2",
|
||||
"@0x/sol-compiler": "^4.0.5",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.1.1",
|
||||
@ -87,8 +87,8 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^6.1.0",
|
||||
"@0x/contracts-test-utils": "^5.1.1",
|
||||
"@0x/base-contract": "^6.1.1",
|
||||
"@0x/contracts-test-utils": "^5.1.2",
|
||||
"@0x/typescript-typings": "^5.0.1",
|
||||
"@0x/utils": "^5.2.0",
|
||||
"ethereum-types": "^3.0.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-test-utils",
|
||||
"version": "5.1.1",
|
||||
"version": "5.1.2",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -34,7 +34,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/test-utils/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/sol-compiler": "^4.0.4",
|
||||
"@0x/sol-compiler": "^4.0.5",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"npm-run-all": "^4.1.2",
|
||||
"shx": "^0.2.2",
|
||||
@ -43,15 +43,15 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/assert": "^3.0.4",
|
||||
"@0x/base-contract": "^6.1.0",
|
||||
"@0x/contract-addresses": "^4.3.0",
|
||||
"@0x/dev-utils": "^3.1.1",
|
||||
"@0x/base-contract": "^6.1.1",
|
||||
"@0x/contract-addresses": "^4.4.0",
|
||||
"@0x/dev-utils": "^3.1.2",
|
||||
"@0x/json-schemas": "^5.0.4",
|
||||
"@0x/order-utils": "^10.1.1",
|
||||
"@0x/sol-coverage": "^4.0.4",
|
||||
"@0x/sol-profiler": "^4.0.4",
|
||||
"@0x/sol-trace": "^3.0.4",
|
||||
"@0x/subproviders": "^6.0.4",
|
||||
"@0x/order-utils": "^10.1.2",
|
||||
"@0x/sol-coverage": "^4.0.5",
|
||||
"@0x/sol-profiler": "^4.0.5",
|
||||
"@0x/sol-trace": "^3.0.5",
|
||||
"@0x/subproviders": "^6.0.5",
|
||||
"@0x/types": "^3.1.1",
|
||||
"@0x/typescript-typings": "^5.0.1",
|
||||
"@0x/utils": "^5.2.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-utils",
|
||||
"version": "4.1.0",
|
||||
"version": "4.2.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -50,12 +50,12 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/utils/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^5.1.0",
|
||||
"@0x/contracts-gen": "^2.0.4",
|
||||
"@0x/contracts-test-utils": "^5.1.1",
|
||||
"@0x/dev-utils": "^3.1.1",
|
||||
"@0x/order-utils": "^10.1.1",
|
||||
"@0x/sol-compiler": "^4.0.4",
|
||||
"@0x/abi-gen": "^5.1.1",
|
||||
"@0x/contracts-gen": "^2.0.5",
|
||||
"@0x/contracts-test-utils": "^5.1.2",
|
||||
"@0x/dev-utils": "^3.1.2",
|
||||
"@0x/order-utils": "^10.1.2",
|
||||
"@0x/sol-compiler": "^4.0.5",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.1.1",
|
||||
"@0x/web3-wrapper": "^7.0.4",
|
||||
@ -79,7 +79,7 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^6.1.0",
|
||||
"@0x/base-contract": "^6.1.1",
|
||||
"@0x/typescript-typings": "^5.0.1",
|
||||
"@0x/utils": "^5.2.0",
|
||||
"bn.js": "^4.11.8",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "0x.js",
|
||||
"version": "9.0.5",
|
||||
"version": "9.0.6",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -46,9 +46,9 @@
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@0x/contract-addresses": "^4.3.0",
|
||||
"@0x/dev-utils": "^3.1.1",
|
||||
"@0x/migrations": "^6.0.0",
|
||||
"@0x/contract-addresses": "^4.4.0",
|
||||
"@0x/dev-utils": "^3.1.2",
|
||||
"@0x/migrations": "^6.0.1",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@types/lodash": "4.14.104",
|
||||
@ -79,11 +79,11 @@
|
||||
"dependencies": {
|
||||
"@0x/abi-gen-wrappers": "^5.4.0-beta.3",
|
||||
"@0x/assert": "^3.0.4",
|
||||
"@0x/asset-swapper": "^4.0.1",
|
||||
"@0x/base-contract": "^6.1.0",
|
||||
"@0x/contract-wrappers": "^13.4.0",
|
||||
"@0x/order-utils": "^10.1.1",
|
||||
"@0x/subproviders": "^6.0.4",
|
||||
"@0x/asset-swapper": "^4.1.0",
|
||||
"@0x/base-contract": "^6.1.1",
|
||||
"@0x/contract-wrappers": "^13.4.1",
|
||||
"@0x/order-utils": "^10.1.2",
|
||||
"@0x/subproviders": "^6.0.5",
|
||||
"@0x/types": "^3.1.1",
|
||||
"@0x/typescript-typings": "^5.0.1",
|
||||
"@0x/utils": "^5.2.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/abi-gen",
|
||||
"version": "5.1.0",
|
||||
"version": "5.1.1",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -81,12 +81,12 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@0x/assert": "^3.0.4",
|
||||
"@0x/base-contract": "^6.1.0",
|
||||
"@0x/contracts-gen": "^2.0.4",
|
||||
"@0x/dev-utils": "^3.1.1",
|
||||
"@0x/base-contract": "^6.1.1",
|
||||
"@0x/contracts-gen": "^2.0.5",
|
||||
"@0x/dev-utils": "^3.1.2",
|
||||
"@0x/json-schemas": "^5.0.4",
|
||||
"@0x/sol-compiler": "^4.0.4",
|
||||
"@0x/subproviders": "^6.0.4",
|
||||
"@0x/sol-compiler": "^4.0.5",
|
||||
"@0x/subproviders": "^6.0.5",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/web3-wrapper": "^7.0.4",
|
||||
"@types/glob": "5.0.35",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/asset-swapper",
|
||||
"version": "4.0.1",
|
||||
"version": "4.1.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -41,23 +41,23 @@
|
||||
"homepage": "https://0x.org/asset-swapper",
|
||||
"dependencies": {
|
||||
"@0x/assert": "^3.0.4",
|
||||
"@0x/contract-addresses": "^4.3.0",
|
||||
"@0x/contract-wrappers": "^13.4.0",
|
||||
"@0x/contract-addresses": "^4.4.0",
|
||||
"@0x/contract-wrappers": "^13.4.1",
|
||||
"@0x/json-schemas": "^5.0.4",
|
||||
"@0x/order-utils": "^10.1.1",
|
||||
"@0x/orderbook": "^2.1.0",
|
||||
"@0x/order-utils": "^10.1.2",
|
||||
"@0x/orderbook": "^2.1.1",
|
||||
"@0x/utils": "^5.2.0",
|
||||
"@0x/web3-wrapper": "^7.0.4",
|
||||
"heartbeats": "^5.0.1",
|
||||
"lodash": "^4.17.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@0x/base-contract": "^6.1.0",
|
||||
"@0x/contracts-test-utils": "^5.1.1",
|
||||
"@0x/dev-utils": "^3.1.1",
|
||||
"@0x/base-contract": "^6.1.1",
|
||||
"@0x/contracts-test-utils": "^5.1.2",
|
||||
"@0x/dev-utils": "^3.1.2",
|
||||
"@0x/mesh-rpc-client": "^7.0.4-beta-0xv3",
|
||||
"@0x/migrations": "^6.0.0",
|
||||
"@0x/subproviders": "^6.0.4",
|
||||
"@0x/migrations": "^6.0.1",
|
||||
"@0x/subproviders": "^6.0.5",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.1.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/base-contract",
|
||||
"version": "6.1.0",
|
||||
"version": "6.1.1",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contract-addresses",
|
||||
"version": "4.3.0",
|
||||
"version": "4.4.0",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contract-wrappers-test",
|
||||
"version": "12.2.5",
|
||||
"version": "12.2.6",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -31,12 +31,12 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/contract-wrappers-test/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/contract-wrappers": "^13.4.0",
|
||||
"@0x/contracts-test-utils": "^5.1.1",
|
||||
"@0x/dev-utils": "^3.1.1",
|
||||
"@0x/migrations": "^6.0.0",
|
||||
"@0x/order-utils": "^10.1.1",
|
||||
"@0x/subproviders": "^6.0.4",
|
||||
"@0x/contract-wrappers": "^13.4.1",
|
||||
"@0x/contracts-test-utils": "^5.1.2",
|
||||
"@0x/dev-utils": "^3.1.2",
|
||||
"@0x/migrations": "^6.0.1",
|
||||
"@0x/order-utils": "^10.1.2",
|
||||
"@0x/subproviders": "^6.0.5",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.1.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contract-wrappers",
|
||||
"version": "13.4.0",
|
||||
"version": "13.4.1",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -51,8 +51,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/assert": "^3.0.4",
|
||||
"@0x/base-contract": "^6.1.0",
|
||||
"@0x/contract-addresses": "^4.3.0",
|
||||
"@0x/base-contract": "^6.1.1",
|
||||
"@0x/contract-addresses": "^4.4.0",
|
||||
"@0x/json-schemas": "^5.0.4",
|
||||
"@0x/types": "^3.1.1",
|
||||
"@0x/utils": "^5.2.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-gen",
|
||||
"version": "2.0.4",
|
||||
"version": "2.0.5",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -27,7 +27,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/contracts-gen/README.md",
|
||||
"dependencies": {
|
||||
"@0x/sol-compiler": "^4.0.4",
|
||||
"@0x/sol-compiler": "^4.0.5",
|
||||
"@0x/sol-resolver": "^3.0.2",
|
||||
"@0x/types": "^3.1.1",
|
||||
"@0x/typescript-typings": "^5.0.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/dev-utils",
|
||||
"version": "3.1.1",
|
||||
"version": "3.1.2",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -46,7 +46,7 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/subproviders": "^6.0.4",
|
||||
"@0x/subproviders": "^6.0.5",
|
||||
"@0x/types": "^3.1.1",
|
||||
"@0x/typescript-typings": "^5.0.1",
|
||||
"@0x/utils": "^5.2.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/instant",
|
||||
"version": "1.0.42",
|
||||
"version": "1.0.43",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -44,10 +44,10 @@
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/instant/README.md",
|
||||
"dependencies": {
|
||||
"@0x/assert": "^3.0.4",
|
||||
"@0x/asset-swapper": "^4.0.1",
|
||||
"@0x/contract-wrappers": "^13.4.0",
|
||||
"@0x/asset-swapper": "^4.1.0",
|
||||
"@0x/contract-wrappers": "^13.4.1",
|
||||
"@0x/json-schemas": "^5.0.4",
|
||||
"@0x/subproviders": "^6.0.4",
|
||||
"@0x/subproviders": "^6.0.5",
|
||||
"@0x/utils": "^5.2.0",
|
||||
"@0x/web3-wrapper": "^7.0.4",
|
||||
"babel-runtime": "^6.26.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/migrations",
|
||||
"version": "6.0.0",
|
||||
"version": "6.0.1",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -43,7 +43,7 @@
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@0x/dev-utils": "^3.1.1",
|
||||
"@0x/dev-utils": "^3.1.2",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.1.1",
|
||||
@ -61,24 +61,24 @@
|
||||
"yargs": "^10.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^6.1.0",
|
||||
"@0x/contract-addresses": "^4.3.0",
|
||||
"@0x/base-contract": "^6.1.1",
|
||||
"@0x/contract-addresses": "^4.4.0",
|
||||
"@0x/contract-artifacts": "^3.4.0",
|
||||
"@0x/contract-wrappers": "^13.4.0",
|
||||
"@0x/contracts-asset-proxy": "^3.1.1",
|
||||
"@0x/contracts-coordinator": "^3.0.4",
|
||||
"@0x/contracts-dev-utils": "^1.0.4",
|
||||
"@0x/contracts-erc1155": "^2.0.4",
|
||||
"@0x/contracts-erc20": "^3.0.4",
|
||||
"@0x/contracts-erc721": "^3.0.4",
|
||||
"@0x/contracts-exchange": "^3.1.0",
|
||||
"@0x/contracts-exchange-forwarder": "^4.0.4",
|
||||
"@0x/contracts-extensions": "^5.1.3",
|
||||
"@0x/contracts-multisig": "^4.0.4",
|
||||
"@0x/contracts-staking": "^2.0.4",
|
||||
"@0x/contracts-utils": "^4.1.0",
|
||||
"@0x/sol-compiler": "^4.0.4",
|
||||
"@0x/subproviders": "^6.0.4",
|
||||
"@0x/contract-wrappers": "^13.4.1",
|
||||
"@0x/contracts-asset-proxy": "^3.1.2",
|
||||
"@0x/contracts-coordinator": "^3.0.5",
|
||||
"@0x/contracts-dev-utils": "^1.0.5",
|
||||
"@0x/contracts-erc1155": "^2.0.5",
|
||||
"@0x/contracts-erc20": "^3.0.5",
|
||||
"@0x/contracts-erc721": "^3.0.5",
|
||||
"@0x/contracts-exchange": "^3.1.1",
|
||||
"@0x/contracts-exchange-forwarder": "^4.0.5",
|
||||
"@0x/contracts-extensions": "^5.1.4",
|
||||
"@0x/contracts-multisig": "^4.0.5",
|
||||
"@0x/contracts-staking": "^2.0.5",
|
||||
"@0x/contracts-utils": "^4.2.0",
|
||||
"@0x/sol-compiler": "^4.0.5",
|
||||
"@0x/subproviders": "^6.0.5",
|
||||
"@0x/typescript-typings": "^5.0.1",
|
||||
"@0x/utils": "^5.2.0",
|
||||
"@0x/web3-wrapper": "^7.0.4",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "@0x/monorepo-scripts",
|
||||
"version": "1.0.47",
|
||||
"version": "1.0.48",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/order-utils",
|
||||
"version": "10.1.1",
|
||||
"version": "10.1.2",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -39,8 +39,8 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/order-utils/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/dev-utils": "^3.1.1",
|
||||
"@0x/subproviders": "^6.0.4",
|
||||
"@0x/dev-utils": "^3.1.2",
|
||||
"@0x/subproviders": "^6.0.5",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@0x/types": "^3.1.1",
|
||||
@ -64,7 +64,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/assert": "^3.0.4",
|
||||
"@0x/contract-wrappers": "^13.4.0",
|
||||
"@0x/contract-wrappers": "^13.4.1",
|
||||
"@0x/json-schemas": "^5.0.4",
|
||||
"@0x/utils": "^5.2.0",
|
||||
"@0x/web3-wrapper": "^7.0.4",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/orderbook",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"description": "Library for retrieving and syncing a remote orderbook locally",
|
||||
"main": "lib/src/index.js",
|
||||
"types": "lib/src/index.d.ts",
|
||||
@ -48,9 +48,9 @@
|
||||
"dependencies": {
|
||||
"@0x/assert": "^3.0.4",
|
||||
"@0x/connect": "^6.0.4",
|
||||
"@0x/contracts-dev-utils": "^1.0.4",
|
||||
"@0x/contracts-dev-utils": "^1.0.5",
|
||||
"@0x/mesh-rpc-client": "^7.0.4-beta-0xv3",
|
||||
"@0x/order-utils": "^10.1.1",
|
||||
"@0x/order-utils": "^10.1.2",
|
||||
"@0x/utils": "^5.2.0"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/sol-compiler",
|
||||
"version": "4.0.4",
|
||||
"version": "4.0.5",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -46,7 +46,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-compiler/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/dev-utils": "^3.1.1",
|
||||
"@0x/dev-utils": "^3.1.2",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@types/mkdirp": "^0.5.2",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/sol-coverage",
|
||||
"version": "4.0.4",
|
||||
"version": "4.0.5",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -33,8 +33,8 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-coverage/README.md",
|
||||
"dependencies": {
|
||||
"@0x/sol-tracing-utils": "^7.0.4",
|
||||
"@0x/subproviders": "^6.0.4",
|
||||
"@0x/sol-tracing-utils": "^7.0.5",
|
||||
"@0x/subproviders": "^6.0.5",
|
||||
"@0x/typescript-typings": "^5.0.1",
|
||||
"@types/minimatch": "^3.0.3",
|
||||
"ethereum-types": "^3.0.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/sol-doc",
|
||||
"version": "3.1.1",
|
||||
"version": "3.1.2",
|
||||
"description": "Solidity documentation generator",
|
||||
"main": "lib/src/index.js",
|
||||
"types": "lib/src/index.d.js",
|
||||
@ -32,7 +32,7 @@
|
||||
"author": "F. Eugene Aumson",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@0x/sol-compiler": "^4.0.4",
|
||||
"@0x/sol-compiler": "^4.0.5",
|
||||
"@0x/types": "^3.1.1",
|
||||
"@0x/utils": "^5.2.0",
|
||||
"ethereum-types": "^3.0.0",
|
||||
@ -41,7 +41,7 @@
|
||||
"yargs": "^10.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@0x/dev-utils": "^3.1.1",
|
||||
"@0x/dev-utils": "^3.1.2",
|
||||
"@0x/tslint-config": "^4.0.0",
|
||||
"@types/mocha": "^5.2.7",
|
||||
"chai": "^4.0.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/sol-profiler",
|
||||
"version": "4.0.4",
|
||||
"version": "4.0.5",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -33,8 +33,8 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-profiler/README.md",
|
||||
"dependencies": {
|
||||
"@0x/sol-tracing-utils": "^7.0.4",
|
||||
"@0x/subproviders": "^6.0.4",
|
||||
"@0x/sol-tracing-utils": "^7.0.5",
|
||||
"@0x/subproviders": "^6.0.5",
|
||||
"@0x/typescript-typings": "^5.0.1",
|
||||
"@0x/utils": "^5.2.0",
|
||||
"ethereum-types": "^3.0.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/sol-trace",
|
||||
"version": "3.0.4",
|
||||
"version": "3.0.5",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -33,8 +33,8 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-trace/README.md",
|
||||
"dependencies": {
|
||||
"@0x/sol-tracing-utils": "^7.0.4",
|
||||
"@0x/subproviders": "^6.0.4",
|
||||
"@0x/sol-tracing-utils": "^7.0.5",
|
||||
"@0x/subproviders": "^6.0.5",
|
||||
"@0x/typescript-typings": "^5.0.1",
|
||||
"chalk": "^2.3.0",
|
||||
"ethereum-types": "^3.0.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/sol-tracing-utils",
|
||||
"version": "7.0.4",
|
||||
"version": "7.0.5",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@ -38,10 +38,10 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-tracing-utils/README.md",
|
||||
"dependencies": {
|
||||
"@0x/dev-utils": "^3.1.1",
|
||||
"@0x/sol-compiler": "^4.0.4",
|
||||
"@0x/dev-utils": "^3.1.2",
|
||||
"@0x/sol-compiler": "^4.0.5",
|
||||
"@0x/sol-resolver": "^3.0.2",
|
||||
"@0x/subproviders": "^6.0.4",
|
||||
"@0x/subproviders": "^6.0.5",
|
||||
"@0x/typescript-typings": "^5.0.1",
|
||||
"@0x/utils": "^5.2.0",
|
||||
"@0x/web3-wrapper": "^7.0.4",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/subproviders",
|
||||
"version": "6.0.4",
|
||||
"version": "6.0.5",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user