Skip to content

Commit

Permalink
1.12.12 (1.13.0 later)
Browse files Browse the repository at this point in the history
  • Loading branch information
oklemenz2 committed Jul 4, 2024
1 parent 7710756 commit 27907ca
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 83 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Version 1.13.0 - 2024-07-xx
## Version 1.12.12 - 2024-07-04

### Added

- CDS 8 compatibility
- CI Matrix Test Node 22
- Test with Postgres

Expand Down
152 changes: 76 additions & 76 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cap-js-community/odata-v2-adapter",
"version": "1.13.0",
"version": "1.12.12",
"description": "OData V2 adapter for CDS",
"homepage": "https://cap.cloud.sap/",
"engines": {
Expand Down Expand Up @@ -70,20 +70,20 @@
"@cap-js/hana": "^1.0.0",
"@cap-js/postgres": "^1.8.0",
"@cap-js/sqlite": "^1.7.2",
"@sap/cds": "^7.9.2",
"@sap/cds": "^7.9.3",
"@sap/cds-dk": "^7.9.4",
"@types/express": "^4.17.21",
"@types/jest": "29.5.12",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"compression": "^1.7.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.6.0",
"jest": "^29.7.0",
"prettier": "^3.3.2",
"supertest": "^7.0.0",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit 27907ca

Please sign in to comment.