@0x/assert
Advanced tools
Comparing version 2.0.3 to 2.0.4
[ | ||
{ | ||
"timestamp": 1551130135, | ||
"version": "2.0.4", | ||
"changes": [ | ||
{ | ||
"note": "Dependencies updated" | ||
} | ||
] | ||
}, | ||
{ | ||
"timestamp": 1549733923, | ||
@@ -4,0 +13,0 @@ "version": "2.0.3", |
@@ -8,2 +8,6 @@ <!-- | ||
## v2.0.4 - _February 25, 2019_ | ||
* Dependencies updated | ||
## v2.0.3 - _February 9, 2019_ | ||
@@ -10,0 +14,0 @@ |
@@ -50,2 +50,3 @@ "use strict"; | ||
isWeb3Provider: function (variableName, value) { | ||
utils_1.logUtils.warn('DEPRECATED: Please use providerUtils.standardizeOrThrow() instead'); | ||
var isWeb3Provider = _.isFunction(value.send) || _.isFunction(value.sendAsync); | ||
@@ -52,0 +53,0 @@ exports.assert.assert(isWeb3Provider, exports.assert.typeAssertionMessage(variableName, 'Provider', value)); |
{ | ||
"name": "@0x/assert", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"engines": { | ||
@@ -47,5 +47,5 @@ "node": ">=6.12" | ||
"dependencies": { | ||
"@0x/json-schemas": "^3.0.3", | ||
"@0x/typescript-typings": "^4.0.0", | ||
"@0x/utils": "^4.1.0", | ||
"@0x/json-schemas": "^3.0.4", | ||
"@0x/typescript-typings": "^4.1.0", | ||
"@0x/utils": "^4.2.0", | ||
"lodash": "^4.17.11", | ||
@@ -57,3 +57,3 @@ "valid-url": "^1.0.9" | ||
}, | ||
"gitHead": "e909faa3ef9cea5d9b4044b993251e98afdb0d19" | ||
"gitHead": "5934eb0559c7f25bde025a79554ba3632e63af2e" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
516
26006
9
Updated@0x/json-schemas@^3.0.4
Updated@0x/utils@^4.2.0