@cap-js-community/odata-v2-adapter
Advanced tools
Comparing version 1.10.5 to 1.10.6
@@ -10,2 +10,8 @@ # Changelog | ||
## Version 1.10.6 - 2023-06-05 | ||
### Fixed | ||
- Fix metadata type for managed composition entities and sub-entities | ||
## Version 1.10.5 - 2023-05-15 | ||
@@ -12,0 +18,0 @@ |
{ | ||
"name": "@cap-js-community/odata-v2-adapter", | ||
"version": "1.10.5", | ||
"version": "1.10.6", | ||
"description": "OData V2 adapter for CDS", | ||
@@ -60,9 +60,9 @@ "homepage": "https://cap.cloud.sap/", | ||
"node-fetch": "^2.6.11", | ||
"xml2js": "^0.5.0" | ||
"xml2js": "^0.6.0" | ||
}, | ||
"devDependencies": { | ||
"@sap/cds": "^6.8.1", | ||
"@sap/cds": "^6.8.2", | ||
"@types/express": "^4.17.17", | ||
"compression": "^1.7.4", | ||
"eslint": "^8.40.0", | ||
"eslint": "^8.42.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
@@ -69,0 +69,0 @@ "eslint-plugin-jest": "^27.2.1", |
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
226918
4369
+ Addedxml2js@0.6.2(transitive)
Updatedxml2js@^0.6.0