Updating tons of dependencies.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Manuel Friedli 2026-01-23 23:31:30 +01:00
parent f1171328a9
commit ae7dfe7c3c
Signed by: manuel
GPG key ID: 41D08ABA75634DA1
41 changed files with 285 additions and 283 deletions

View file

@ -16,7 +16,7 @@
"properties": {
"id": {
"type": "string",
"description": "64 bit precision signed integer value. Transmitted as string, because ECMAScript (browsers) don't normally handle 64 bit integers well, as the ECMAScript 'number' type is a 64 bit signed double value, leaving only 53 bits for the integer part, thus losing precision."
"description": "64 bit precision unsigned integer value. Transmitted as a hexadecimal string."
},
"algorithm": {
"type": "string",