aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/exchange-forwarder
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/exchange-forwarder
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/exchange-forwarder')
-rw-r--r--contracts/exchange-forwarder/package.json24
1 files changed, 12 insertions, 12 deletions
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"
},