@kontur.candy/generator 4.263.0-readonly-candy.0 → 4.264.0-readonly-candy.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -122245,6 +122245,8 @@ class EvaluateTemplateVisitor {
|
|
|
122245
122245
|
}
|
|
122246
122246
|
|
|
122247
122247
|
newValue[key] = updatedValue;
|
|
122248
|
+
} else if (typeof value === "number") {
|
|
122249
|
+
newValue[key] = value;
|
|
122248
122250
|
}
|
|
122249
122251
|
});
|
|
122250
122252
|
node.attributes[attributeName] = newValue;
|