Session counters

This commit is contained in:
Andrey Sobolev
2025-10-14 12:23:18 +07:00
parent 4545f2d9e4
commit a4bf7ee5d3
50 changed files with 1519 additions and 396 deletions
+3 -2
View File
@@ -9,7 +9,7 @@
"test:coverage": "node run-tests-with-coverage.js"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.7.18",
"@hcengineering/platform-rig": "^0.7.19",
"istanbul-lib-coverage": "^3.2.2",
"istanbul-lib-report": "^3.0.1",
"istanbul-reports": "^3.2.0",
@@ -20,7 +20,8 @@
"eslint-plugin-n": "^15.4.0",
"eslint": "^8.54.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint-config-standard-with-typescript": "^40.0.0"
"eslint-config-standard-with-typescript": "^40.0.0",
"eslint-plugin-svelte": "^2.35.1"
},
"private": true
}