@cap-js-community/odata-v2-adapter
Advanced tools
Comparing version 1.11.6 to 1.11.7
@@ -8,2 +8,13 @@ # Changelog | ||
## Version 1.11.7 - 2023-09-29 | ||
### Added | ||
- Set CDS OData V2 protocol | ||
### Fixed | ||
- Fix absolute service path starting with target path parts e.g. `/odata` | ||
- Fix escaping of backslashes in search phrases | ||
## Version 1.11.6 - 2023-08-10 | ||
@@ -14,2 +25,5 @@ | ||
- Switch to `better-sqlite3` via `@cap-js/sqlite` | ||
### Added | ||
- Suppress analytical conversion via entity annotation `@cov2ap.analytics.skipForKey`, if all dimension key elements are requested | ||
@@ -16,0 +30,0 @@ |
{ | ||
"name": "@cap-js-community/odata-v2-adapter", | ||
"version": "1.11.6", | ||
"version": "1.11.7", | ||
"description": "OData V2 adapter for CDS", | ||
@@ -57,19 +57,19 @@ "homepage": "https://cap.cloud.sap/", | ||
"express": "^4.18.2", | ||
"express-fileupload": "^1.4.0", | ||
"express-fileupload": "^1.4.1", | ||
"http-proxy-middleware": "^2.0.6", | ||
"node-fetch": "^2.6.12", | ||
"node-fetch": "^2.7.0", | ||
"xml2js": "^0.6.2" | ||
}, | ||
"devDependencies": { | ||
"@cap-js/sqlite": "^1.1.0", | ||
"@sap/cds": "^7.1.1", | ||
"@types/express": "^4.17.17", | ||
"@cap-js/sqlite": "^1.2.1", | ||
"@sap/cds": "^7.2.1", | ||
"@types/express": "^4.17.18", | ||
"compression": "^1.7.4", | ||
"eslint": "^8.45.0", | ||
"eslint": "^8.50.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-jest": "^27.2.3", | ||
"hdb": "^0.19.5", | ||
"jest": "^29.6.2", | ||
"eslint-plugin-jest": "^27.4.0", | ||
"hdb": "^0.19.6", | ||
"jest": "^29.7.0", | ||
"passport": "^0.6.0", | ||
"prettier": "^3.0.1", | ||
"prettier": "^3.0.3", | ||
"sqlite3": "^5.1.6", | ||
@@ -76,0 +76,0 @@ "supertest": "^6.3.3" |
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
234054
4533
Updatedexpress-fileupload@^1.4.1
Updatednode-fetch@^2.7.0