We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640f174 commit 8c46048Copy full SHA for 8c46048
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@cap-js/change-tracking",
3
+ "description": "CAP cds-plugin providing change tracking out-of-the-box.",
4
"version": "1.0.0",
- "description": "",
5
"main": "cds-plugin.js",
6
"files": [
7
"index.cds",
@@ -14,17 +14,15 @@
14
"test": "npx jest"
15
},
16
"devDependencies": {
17
+ "@cap-js/sqlite": "^5.0.2",
18
"axios": ">=0.24",
- "cds-swagger-ui-express": "^0.6.0",
19
"chai": "^4.3.4",
20
"chai-as-promised": "^7.1.1",
21
"chai-subset": "^1.6.0",
22
"eslint": "^8.0.0",
23
"express": "^4",
24
"jest": "^29.1.0",
25
- "jest-junit": "^15.0.0",
26
- "prettier": "^2.3.0",
27
- "sqlite3": "^5.0.2"
+ "prettier": "^2.3.0"
28
29
"dependencies": {
30
"@sap/cds-foss": "^4"
0 commit comments