Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"license": "MIT",

"dependencies": {
"@abaplint/cli": "^2.106.7",
"@abaplint/database-sqlite": "^2.8.0",
"chai": "^5.1.0",
"mocha": "^10.4.0",
"@abaplint/runtime": "^2.8.24",
"@abaplint/transpiler-cli": "^2.8.24",
"express": "^4.19.2"
"@abaplint/cli": "^2.113.91",
"@abaplint/database-sqlite": "^2.10.20",
"chai": "^5.1.2",
"mocha": "^10.8.2",
"@abaplint/runtime": "^2.10.23",
"@abaplint/transpiler-cli": "^2.10.23",
"express": "^4.21.2"
}
}
2 changes: 1 addition & 1 deletion test/test1/zcl_zsegw_mpc.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CLASS zcl_zsegw_mpc DEFINITION
PUBLIC SECTION.

TYPES ts_zsegw TYPE zsegw.
TYPES tt_zsegw TYPE STANDARD TABLE OF ts_zsegw.
TYPES tt_zsegw TYPE STANDARD TABLE OF ts_zsegw WITH DEFAULT KEY.
TYPES: BEGIN OF ts_text_element,
artifact_name TYPE c LENGTH 40,
artifact_type TYPE c LENGTH 4,
Expand Down
Loading