Skip to content

Commit 8285ea5

Browse files
fix abap unit
1 parent b956c4b commit 8285ea5

File tree

8 files changed

+52
-47
lines changed

8 files changed

+52
-47
lines changed

client/package-lock.json

Lines changed: 20 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@abaplint/core": "^2.102.65",
6262
"@types/tmp": "0.2.3",
6363
"abap_cloud_platform": "^1.1.3",
64-
"abap-adt-api": "^5.2.5",
64+
"abap-adt-api": "^5.2.6",
6565
"abapfs": "file:../modules/abapfs",
6666
"abapobject": "file:../modules/abapObject",
6767
"client-oauth2": "^4.3.3",
@@ -70,6 +70,7 @@
7070
"fp-ts": "^2.13.1",
7171
"fs-jetpack": "^5.1.0",
7272
"html-entities": "^2.3.3",
73+
"io-ts": "^2.2.21",
7374
"method-call-logger": "^1.0.7",
7475
"mongodb": "^4.13.0",
7576
"mongodb-client-encryption": "^1.2.3",

modules/abapObject/package-lock.json

Lines changed: 13 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/abapObject/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"typescript": "^4.9.4"
2121
},
2222
"dependencies": {
23-
"abap-adt-api": "^5.2.5"
23+
"abap-adt-api": "^5.2.6"
2424
}
2525
}

modules/abapfs/package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/abapfs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"typescript": "^4.9.4"
2121
},
2222
"dependencies": {
23-
"abap-adt-api": "^5.2.5"
23+
"abap-adt-api": "^5.2.6"
2424
}
2525
}

modules/sharedapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"license": "MIT",
1515
"devDependencies": {
1616
"method-call-logger": "^1.0.7",
17-
"abap-adt-api": "^5.2.5",
17+
"abap-adt-api": "^5.2.6",
1818
"tslint": "^6.1.3",
1919
"typescript": "^4.9.4"
2020
}

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Marcello Urbani",
1414
"license": "MIT",
1515
"dependencies": {
16-
"abap-adt-api": "^5.2.5",
16+
"abap-adt-api": "^5.2.6",
1717
"abapcdsgrammar": "0.0.7",
1818
"antlr4ts": "0.5.0-alpha.4",
1919
"html-entities": "^2.3.3",

0 commit comments

Comments
 (0)