v1.1.0 Fixed key generation by using correct generation for timestamp format

This commit is contained in:
2025-05-21 23:30:18 +02:00
parent 18605dfc64
commit 6a236c5d68
3 changed files with 12 additions and 10 deletions

12
npm-shrinkwrap.json generated
View File

@@ -1,16 +1,16 @@
{
"name": "virtueller-stundenplan",
"version": "1.0.0",
"version": "1.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "virtueller-stundenplan",
"version": "1.0.0",
"version": "1.1.0",
"license": "CC-BY-NC-4.0",
"dependencies": {
"axios": "^1.8.4",
"luxon": "^3.5.0"
"luxon": "^3.6.1"
}
},
"node_modules/asynckit": {
@@ -256,9 +256,9 @@
}
},
"node_modules/luxon": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.5.0.tgz",
"integrity": "sha512-rh+Zjr6DNfUYR3bPwJEnuwDdqMbxZW7LOQfUN4B54+Cl+0o5zaU9RJ6bcidfDtC1cWCZXQ+nvX8bf6bAji37QQ==",
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.6.1.tgz",
"integrity": "sha512-tJLxrKJhO2ukZ5z0gyjY1zPh3Rh88Ej9P7jNrZiHMUXHae1yvI2imgOZtL1TO8TW6biMMKfTtAOoEJANgtWBMQ==",
"license": "MIT",
"engines": {
"node": ">=12"