@genexus/designer-common
Advanced tools
Comparing version 0.0.46 to 0.0.47
@@ -20,2 +20,4 @@ import { Guid } from "../guid"; | ||
let nodeProperty; | ||
if (prop[1] === undefined) | ||
prop[1] = ''; | ||
if (typeof prop[1] === 'string') | ||
@@ -22,0 +24,0 @@ nodeProperty = new GxmlNodeProperty(prop[1], false); |
{ | ||
"name": "@genexus/designer-common", | ||
"version": "0.0.46", | ||
"version": "0.0.47", | ||
"main": "lib/index.js", | ||
@@ -31,3 +31,3 @@ "typings": "lib/index.d.ts", | ||
}, | ||
"gitHead": "44a609e00447497e5c582a986b7ad721c398fb9e" | ||
"gitHead": "1b051d6c8f086e22c9695a2bf3abad9f37df999b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
240394
3277