Use version 3.17.4 (#1)

This commit is contained in:
johannes-vogel
2019-09-21 11:36:45 +02:00
committed by GitHub
parent 387b25b1bf
commit 33b24c8d96
4 changed files with 4 additions and 4 deletions

View File

@@ -8,8 +8,7 @@
"node": "^8.9"
},
"dependencies": {
"@sap/cds": "^3.17.0",
"@sap/cds-rest": "latest",
"@sap/cds": "^3.17.4",
"express": "^4.17.1"
},
"scripts": {

View File

@@ -3,6 +3,7 @@ namespace sap.capire.products;
using { Currency, cuid, managed, sap.common.CodeList } from '@sap/cds/common';
entity Products : cuid, managed {
ID : String(36);
title : localized String(111);
descr : localized String(1111);
stock : Integer;

View File

@@ -5,7 +5,7 @@
"repository": "https://github.wdf.sap.corp/caps/products-service.git",
"license": "ISC",
"dependencies": {
"@sap/cds": "^3.17.0",
"@sap/cds": "^3.17.4",
"express": "^4.17.1"
},
"files": [