@cap-js-community/odata-v2-adapter
Advanced tools
Comparing version 1.12.12 to 1.13.0
@@ -8,2 +8,9 @@ # Changelog | ||
## Version 1.13.0 - 2024-07-16 | ||
### Added | ||
- CDS 8 compatibility | ||
- Use base model for CDS build task | ||
## Version 1.12.12 - 2024-07-04 | ||
@@ -10,0 +17,0 @@ |
{ | ||
"name": "@cap-js-community/odata-v2-adapter", | ||
"version": "1.12.12", | ||
"version": "1.13.0", | ||
"description": "OData V2 adapter for CDS", | ||
@@ -63,3 +63,3 @@ "homepage": "https://cap.cloud.sap/", | ||
"express": "^4.19.2", | ||
"express-fileupload": "^1.5.0", | ||
"express-fileupload": "^1.5.1", | ||
"http-proxy-middleware": "^3.0.0", | ||
@@ -71,11 +71,11 @@ "superagent": "^9.0.2", | ||
"@cap-js-community/odata-v2-adapter": "./", | ||
"@cap-js/hana": "^1.0.0", | ||
"@cap-js/postgres": "^1.8.0", | ||
"@cap-js/sqlite": "^1.7.2", | ||
"@sap/cds": "^7.9.3", | ||
"@sap/cds-dk": "^7.9.4", | ||
"@cap-js/hana": "^1.1.0", | ||
"@cap-js/postgres": "^1.9.1", | ||
"@cap-js/sqlite": "^1.7.3", | ||
"@sap/cds": "^8.0.3", | ||
"@sap/cds-dk": "^8.0.2", | ||
"@types/express": "^4.17.21", | ||
"@types/jest": "29.5.12", | ||
"@typescript-eslint/eslint-plugin": "^7.15.0", | ||
"@typescript-eslint/parser": "^7.15.0", | ||
"@typescript-eslint/eslint-plugin": "^7.16.1", | ||
"@typescript-eslint/parser": "^7.16.1", | ||
"compression": "^1.7.4", | ||
@@ -82,0 +82,0 @@ "eslint": "^8.57.0", |
@@ -19,3 +19,3 @@ "use strict"; | ||
async build() { | ||
const model = await this.model(); // TODO: Use this.baseModel(), when available | ||
const model = await (this.baseModel ? this.baseModel() : this.model()); | ||
if (!model) { | ||
@@ -22,0 +22,0 @@ return; |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
258306
4991
Updatedexpress-fileupload@^1.5.1