update test

This commit is contained in:
maix0 2025-07-17 16:34:43 +02:00 committed by Maieul BOYER
parent 0b3ea4b406
commit 3f5cb97501
5 changed files with 133 additions and 19 deletions

View file

@ -11,7 +11,9 @@
"dependencies": {
"better-sqlite3": "^11.10.0",
"fastify": "^5.0.0",
"fastify-plugin": "^5.0.1"
"fastify-plugin": "^5.0.1",
"typescript-result": "3.1.1",
"uuidv7": "^1.0.2"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
@ -2122,6 +2124,15 @@
"node": ">=14.17"
}
},
"node_modules/typescript-result": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/typescript-result/-/typescript-result-3.1.1.tgz",
"integrity": "sha512-KQ7SdBa1UcZCu+qI7pgZ1FdzBIlGiyoHTaQQDshtsKCKiPdzLlkU6OWkJuhjzo+xl+y+dOVO+2HyyEpODNDHyw==",
"license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/undici-types": {
"version": "6.21.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
@ -2135,6 +2146,15 @@
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
"license": "MIT"
},
"node_modules/uuidv7": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/uuidv7/-/uuidv7-1.0.2.tgz",
"integrity": "sha512-8JQkH4ooXnm1JCIhqTMbtmdnYEn6oKukBxHn1Ic9878jMkL7daTI7anTExfY18VRCX7tcdn5quzvCb6EWrR8PA==",
"license": "Apache-2.0",
"bin": {
"uuidv7": "cli.js"
}
},
"node_modules/v8-compile-cache-lib": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz",