@cap-js-community/odata-v2-adapter
Advanced tools
Comparing version 1.10.3 to 1.10.4
@@ -6,3 +6,3 @@ "use strict"; | ||
if (cds.env.cov2ap.plugin) { | ||
if (cds.env.cov2ap && cds.env.cov2ap.plugin) { | ||
cds.on("bootstrap", async (app) => { | ||
@@ -9,0 +9,0 @@ app.use(cov2ap()); |
@@ -10,2 +10,8 @@ # Changelog | ||
## Version 1.10.4 - 2023-04-24 | ||
### Fixed | ||
- Fix start of `cds.plugin` | ||
## Version 1.10.3 - 2023-04-19 | ||
@@ -12,0 +18,0 @@ |
{ | ||
"name": "@cap-js-community/odata-v2-adapter", | ||
"version": "1.10.3", | ||
"version": "1.10.4", | ||
"description": "OData V2 adapter for CDS", | ||
@@ -66,3 +66,3 @@ "homepage": "https://cap.cloud.sap/", | ||
"compression": "^1.7.4", | ||
"eslint": "^8.38.0", | ||
"eslint": "^8.39.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
@@ -73,3 +73,3 @@ "eslint-plugin-jest": "^27.2.1", | ||
"passport": "^0.6.0", | ||
"prettier": "^2.8.7", | ||
"prettier": "^2.8.8", | ||
"sqlite3": "5.1.6", | ||
@@ -76,0 +76,0 @@ "supertest": "^6.3.3" |
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
226567