aboutsummaryrefslogtreecommitdiffstats
path: root/packages/fill-scenarios
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-07-24 01:11:48 +0800
committerFabio Berger <me@fabioberger.com>2018-07-24 01:11:48 +0800
commit3af2ef84390fef96f0af60912cae055ddffe953a (patch)
tree7d0431aa3c8b3af21799ebf9bc000114a27f4050 /packages/fill-scenarios
parente2d027e2521c8695bb16128fb8f038e2455e5481 (diff)
downloaddexon-0x-contracts-3af2ef84390fef96f0af60912cae055ddffe953a.tar
dexon-0x-contracts-3af2ef84390fef96f0af60912cae055ddffe953a.tar.gz
dexon-0x-contracts-3af2ef84390fef96f0af60912cae055ddffe953a.tar.bz2
dexon-0x-contracts-3af2ef84390fef96f0af60912cae055ddffe953a.tar.lz
dexon-0x-contracts-3af2ef84390fef96f0af60912cae055ddffe953a.tar.xz
dexon-0x-contracts-3af2ef84390fef96f0af60912cae055ddffe953a.tar.zst
dexon-0x-contracts-3af2ef84390fef96f0af60912cae055ddffe953a.zip
Revert "Revert "Publish""
This reverts commit a66ccaa1da2af753038bf22a5e7e63bdc307bf2f.
Diffstat (limited to 'packages/fill-scenarios')
-rw-r--r--packages/fill-scenarios/package.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/packages/fill-scenarios/package.json b/packages/fill-scenarios/package.json
index b6b1d8dce..3b832e53e 100644
--- a/packages/fill-scenarios/package.json
+++ b/packages/fill-scenarios/package.json
@@ -1,6 +1,6 @@
{
"name": "@0xproject/fill-scenarios",
- "version": "1.0.0-rc.1",
+ "version": "1.0.0",
"description": "0x order fill scenario generator",
"main": "lib/index.js",
"types": "lib/index.d.ts",
@@ -28,10 +28,10 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/fill-scenarios/README.md",
"devDependencies": {
- "@0xproject/abi-gen": "^1.0.0",
- "@0xproject/monorepo-scripts": "^1.0.0",
- "@0xproject/sol-compiler": "^1.0.0",
- "@0xproject/tslint-config": "^1.0.0",
+ "@0xproject/abi-gen": "^1.0.1",
+ "@0xproject/monorepo-scripts": "^1.0.1",
+ "@0xproject/sol-compiler": "^1.0.1",
+ "@0xproject/tslint-config": "^1.0.1",
"@types/lodash": "4.14.104",
"copyfiles": "^1.2.0",
"make-promises-safe": "^1.1.0",
@@ -41,13 +41,13 @@
"typescript": "2.7.1"
},
"dependencies": {
- "@0xproject/base-contract": "^1.0.0",
- "@0xproject/order-utils": "^1.0.0-rc.1",
- "@0xproject/types": "^1.0.0-rc.1",
- "ethereum-types": "^1.0.0",
- "@0xproject/typescript-typings": "^1.0.0",
- "@0xproject/utils": "^1.0.0",
- "@0xproject/web3-wrapper": "^1.0.0",
+ "@0xproject/base-contract": "^1.0.1",
+ "@0xproject/order-utils": "^1.0.0",
+ "@0xproject/types": "^1.0.0",
+ "@0xproject/typescript-typings": "^1.0.1",
+ "@0xproject/utils": "^1.0.1",
+ "@0xproject/web3-wrapper": "^1.0.1",
+ "ethereum-types": "^1.0.1",
"ethers": "3.0.22",
"lodash": "^4.17.4"
},