esfunctional
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -501,3 +501,3 @@ 'use strict'; | ||
if (!isArray && typeOfThis !== 'Object') return this === that ? '' : ( | ||
if (!isArray && typeOfThis !== 'Object') return (this && this.valueOf()) === (that && that.valueOf()) ? '' : ( | ||
mustHaveOut('+', 'green', indent, key, JSON.stringify(that), 'should be value, ...') + | ||
@@ -504,0 +504,0 @@ mustHaveOut('-', 'red', indent, key, JSON.stringify(this), '... but is value.') |
{ | ||
"name": "esfunctional", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "Next Generation EcmaScript Functional Helpers", | ||
@@ -5,0 +5,0 @@ "main": "lib/v1/index.js", |
18188