@cap-js-community/odata-v2-adapter
Advanced tools
Comparing version 1.12.0 to 1.12.1
@@ -8,2 +8,8 @@ # Changelog | ||
## Version 1.12.1 - 2024-01-08 | ||
### Fixed | ||
- Apply defaults in plugin build | ||
## Version 1.12.0 - 2024-01-08 | ||
@@ -10,0 +16,0 @@ |
{ | ||
"name": "@cap-js-community/odata-v2-adapter", | ||
"version": "1.12.0", | ||
"version": "1.12.1", | ||
"description": "OData V2 adapter for CDS", | ||
@@ -5,0 +5,0 @@ "homepage": "https://cap.cloud.sap/", |
@@ -261,9 +261,7 @@ # @cap-js-community/odata-v2-adapter (cov2ap) | ||
- Place HANA credentials at `test-integration/_env/db/default-services.json` in format: | ||
``` | ||
```json | ||
{ | ||
"hana": [ | ||
{ | ||
"credentials": { | ||
// ... | ||
} | ||
"credentials": {} | ||
} | ||
@@ -270,0 +268,0 @@ ] |
@@ -9,2 +9,5 @@ "use strict"; | ||
static hasTask() { | ||
cds.env.cov2ap = cds.env.cov2ap || {}; | ||
cds.env.cov2ap.plugin = cds.env.cov2ap.plugin === undefined ? true : cds.env.cov2ap.plugin; | ||
cds.env.cov2ap.build = cds.env.cov2ap.build === undefined ? true : cds.env.cov2ap.build; | ||
return cds.env.cov2ap && cds.env.cov2ap.plugin; | ||
@@ -11,0 +14,0 @@ } |
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
243253
4719
486