dtable-utils
Advanced tools
Comparing version 4.3.4-alpha2 to 4.3.4-alpha3
@@ -16,3 +16,3 @@ import _typeof from '@babel/runtime/helpers/typeof'; | ||
} else if (_typeof(value) === 'object') { | ||
text = value ? value.text : null; | ||
text = value ? value.text.trim() : null; | ||
} else { | ||
@@ -19,0 +19,0 @@ text = null; |
@@ -24,3 +24,3 @@ 'use strict'; | ||
} else if (_typeof__default["default"](value) === 'object') { | ||
text = value ? value.text : null; | ||
text = value ? value.text.trim() : null; | ||
} else { | ||
@@ -27,0 +27,0 @@ text = null; |
{ | ||
"name": "dtable-utils", | ||
"version": "4.3.4-alpha2", | ||
"version": "4.3.4-alpha3", | ||
"description": "dtable common utils", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is too big to display
757044