aboutsummaryrefslogtreecommitdiffstats
path: root/contracts
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2019-02-07 22:02:05 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2019-02-07 22:02:05 +0800
commitf003298ce4c7a2201d2d59685b0d5d0411aeb55d (patch)
tree8654218584f6d2488633638d58d5d4075348e8d8 /contracts
parent5f5ee0041f824efe00bdbf0d0c6b66a221893561 (diff)
downloaddexon-0x-contracts-f003298ce4c7a2201d2d59685b0d5d0411aeb55d.tar
dexon-0x-contracts-f003298ce4c7a2201d2d59685b0d5d0411aeb55d.tar.gz
dexon-0x-contracts-f003298ce4c7a2201d2d59685b0d5d0411aeb55d.tar.bz2
dexon-0x-contracts-f003298ce4c7a2201d2d59685b0d5d0411aeb55d.tar.lz
dexon-0x-contracts-f003298ce4c7a2201d2d59685b0d5d0411aeb55d.tar.xz
dexon-0x-contracts-f003298ce4c7a2201d2d59685b0d5d0411aeb55d.tar.zst
dexon-0x-contracts-f003298ce4c7a2201d2d59685b0d5d0411aeb55d.zip
Publish
- 0x.js@4.0.3 - @0x/abi-gen@2.0.2 - @0x/abi-gen-wrappers@3.0.2 - @0x/assert@2.0.2 - @0x/asset-buyer@5.0.3 - @0x/base-contract@4.0.2 - @0x/connect@4.0.3 - @0x/contract-wrappers@7.0.2 - @0x/contracts-gen@1.0.1 - @0x/dev-tools-pages@0.0.18 - @0x/dev-utils@2.0.2 - @0x/fill-scenarios@2.0.3 - @0x/instant@1.0.12 - @0x/json-schemas@3.0.2 - @0x/metacoin@0.0.39 - @0x/migrations@3.0.3 - @0x/monorepo-scripts@1.0.23 - @0x/order-utils@6.0.1 - @0x/order-watcher@3.0.3 - @0x/pipeline@1.0.9 - @0x/react-docs@2.0.3 - @0x/react-shared@2.0.3 - @0x/sol-compiler@3.0.2 - @0x/sol-coverage@2.0.2 - @0x/sol-doc@2.0.2 - @0x/sol-profiler@2.0.3 - @0x/sol-resolver@2.0.2 - @0x/sol-trace@2.0.3 - @0x/sol-tracing-utils@6.0.2 - @0x/sra-spec@2.0.2 - @0x/subproviders@3.0.2 - @0x/testnet-faucets@1.0.68 - @0x/types@2.0.2 - @0x/utils@4.0.3 - @0x/web3-wrapper@4.0.2 - @0x/website@0.0.71 - @0x/contracts-asset-proxy@1.0.4 - @0x/contracts-erc20@1.0.4 - @0x/contracts-erc721@1.0.4 - @0x/contracts-exchange@1.0.4 - @0x/contracts-exchange-forwarder@1.0.4 - @0x/contracts-exchange-libs@1.0.4 - @0x/contracts-extensions@2.0.3 - @0x/contracts-multisig@2.0.3 - @0x/contracts-test-utils@3.0.3 - @0x/contracts-utils@2.0.3
Diffstat (limited to 'contracts')
-rw-r--r--contracts/asset-proxy/package.json22
-rw-r--r--contracts/erc20/package.json20
-rw-r--r--contracts/erc721/package.json20
-rw-r--r--contracts/exchange-forwarder/package.json24
-rw-r--r--contracts/exchange-libs/package.json22
-rw-r--r--contracts/exchange/package.json22
-rw-r--r--contracts/extensions/package.json24
-rw-r--r--contracts/multisig/package.json20
-rw-r--r--contracts/test-utils/package.json24
-rw-r--r--contracts/utils/package.json22
10 files changed, 110 insertions, 110 deletions
diff --git a/contracts/asset-proxy/package.json b/contracts/asset-proxy/package.json
index e6e250b19..def8eead7 100644
--- a/contracts/asset-proxy/package.json
+++ b/contracts/asset-proxy/package.json
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-asset-proxy",
- "version": "1.0.3",
+ "version": "1.0.4",
"engines": {
"node": ">=6.12"
},
@@ -46,10 +46,10 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
"devDependencies": {
- "@0x/contracts-gen": "^1.0.0",
- "@0x/abi-gen": "^2.0.1",
- "@0x/dev-utils": "^2.0.1",
- "@0x/sol-compiler": "^3.0.1",
+ "@0x/abi-gen": "^2.0.2",
+ "@0x/contracts-gen": "^1.0.1",
+ "@0x/dev-utils": "^2.0.2",
+ "@0x/sol-compiler": "^3.0.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
@@ -66,16 +66,16 @@
"typescript": "3.0.1"
},
"dependencies": {
- "@0x/base-contract": "^4.0.1",
- "@0x/contracts-test-utils": "^3.0.2",
+ "@0x/base-contract": "^4.0.2",
"@0x/contracts-erc20": "1.0.2",
"@0x/contracts-erc721": "1.0.2",
+ "@0x/contracts-test-utils": "^3.0.3",
"@0x/contracts-utils": "2.0.1",
- "@0x/order-utils": "^6.0.0",
- "@0x/types": "^2.0.1",
+ "@0x/order-utils": "^6.0.1",
+ "@0x/types": "^2.0.2",
"@0x/typescript-typings": "^4.0.0",
- "@0x/utils": "^4.0.2",
- "@0x/web3-wrapper": "^4.0.1",
+ "@0x/utils": "^4.0.3",
+ "@0x/web3-wrapper": "^4.0.2",
"ethereum-types": "^2.0.0",
"lodash": "^4.17.11"
},
diff --git a/contracts/erc20/package.json b/contracts/erc20/package.json
index d44020db7..45272f157 100644
--- a/contracts/erc20/package.json
+++ b/contracts/erc20/package.json
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-erc20",
- "version": "1.0.3",
+ "version": "1.0.4",
"engines": {
"node": ">=6.12"
},
@@ -46,11 +46,11 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
"devDependencies": {
- "@0x/contracts-gen": "^1.0.0",
- "@0x/abi-gen": "^2.0.1",
- "@0x/contracts-test-utils": "^3.0.2",
- "@0x/dev-utils": "^2.0.1",
- "@0x/sol-compiler": "^3.0.1",
+ "@0x/abi-gen": "^2.0.2",
+ "@0x/contracts-gen": "^1.0.1",
+ "@0x/contracts-test-utils": "^3.0.3",
+ "@0x/dev-utils": "^2.0.2",
+ "@0x/sol-compiler": "^3.0.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
@@ -67,13 +67,13 @@
"typescript": "3.0.1"
},
"dependencies": {
- "@0x/base-contract": "^4.0.1",
+ "@0x/base-contract": "^4.0.2",
"@0x/contracts-exchange-libs": "1.0.2",
"@0x/contracts-utils": "2.0.1",
- "@0x/types": "^2.0.1",
+ "@0x/types": "^2.0.2",
"@0x/typescript-typings": "^4.0.0",
- "@0x/utils": "^4.0.2",
- "@0x/web3-wrapper": "^4.0.1",
+ "@0x/utils": "^4.0.3",
+ "@0x/web3-wrapper": "^4.0.2",
"ethereum-types": "^2.0.0",
"lodash": "^4.17.11"
},
diff --git a/contracts/erc721/package.json b/contracts/erc721/package.json
index ba0762f30..830ea5d73 100644
--- a/contracts/erc721/package.json
+++ b/contracts/erc721/package.json
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-erc721",
- "version": "1.0.3",
+ "version": "1.0.4",
"engines": {
"node": ">=6.12"
},
@@ -46,11 +46,11 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
"devDependencies": {
- "@0x/contracts-gen": "^1.0.0",
- "@0x/abi-gen": "^2.0.1",
- "@0x/contracts-test-utils": "^3.0.2",
- "@0x/dev-utils": "^2.0.1",
- "@0x/sol-compiler": "^3.0.1",
+ "@0x/abi-gen": "^2.0.2",
+ "@0x/contracts-gen": "^1.0.1",
+ "@0x/contracts-test-utils": "^3.0.3",
+ "@0x/dev-utils": "^2.0.2",
+ "@0x/sol-compiler": "^3.0.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
@@ -67,12 +67,12 @@
"typescript": "3.0.1"
},
"dependencies": {
- "@0x/base-contract": "^4.0.1",
+ "@0x/base-contract": "^4.0.2",
"@0x/contracts-utils": "2.0.1",
- "@0x/types": "^2.0.1",
+ "@0x/types": "^2.0.2",
"@0x/typescript-typings": "^4.0.0",
- "@0x/utils": "^4.0.2",
- "@0x/web3-wrapper": "^4.0.1",
+ "@0x/utils": "^4.0.3",
+ "@0x/web3-wrapper": "^4.0.2",
"ethereum-types": "^2.0.0",
"lodash": "^4.17.11"
},
diff --git a/contracts/exchange-forwarder/package.json b/contracts/exchange-forwarder/package.json
index e71409c82..875d60ae6 100644
--- a/contracts/exchange-forwarder/package.json
+++ b/contracts/exchange-forwarder/package.json
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-exchange-forwarder",
- "version": "1.0.3",
+ "version": "1.0.4",
"engines": {
"node": ">=6.12"
},
@@ -46,12 +46,12 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
- "@0x/contracts-gen": "^1.0.0",
- "@0x/abi-gen": "^2.0.1",
- "@0x/contract-wrappers": "^7.0.1",
- "@0x/contracts-test-utils": "^3.0.2",
- "@0x/dev-utils": "^2.0.1",
- "@0x/sol-compiler": "^3.0.1",
+ "@0x/abi-gen": "^2.0.2",
+ "@0x/contract-wrappers": "^7.0.2",
+ "@0x/contracts-gen": "^1.0.1",
+ "@0x/contracts-test-utils": "^3.0.3",
+ "@0x/dev-utils": "^2.0.2",
+ "@0x/sol-compiler": "^3.0.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
@@ -68,18 +68,18 @@
"typescript": "3.0.1"
},
"dependencies": {
- "@0x/base-contract": "^4.0.1",
+ "@0x/base-contract": "^4.0.2",
"@0x/contracts-asset-proxy": "1.0.2",
"@0x/contracts-erc20": "1.0.2",
"@0x/contracts-erc721": "1.0.2",
"@0x/contracts-exchange": "1.0.2",
"@0x/contracts-exchange-libs": "1.0.2",
"@0x/contracts-utils": "2.0.1",
- "@0x/order-utils": "^6.0.0",
- "@0x/types": "^2.0.1",
+ "@0x/order-utils": "^6.0.1",
+ "@0x/types": "^2.0.2",
"@0x/typescript-typings": "^4.0.0",
- "@0x/utils": "^4.0.2",
- "@0x/web3-wrapper": "^4.0.1",
+ "@0x/utils": "^4.0.3",
+ "@0x/web3-wrapper": "^4.0.2",
"ethereum-types": "^2.0.0",
"lodash": "^4.17.11"
},
diff --git a/contracts/exchange-libs/package.json b/contracts/exchange-libs/package.json
index ebe3e8195..8ffd5e81d 100644
--- a/contracts/exchange-libs/package.json
+++ b/contracts/exchange-libs/package.json
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-exchange-libs",
- "version": "1.0.3",
+ "version": "1.0.4",
"engines": {
"node": ">=6.12"
},
@@ -46,11 +46,11 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/libs/README.md",
"devDependencies": {
- "@0x/contracts-gen": "^1.0.0",
- "@0x/abi-gen": "^2.0.1",
- "@0x/contracts-test-utils": "^3.0.2",
- "@0x/dev-utils": "^2.0.1",
- "@0x/sol-compiler": "^3.0.1",
+ "@0x/abi-gen": "^2.0.2",
+ "@0x/contracts-gen": "^1.0.1",
+ "@0x/contracts-test-utils": "^3.0.3",
+ "@0x/dev-utils": "^2.0.2",
+ "@0x/sol-compiler": "^3.0.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
@@ -67,13 +67,13 @@
"typescript": "3.0.1"
},
"dependencies": {
- "@0x/base-contract": "^4.0.1",
+ "@0x/base-contract": "^4.0.2",
"@0x/contracts-utils": "2.0.1",
- "@0x/order-utils": "^6.0.0",
- "@0x/types": "^2.0.1",
+ "@0x/order-utils": "^6.0.1",
+ "@0x/types": "^2.0.2",
"@0x/typescript-typings": "^4.0.0",
- "@0x/utils": "^4.0.2",
- "@0x/web3-wrapper": "^4.0.1",
+ "@0x/utils": "^4.0.3",
+ "@0x/web3-wrapper": "^4.0.2",
"ethereum-types": "^2.0.0",
"lodash": "^4.17.11"
},
diff --git a/contracts/exchange/package.json b/contracts/exchange/package.json
index 43ceeeebd..b16785087 100644
--- a/contracts/exchange/package.json
+++ b/contracts/exchange/package.json
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-exchange",
- "version": "1.0.3",
+ "version": "1.0.4",
"engines": {
"node": ">=6.12"
},
@@ -46,11 +46,11 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
"devDependencies": {
- "@0x/contracts-gen": "^1.0.0",
- "@0x/abi-gen": "^2.0.1",
- "@0x/contracts-test-utils": "^3.0.2",
- "@0x/dev-utils": "^2.0.1",
- "@0x/sol-compiler": "^3.0.1",
+ "@0x/abi-gen": "^2.0.2",
+ "@0x/contracts-gen": "^1.0.1",
+ "@0x/contracts-test-utils": "^3.0.3",
+ "@0x/dev-utils": "^2.0.2",
+ "@0x/sol-compiler": "^3.0.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
@@ -67,17 +67,17 @@
"typescript": "3.0.1"
},
"dependencies": {
- "@0x/base-contract": "^4.0.1",
+ "@0x/base-contract": "^4.0.2",
"@0x/contracts-asset-proxy": "1.0.2",
"@0x/contracts-erc20": "1.0.2",
"@0x/contracts-erc721": "1.0.2",
"@0x/contracts-exchange-libs": "1.0.2",
"@0x/contracts-utils": "2.0.1",
- "@0x/order-utils": "^6.0.0",
- "@0x/types": "^2.0.1",
+ "@0x/order-utils": "^6.0.1",
+ "@0x/types": "^2.0.2",
"@0x/typescript-typings": "^4.0.0",
- "@0x/utils": "^4.0.2",
- "@0x/web3-wrapper": "^4.0.1",
+ "@0x/utils": "^4.0.3",
+ "@0x/web3-wrapper": "^4.0.2",
"ethereum-types": "^2.0.0",
"ethereumjs-util": "^5.1.1",
"lodash": "^4.17.11"
diff --git a/contracts/extensions/package.json b/contracts/extensions/package.json
index 335abaa80..831a3398a 100644
--- a/contracts/extensions/package.json
+++ b/contracts/extensions/package.json
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-extensions",
- "version": "2.0.2",
+ "version": "2.0.3",
"engines": {
"node": ">=6.12"
},
@@ -46,12 +46,12 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
- "@0x/contracts-gen": "^1.0.0",
- "@0x/abi-gen": "^2.0.1",
- "@0x/contract-wrappers": "^7.0.1",
- "@0x/contracts-test-utils": "^3.0.2",
- "@0x/dev-utils": "^2.0.1",
- "@0x/sol-compiler": "^3.0.1",
+ "@0x/abi-gen": "^2.0.2",
+ "@0x/contract-wrappers": "^7.0.2",
+ "@0x/contracts-gen": "^1.0.1",
+ "@0x/contracts-test-utils": "^3.0.3",
+ "@0x/dev-utils": "^2.0.2",
+ "@0x/sol-compiler": "^3.0.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
@@ -68,18 +68,18 @@
"typescript": "3.0.1"
},
"dependencies": {
- "@0x/base-contract": "^4.0.1",
+ "@0x/base-contract": "^4.0.2",
"@0x/contracts-asset-proxy": "1.0.2",
"@0x/contracts-erc20": "1.0.2",
"@0x/contracts-erc721": "1.0.2",
"@0x/contracts-exchange": "1.0.2",
"@0x/contracts-exchange-libs": "1.0.2",
"@0x/contracts-utils": "2.0.1",
- "@0x/order-utils": "^6.0.0",
- "@0x/types": "^2.0.1",
+ "@0x/order-utils": "^6.0.1",
+ "@0x/types": "^2.0.2",
"@0x/typescript-typings": "^4.0.0",
- "@0x/utils": "^4.0.2",
- "@0x/web3-wrapper": "^4.0.1",
+ "@0x/utils": "^4.0.3",
+ "@0x/web3-wrapper": "^4.0.2",
"ethereum-types": "^2.0.0",
"lodash": "^4.17.11"
},
diff --git a/contracts/multisig/package.json b/contracts/multisig/package.json
index 49326ad7d..f3774c409 100644
--- a/contracts/multisig/package.json
+++ b/contracts/multisig/package.json
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-multisig",
- "version": "2.0.2",
+ "version": "2.0.3",
"engines": {
"node": ">=6.12"
},
@@ -46,11 +46,11 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/multisig/README.md",
"devDependencies": {
- "@0x/contracts-gen": "^1.0.0",
- "@0x/abi-gen": "^2.0.1",
- "@0x/contracts-test-utils": "^3.0.2",
- "@0x/dev-utils": "^2.0.1",
- "@0x/sol-compiler": "^3.0.1",
+ "@0x/abi-gen": "^2.0.2",
+ "@0x/contracts-gen": "^1.0.1",
+ "@0x/contracts-test-utils": "^3.0.3",
+ "@0x/dev-utils": "^2.0.2",
+ "@0x/sol-compiler": "^3.0.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
@@ -67,13 +67,13 @@
"typescript": "3.0.1"
},
"dependencies": {
- "@0x/base-contract": "^4.0.1",
+ "@0x/base-contract": "^4.0.2",
"@0x/contracts-asset-proxy": "1.0.2",
"@0x/contracts-erc20": "1.0.2",
- "@0x/types": "^2.0.1",
+ "@0x/types": "^2.0.2",
"@0x/typescript-typings": "^4.0.0",
- "@0x/utils": "^4.0.2",
- "@0x/web3-wrapper": "^4.0.1",
+ "@0x/utils": "^4.0.3",
+ "@0x/web3-wrapper": "^4.0.2",
"ethereum-types": "^2.0.0",
"lodash": "^4.17.11"
},
diff --git a/contracts/test-utils/package.json b/contracts/test-utils/package.json
index f73e1f456..b379f470a 100644
--- a/contracts/test-utils/package.json
+++ b/contracts/test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-test-utils",
- "version": "3.0.2",
+ "version": "3.0.3",
"engines": {
"node": ">=6.12"
},
@@ -40,19 +40,19 @@
"typescript": "3.0.1"
},
"dependencies": {
- "@0x/abi-gen": "^2.0.1",
- "@0x/dev-utils": "^2.0.1",
- "@0x/order-utils": "^6.0.0",
- "@0x/sol-compiler": "^3.0.1",
- "@0x/sol-coverage": "^2.0.1",
- "@0x/sol-profiler": "^2.0.2",
- "@0x/sol-trace": "^2.0.2",
- "@0x/subproviders": "^3.0.1",
+ "@0x/abi-gen": "^2.0.2",
+ "@0x/dev-utils": "^2.0.2",
+ "@0x/order-utils": "^6.0.1",
+ "@0x/sol-compiler": "^3.0.2",
+ "@0x/sol-coverage": "^2.0.2",
+ "@0x/sol-profiler": "^2.0.3",
+ "@0x/sol-trace": "^2.0.3",
+ "@0x/subproviders": "^3.0.2",
"@0x/tslint-config": "^3.0.0",
- "@0x/types": "^2.0.1",
+ "@0x/types": "^2.0.2",
"@0x/typescript-typings": "^4.0.0",
- "@0x/utils": "^4.0.2",
- "@0x/web3-wrapper": "^4.0.1",
+ "@0x/utils": "^4.0.3",
+ "@0x/web3-wrapper": "^4.0.2",
"@types/bn.js": "^4.11.0",
"@types/js-combinatorics": "^0.5.29",
"@types/lodash": "4.14.104",
diff --git a/contracts/utils/package.json b/contracts/utils/package.json
index 3b0e5a527..91abc8043 100644
--- a/contracts/utils/package.json
+++ b/contracts/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-utils",
- "version": "2.0.2",
+ "version": "2.0.3",
"engines": {
"node": ">=6.12"
},
@@ -46,11 +46,11 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/utils/README.md",
"devDependencies": {
- "@0x/contracts-gen": "^1.0.0",
- "@0x/abi-gen": "^2.0.1",
- "@0x/contracts-test-utils": "^3.0.2",
- "@0x/dev-utils": "^2.0.1",
- "@0x/sol-compiler": "^3.0.1",
+ "@0x/abi-gen": "^2.0.2",
+ "@0x/contracts-gen": "^1.0.1",
+ "@0x/contracts-test-utils": "^3.0.3",
+ "@0x/dev-utils": "^2.0.2",
+ "@0x/sol-compiler": "^3.0.2",
"@0x/tslint-config": "^3.0.0",
"@types/bn.js": "^4.11.0",
"@types/lodash": "4.14.104",
@@ -68,12 +68,12 @@
"typescript": "3.0.1"
},
"dependencies": {
- "@0x/base-contract": "^4.0.1",
- "@0x/order-utils": "^6.0.0",
- "@0x/types": "^2.0.1",
+ "@0x/base-contract": "^4.0.2",
+ "@0x/order-utils": "^6.0.1",
+ "@0x/types": "^2.0.2",
"@0x/typescript-typings": "^4.0.0",
- "@0x/utils": "^4.0.2",
- "@0x/web3-wrapper": "^4.0.1",
+ "@0x/utils": "^4.0.3",
+ "@0x/web3-wrapper": "^4.0.2",
"bn.js": "^4.11.8",
"ethereum-types": "^2.0.0",
"ethereumjs-util": "^5.1.1",