Version 0.4.0 - Ajout des metrics
All checks were successful
Neutral/pipeline/head This commit looks good

This commit is contained in:
Raphix
2023-11-28 21:05:44 +01:00
parent 04fcece8d4
commit b19243a8af
17 changed files with 1121 additions and 384 deletions

18
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "neutral",
"version": "0.2.0",
"version": "0.4.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "neutral",
"version": "0.2.0",
"version": "0.4.0",
"license": "ISC",
"dependencies": {
"cookie-parser": "~1.4.4",
@ -17,6 +17,7 @@
"http-errors": "~1.6.3",
"loguix": "1.4.1",
"nodemon": "^3.0.1",
"os-utils": "^0.0.14",
"serve-favicon": "^2.0.4",
"socket.io": "^4.7.2",
"uuid": "^9.0.1"
@ -718,6 +719,14 @@
"node": ">= 0.8"
}
},
"node_modules/os-utils": {
"version": "0.0.14",
"resolved": "https://registry.npmjs.org/os-utils/-/os-utils-0.0.14.tgz",
"integrity": "sha512-ajB8csaHLBvJOYsHJkp8YdO2FvlBbf/ZxaYQwXXRDyQ84UoE+uTuLXxqd0shekXMX6Qr/pt/DDyLMRAMsgfWzg==",
"engines": {
"node": "*"
}
},
"node_modules/parseurl": {
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
@ -1635,6 +1644,11 @@
"ee-first": "1.1.1"
}
},
"os-utils": {
"version": "0.0.14",
"resolved": "https://registry.npmjs.org/os-utils/-/os-utils-0.0.14.tgz",
"integrity": "sha512-ajB8csaHLBvJOYsHJkp8YdO2FvlBbf/ZxaYQwXXRDyQ84UoE+uTuLXxqd0shekXMX6Qr/pt/DDyLMRAMsgfWzg=="
},
"parseurl": {
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",