@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.
Files changed (2) hide show
  1. package/dist/index.js +2 -0
  2. 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kontur.candy/generator",
3
- "version": "4.263.0-readonly-candy.0",
3
+ "version": "4.264.0-readonly-candy.0",
4
4
  "description": "Candy forms generator",
5
5
  "author": "SKBKontur Candy Team",
6
6
  "private": false,