@kontur.candy/generator 5.93.0-ci-test.0 → 5.93.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 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -45658,7 +45658,8 @@ __webpack_require__.r(__webpack_exports__);
45658
45658
  let FufCombineMethod = /*#__PURE__*/function (FufCombineMethod) {
45659
45659
  FufCombineMethod["Merge"] = "Merge";
45660
45660
  FufCombineMethod["AddToEnd"] = "AddToEnd";
45661
- FufCombineMethod["Replace"] = "Replace";
45661
+ FufCombineMethod["ReplaceThenAddToEnd"] = "ReplaceThenAddToEnd";
45662
+ FufCombineMethod["ReplaceThenMerge"] = "ReplaceThenMerge";
45662
45663
  return FufCombineMethod;
45663
45664
  }({});
45664
45665
  let SumCombineMethod = /*#__PURE__*/function (SumCombineMethod) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kontur.candy/generator",
3
- "version": "5.93.0-ci-test.0",
3
+ "version": "5.93.0",
4
4
  "description": "Candy forms generator",
5
5
  "author": "SKBKontur Candy Team",
6
6
  "private": false,