@0x/utils
Advanced tools
Comparing version 5.5.0 to 5.5.1
[ | ||
{ | ||
"timestamp": 1594788383, | ||
"version": "5.5.1", | ||
"changes": [ | ||
{ | ||
"note": "Dependencies updated" | ||
} | ||
] | ||
}, | ||
{ | ||
"version": "5.5.0", | ||
@@ -32,2 +41,6 @@ "changes": [ | ||
"pr": 2597 | ||
}, | ||
{ | ||
"note": "Add more revert errors to `ZeroExRevertErrors`", | ||
"pr": 2610 | ||
} | ||
@@ -34,0 +47,0 @@ ], |
@@ -8,2 +8,6 @@ <!-- | ||
## v5.5.1 - _July 15, 2020_ | ||
* Dependencies updated | ||
## v5.5.0 - _June 24, 2020_ | ||
@@ -18,2 +22,3 @@ | ||
* Update `ZeroExRevertErrors` (#2597) | ||
* Add more revert errors to `ZeroExRevertErrors` (#2610) | ||
@@ -20,0 +25,0 @@ ## v5.4.1 - _February 25, 2020_ |
@@ -36,2 +36,12 @@ "use strict"; | ||
} | ||
// HACK: CLobber config and set to prevent imported packages from poisoning | ||
// global BigNumber config | ||
(function (orig) { return (bignumber_js_1.BigNumber.config = function () { | ||
var _args = []; | ||
for (var _i = 0; _i < arguments.length; _i++) { | ||
_args[_i] = arguments[_i]; | ||
} | ||
return orig({}); | ||
}); })(bignumber_js_1.BigNumber.config); | ||
bignumber_js_1.BigNumber.set = bignumber_js_1.BigNumber.config; | ||
//# sourceMappingURL=configured_bignumber.js.map |
@@ -44,3 +44,5 @@ export { promisify } from './promisify'; | ||
Wallet: any; | ||
MetaTransactions: any; | ||
SignatureValidator: any; | ||
}; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -72,3 +72,5 @@ "use strict"; | ||
Wallet: require('./revert_errors/zero-ex/wallet_revert_errors'), | ||
MetaTransactions: require('./revert_errors/zero-ex/meta_transaction_revert_errors'), | ||
SignatureValidator: require('./revert_errors/zero-ex/signature_validator_revert_errors'), | ||
}; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@0x/utils", | ||
"version": "5.5.0", | ||
"version": "5.5.1", | ||
"engines": { | ||
@@ -32,3 +32,3 @@ "node": ">=6.12" | ||
"devDependencies": { | ||
"@0x/tslint-config": "^4.0.0", | ||
"@0x/tslint-config": "^4.1.0", | ||
"@types/detect-node": "2.0.0", | ||
@@ -49,4 +49,4 @@ "@types/lodash": "4.14.104", | ||
"dependencies": { | ||
"@0x/types": "^3.1.3", | ||
"@0x/typescript-typings": "^5.1.0", | ||
"@0x/types": "^3.2.0", | ||
"@0x/typescript-typings": "^5.1.1", | ||
"@types/node": "*", | ||
@@ -57,3 +57,3 @@ "abortcontroller-polyfill": "^1.1.9", | ||
"detect-node": "2.0.3", | ||
"ethereum-types": "^3.1.1", | ||
"ethereum-types": "^3.2.0", | ||
"ethereumjs-util": "^5.1.1", | ||
@@ -68,3 +68,3 @@ "ethers": "~4.0.4", | ||
}, | ||
"gitHead": "7bf710f153a51d4904e37f456466fb3c0037071f" | ||
"gitHead": "b5eb1c9ee809f14e0377658400584e9f02b7b8ef" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
614910
301
9388
Updated@0x/types@^3.2.0
Updatedethereum-types@^3.2.0