@abaplint/runtime 2.10.8 → 2.10.9

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.
@@ -155,6 +155,9 @@ function createData(target, options) {
155
155
  case "XSTRING":
156
156
  target.assign(new types_1.XString());
157
157
  break;
158
+ case "UTCLONG":
159
+ target.assign(new types_1.UTCLong());
160
+ break;
158
161
  default:
159
162
  // @ts-ignore
160
163
  if (abap.DDIC[options.typeName.trimEnd()]) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/runtime",
3
- "version": "2.10.8",
3
+ "version": "2.10.9",
4
4
  "description": "Transpiler - Runtime",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/src/index.d.ts",