aboutsummaryrefslogtreecommitdiffstats
path: root/contracts
diff options
context:
space:
mode:
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",