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