This commit is contained in:
Wolfgang Koch
2021-09-16 15:13:29 +02:00
parent ab87eb6ee9
commit 8e2e899722

View File

@@ -6,7 +6,7 @@
"license": "UNLICENSED", "license": "UNLICENSED",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@sap/cds": "git+https://b60833c73d12694645300a9e2b54a5650e6951ba:x-oauth-basic@github.tools.sap/cap/cds.git#ext", "@sap/cds": "^5",
"@sap/cds-mtx": "^2", "@sap/cds-mtx": "^2",
"@sap/hana-client": "^2", "@sap/hana-client": "^2",
"@sap/hdi-deploy": "^4", "@sap/hdi-deploy": "^4",
@@ -18,6 +18,9 @@
"devDependencies": { "devDependencies": {
"sqlite3": "^5.0.2" "sqlite3": "^5.0.2"
}, },
"engines": {
"node": "^14"
},
"scripts": { "scripts": {
"start": "cds run", "start": "cds run",
"watch": "cds watch" "watch": "cds watch"
@@ -71,6 +74,10 @@
"deploy-format": "hdbtable" "deploy-format": "hdbtable"
}, },
"mtx": { "mtx": {
"element-prefix": [
"Z_",
"ZZ_"
],
"namespace-blocklist": [ "namespace-blocklist": [
"com.sap.", "com.sap.",
"sap." "sap."