@abaplint/runtime 2.13.5 → 2.13.6

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.
@@ -219,6 +219,7 @@ class HashedTable {
219
219
  for (const loopController of this.loops.values()) {
220
220
  loopController.array.push(val);
221
221
  }
222
+ this.secondaryIndexes = {};
222
223
  this.value[hash] = val;
223
224
  return { value: val, subrc: 0 };
224
225
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/runtime",
3
- "version": "2.13.5",
3
+ "version": "2.13.6",
4
4
  "description": "Transpiler - Runtime",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/src/index.d.ts",