mesh-envoy
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -1164,3 +1164,3 @@ import { EMPTY_OBJ, NO_OP, isArray, isBrowser, isFunction, isNullOrUndef, isNumber, isUndefined, throwError } from 'mesh-envoy-shared'; | ||
// document.createText didn't create it | ||
if (children.length === 1 && isUndefined(children[0].sel)) { | ||
if (!isUndefined(children) && children.length === 1 && isUndefined(children[0].sel)) { | ||
if (isNumber(children[0].text)) { | ||
@@ -1167,0 +1167,0 @@ children[0].text = '' + children[0].text; |
{ | ||
"name": "mesh-envoy", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "", | ||
@@ -20,3 +20,3 @@ "main": "dist/dist.js", | ||
"dependencies": { | ||
"mesh-envoy-shared": "^1.0.14", | ||
"mesh-envoy-shared": "^1.0.7", | ||
"min-document": "^2.19.0", | ||
@@ -23,0 +23,0 @@ "snabbdom": "^0.6.6" |
56789
Updatedmesh-envoy-shared@^1.0.7