@cap-js-community/odata-v2-adapter
Advanced tools
Comparing version 1.13.2 to 1.13.3
@@ -8,2 +8,8 @@ # Changelog | ||
## Version 1.13.3 - 2024-09-17 | ||
### Fixed | ||
- Convert Draft Administrative Data correctly in response | ||
## Version 1.13.2 - 2024-09-02 | ||
@@ -10,0 +16,0 @@ |
{ | ||
"name": "@cap-js-community/odata-v2-adapter", | ||
"version": "1.13.2", | ||
"version": "1.13.3", | ||
"description": "OData V2 adapter for CDS", | ||
@@ -60,7 +60,7 @@ "homepage": "https://cap.cloud.sap/", | ||
"dependencies": { | ||
"body-parser": "^1.20.2", | ||
"body-parser": "^1.20.3", | ||
"body-parser-xml": "^2.0.5", | ||
"express": "^4.19.2", | ||
"express": "^4.21.0", | ||
"express-fileupload": "^1.5.1", | ||
"http-proxy-middleware": "^3.0.1", | ||
"http-proxy-middleware": "^3.0.2", | ||
"xml2js": "^0.6.2" | ||
@@ -70,19 +70,19 @@ }, | ||
"@cap-js-community/odata-v2-adapter": "./", | ||
"@cap-js/hana": "^1.1.1", | ||
"@cap-js/hana": "^1.2.0", | ||
"@cap-js/postgres": "^1.10.0", | ||
"@cap-js/sqlite": "^1.7.3", | ||
"@sap/cds": "^8.1.1", | ||
"@sap/cds-dk": "^8.1.2", | ||
"@sap/cds": "^8.2.2", | ||
"@sap/cds-dk": "^8.2.1", | ||
"@types/express": "^4.17.21", | ||
"@types/jest": "^29.5.12", | ||
"@types/jest": "^29.5.13", | ||
"compression": "^1.7.4", | ||
"eslint": "^9.9.1", | ||
"eslint": "^9.10.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-jest": "^28.8.2", | ||
"eslint-plugin-jest": "^28.8.3", | ||
"eslint-plugin-n": "^17.10.2", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.3.2", | ||
"prettier": "^3.3.3", | ||
"supertest": "^7.0.0", | ||
"typescript": "^5.5.4", | ||
"typescript-eslint": "^8.3.0" | ||
"typescript": "^5.6.2", | ||
"typescript-eslint": "^8.6.0" | ||
}, | ||
@@ -89,0 +89,0 @@ "license": "Apache-2.0", |
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
259263
5014
Updatedbody-parser@^1.20.3
Updatedexpress@^4.21.0
Updatedhttp-proxy-middleware@^3.0.2