@kontur.candy/generator 4.259.0-calc2-optimizations.1 → 4.259.0-calc2-optimizations.2

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
@@ -112468,7 +112468,7 @@ class Map2 {
112468
112468
 
112469
112469
  if (list == undefined) {
112470
112470
  const result = newValueFactory(key);
112471
- this.hashMap.set(hash, [[key, newValueFactory(key)]]);
112471
+ this.hashMap.set(hash, [[key, result]]);
112472
112472
  return result;
112473
112473
  } else {
112474
112474
  const itemIndex = list.findIndex(x => this.areKeyEqual(x[0], key));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kontur.candy/generator",
3
- "version": "4.259.0-calc2-optimizations.1",
3
+ "version": "4.259.0-calc2-optimizations.2",
4
4
  "description": "Candy forms generator",
5
5
  "author": "SKBKontur Candy Team",
6
6
  "private": false,