@cap-js-community/odata-v2-adapter
Advanced tools
Comparing version 1.12.9 to 1.12.10
@@ -8,2 +8,11 @@ # Changelog | ||
## Version 1.12.10 - 2024-06-05 | ||
### Fixed | ||
- Fix expand and select of navigation properties | ||
- Fix error response for errors during media stream read | ||
- Do not log authorization header in debug traces | ||
- Decode request url for debug traces | ||
## Version 1.12.9 - 2024-05-03 | ||
@@ -10,0 +19,0 @@ |
{ | ||
"name": "@cap-js-community/odata-v2-adapter", | ||
"version": "1.12.9", | ||
"version": "1.12.10", | ||
"description": "OData V2 adapter for CDS", | ||
@@ -39,7 +39,7 @@ "homepage": "https://cap.cloud.sap/", | ||
"test:unit:file": "CDS_ENV=testdb npm run test:unit", | ||
"test:unit:deploy": "cd ./test/_env && npm run test:deploy", | ||
"test:integration": "jest --testPathPattern='/test-integration/'", | ||
"test:integration:deploy": "npm run test:deploy --prefix=./test-integration/_env", | ||
"build:unit": "npm run build --prefix=./test/_env", | ||
"build:integration": "npm run build --prefix=./test-integration/_env", | ||
"deploy:unit": "cd ./test/_env && npm run test:deploy", | ||
"deploy:integration": "npm run test:deploy --prefix=./test-integration/_env", | ||
"lint": "npm run eslint && npm run prettier", | ||
@@ -66,15 +66,17 @@ "lint:ci": "npm run eslint:ci && npm run prettier:ci", | ||
"@cap-js-community/odata-v2-adapter": "./", | ||
"@cap-js/sqlite": "^1.6.0", | ||
"@sap/cds": "^7.9.0", | ||
"@sap/cds-dk": "^7.9.1", | ||
"@cap-js/hana": "^0.4.0", | ||
"@cap-js/sqlite": "^1.7.1", | ||
"@sap/cds": "^7.9.2", | ||
"@sap/cds-dk": "^7.9.2", | ||
"@sap/cds-hana": "^2.0.0", | ||
"@types/express": "^4.17.21", | ||
"@typescript-eslint/eslint-plugin": "^7.7.0", | ||
"@typescript-eslint/parser": "^7.7.0", | ||
"@types/jest": "29.5.12", | ||
"@typescript-eslint/eslint-plugin": "^7.12.0", | ||
"@typescript-eslint/parser": "^7.12.0", | ||
"compression": "^1.7.4", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-jest": "^28.4.0", | ||
"eslint-plugin-jest": "^28.5.0", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.2.5", | ||
"prettier": "^3.3.0", | ||
"supertest": "^7.0.0" | ||
@@ -81,0 +83,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
253107
4920
17