Skip to content

Commit

Permalink
Merge pull request #159 from miggi92/fix/148-ecc-750-support
Browse files Browse the repository at this point in the history
Fix/148 ecc 750 support
  • Loading branch information
miggi92 authored Dec 18, 2024
2 parents 07c0b04 + 9bba60a commit 2d6384e
Show file tree
Hide file tree
Showing 6 changed files with 1,092 additions and 648 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Legend
+ : added
- : removed

2024-12-18 v1.2.1
------------------
* exceptions supporting systems <750

2024-07-12 v1.2.0
------------------
+ sadl support
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "odata-fw",
"version": "1.2.0",
"version": "1.2.1",
"description": "OData framework",
"directories": {
"doc": "docs"
Expand All @@ -26,15 +26,15 @@
},
"homepage": "https://github.com/miggi92/odata-fw/blob/master/README.md",
"devDependencies": {
"@abaplint/cli": "^2.112.6",
"@abaplint/runtime": "^2.10.5",
"@abaplint/transpiler": "^2.10.5",
"@abaplint/transpiler-cli": "^2.10.5",
"vitepress": "^1.3.0"
"@abaplint/cli": "^2.113.82",
"@abaplint/runtime": "^2.10.23",
"@abaplint/transpiler": "^2.10.23",
"@abaplint/transpiler-cli": "^2.10.23",
"vitepress": "^1.5.0"
},
"dependencies": {
"mermaid": "^10.9.1",
"mermaid": "^11.4.1",
"vitepress-plugin-image-viewer": "^1.1.5",
"vitepress-plugin-mermaid": "^2.0.16"
"vitepress-plugin-mermaid": "^2.0.17"
}
}
Loading

0 comments on commit 2d6384e

Please sign in to comment.