@kontur.candy/generator 6.2.0-no-refresh.0 → 6.2.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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -86598,7 +86598,7 @@ class NormativeHelpConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODUL
86598
86598
  if (node.commonId != undefined && node.commonId !== "") {
86599
86599
  markupBuilder.prop(x => x.commonHelpId).set(node.commonId);
86600
86600
  } else {
86601
- markupBuilder.prop(x => x.helpCommonUrl).set(this.addLeadingSlash(node.commonUrl));
86601
+ markupBuilder.prop(x => x.helpCommonUrl).set(node.commonUrl);
86602
86602
  }
86603
86603
  markupBuilder.prop(x => x.knd).set(node.knd);
86604
86604
  return markupBuilder.buildConverterResult();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kontur.candy/generator",
3
- "version": "6.2.0-no-refresh.0",
3
+ "version": "6.2.0",
4
4
  "description": "Candy forms generator",
5
5
  "author": "SKBKontur Candy Team",
6
6
  "private": false,