@cap-js/ord 1.4.1 → 1.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/templates.js +1 -2
  2. package/package.json +1 -1
package/lib/templates.js CHANGED
@@ -390,9 +390,8 @@ const createAPIResourceTemplate = (serviceName, serviceDefinition, appConfig, pa
390
390
  };
391
391
 
392
392
  if (isPrimaryDataProductService(serviceDefinition)) {
393
- obj.apiProtocol = "rest";
393
+ obj.apiProtocol = "sap.dp:data-subscription-api:v1";
394
394
  obj.direction = "outbound";
395
- obj.implementationStandard = "sap.dp:data-subscription-api:v1";
396
395
  obj.entryPoints = [];
397
396
  if (extracted) {
398
397
  // Overwrite partOfGroups
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cap-js/ord",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "CAP Plugin for generating ORD document.",
5
5
  "repository": "cap-js/ord",
6
6
  "author": "SAP SE (https://www.sap.com)",