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

View File

@@ -1,6 +1,6 @@
{
"name": "virtueller-stundenplan",
"version": "1.0.0",
"version": "1.1.0",
"description": "A library to access the data from virtueller-stundenplan.org",
"main": "index.js",
"scripts": {
@@ -19,6 +19,6 @@
"license": "CC-BY-NC-4.0",
"dependencies": {
"axios": "^1.8.4",
"luxon": "^3.5.0"
"luxon": "^3.6.1"
}
}