Make a negligible change to order-utils to publish a new version

This commit is contained in:
Leonid Logvinov
2018-05-04 19:07:02 +02:00
parent 8dd9124863
commit 91fdd6fc29
2 changed files with 21 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
export { getOrderHashHex, isValidOrderHash } from './order_hash';
export { isValidSignature, signOrderHashAsync } from './signature_utils';
export { orderFactory } from './order_factory';
export { generatePseudoRandomSalt } from './salt';
export { constants } from './constants';
export { generatePseudoRandomSalt } from './salt';
export { OrderError } from './types';

View File

@@ -47,6 +47,26 @@
"@0xproject/types" "^0.5.0"
bignumber.js "~4.1.0"
"@0xproject/typescript-typings@^0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@0xproject/typescript-typings/-/typescript-typings-0.2.0.tgz#53590e6866fde0f0bd3584b83e1211dabe9cd530"
dependencies:
"@0xproject/types" "^0.6.1"
bignumber.js "~4.1.0"
"@0xproject/utils@^0.5.0":
version "0.5.2"
resolved "https://registry.yarnpkg.com/@0xproject/utils/-/utils-0.5.2.tgz#02ce0a920437db0a15d059e8c6c70fa33e9c3860"
dependencies:
"@0xproject/types" "^0.6.1"
"@0xproject/typescript-typings" "^0.2.0"
"@types/node" "^8.0.53"
bignumber.js "~4.1.0"
ethers-contracts "^2.2.1"
js-sha3 "^0.7.0"
lodash "^4.17.4"
web3 "^0.20.0"
"@0xproject/web3-wrapper@^0.5.0":
version "0.5.0"
resolved "https://registry.yarnpkg.com/@0xproject/web3-wrapper/-/web3-wrapper-0.5.0.tgz#99a1acea60a5c3163ac0be28f4c0577c3d43dec4"