feat: Store the server version on start

This commit is contained in:
Joachim Van Herwegen
2022-02-17 11:30:48 +01:00
parent 62e2210023
commit 2dc20fe3bc
7 changed files with 72 additions and 22 deletions

View File

@@ -82,6 +82,7 @@
"@types/bcrypt": "^5.0.0",
"@types/cors": "^2.8.12",
"@types/end-of-stream": "^1.4.1",
"@types/fs-extra": "^9.0.13",
"@types/lodash.orderby": "^4.6.6",
"@types/marked": "^4.0.2",
"@types/mime-types": "^2.1.1",
@@ -108,6 +109,7 @@
"end-of-stream": "^1.4.4",
"escape-string-regexp": "^4.0.0",
"fetch-sparql-endpoint": "^2.4.0",
"fs-extra": "^10.0.0",
"handlebars": "^4.7.7",
"jose": "^4.4.0",
"lodash.orderby": "^4.6.0",
@@ -139,7 +141,6 @@
"@tsconfig/node12": "^1.0.9",
"@types/cheerio": "^0.22.30",
"@types/ejs": "^3.1.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.4.0",
"@types/set-cookie-parser": "^2.4.2",
"@types/supertest": "^2.0.11",
@@ -154,7 +155,6 @@
"eslint-plugin-jest": "^26.0.0",
"eslint-plugin-tsdoc": "^0.2.14",
"eslint-plugin-unused-imports": "^2.0.0",
"fs-extra": "^10.0.0",
"husky": "^4.3.8",
"jest": "^27.4.7",
"jest-rdf": "^1.7.0",