- 0x.js@1.0.3
 - @0xproject/connect@2.0.1
 - @0xproject/contract-wrappers@1.0.3
 - contracts@2.1.44
 - @0xproject/fill-scenarios@1.0.2
 - @0xproject/forwarder-helper@1.0.3
 - @0xproject/migrations@1.0.9
 - @0xproject/order-utils@1.0.2
 - @0xproject/order-watcher@1.0.3
 - @0xproject/testnet-faucets@1.0.46
 - @0xproject/website@0.0.49
This commit is contained in:
Fabio Berger
2018-09-19 16:13:24 +01:00
parent dab7f1a739
commit 3e70ab015b
11 changed files with 30 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "0x.js",
"version": "1.0.2",
"version": "1.0.3",
"engines": {
"node": ">=6.12"
},
@@ -43,7 +43,7 @@
"devDependencies": {
"@0xproject/abi-gen": "^1.0.8",
"@0xproject/dev-utils": "^1.0.7",
"@0xproject/migrations": "^1.0.8",
"@0xproject/migrations": "^1.0.9",
"@0xproject/monorepo-scripts": "^1.0.8",
"@0xproject/tslint-config": "^1.0.7",
"@types/lodash": "4.14.104",
@@ -75,9 +75,9 @@
"dependencies": {
"@0xproject/assert": "^1.0.8",
"@0xproject/base-contract": "^2.0.2",
"@0xproject/contract-wrappers": "^1.0.2",
"@0xproject/order-utils": "^1.0.1",
"@0xproject/order-watcher": "^1.0.2",
"@0xproject/contract-wrappers": "^1.0.3",
"@0xproject/order-utils": "^1.0.2",
"@0xproject/order-watcher": "^1.0.3",
"@0xproject/subproviders": "^2.0.2",
"@0xproject/types": "^1.0.1",
"@0xproject/typescript-typings": "^2.0.0",