@kontur.candy/generator 5.78.1-diadoc-title-1.3 → 5.78.1-diadoc-title-1.4

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 +0 -8
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -46286,14 +46286,6 @@ class KCLangRuntimeUtils {
46286
46286
  if (isBigSource(left) && isBigSource(right)) {
46287
46287
  return (0,_Engine_src_Helpers_AutocalcCommonFunctions__WEBPACK_IMPORTED_MODULE_2__.wrapDecimalOperand)(left).cmp(right) === 0;
46288
46288
  }
46289
- if (typeof left === "boolean" && typeof right === "string") {
46290
- // NOTE Я буду гореть в аду за это, но теперь война за косистентность не моя
46291
- return left.toString() === right;
46292
- }
46293
- if (typeof left === "string" && typeof right === "boolean") {
46294
- // NOTE Я буду гореть в аду за это, но теперь война за косистентность не моя
46295
- return left === right.toString();
46296
- }
46297
46289
  return false;
46298
46290
  }
46299
46291
  ge(left, right) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kontur.candy/generator",
3
- "version": "5.78.1-diadoc-title-1.3",
3
+ "version": "5.78.1-diadoc-title-1.4",
4
4
  "description": "Candy forms generator",
5
5
  "author": "SKBKontur Candy Team",
6
6
  "private": false,