@abaplint/runtime 2.0.36 → 2.0.37

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.
@@ -105,7 +105,7 @@ class Table {
105
105
  const p = (0, clone_1.clone)(this.rowType);
106
106
  p.set(val);
107
107
  this.value.push(p);
108
- return val;
108
+ return p;
109
109
  }
110
110
  }
111
111
  appendInitial() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/runtime",
3
- "version": "2.0.36",
3
+ "version": "2.0.37",
4
4
  "description": "Transpiler - Runtime",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/src/index.d.ts",