diff --git a/package.json b/package.json index 4bb6620..f04329b 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "license": "MIT", "dependencies": { - "@abaplint/cli": "^2.113.7", - "@abaplint/runtime": "^2.10.17", - "@abaplint/database-sqlite": "^2.8.25", - "@abaplint/transpiler-cli": "^2.10.17" + "@abaplint/cli": "^2.113.91", + "@abaplint/runtime": "^2.10.23", + "@abaplint/database-sqlite": "^2.10.20", + "@abaplint/transpiler-cli": "^2.10.23" } } diff --git a/src/ddic/cntl.type.abap b/src/ddic/cntl.type.abap index 98882fa..ef5700d 100644 --- a/src/ddic/cntl.type.abap +++ b/src/ddic/cntl.type.abap @@ -5,4 +5,4 @@ TYPES: BEGIN OF cntl_simple_event, appl_event TYPE c, END OF cntl_simple_event. -TYPES cntl_simple_events TYPE TABLE OF cntl_simple_event. \ No newline at end of file +TYPES cntl_simple_events TYPE STANDARD TABLE OF cntl_simple_event WITH DEFAULT KEY. \ No newline at end of file