This commit is contained in:
Jannis R 2023-11-07 19:08:51 +01:00
parent 8482862f76
commit c087d49f16
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "db-rest", "name": "db-rest",
"version": "6.0.2", "version": "6.0.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "db-rest", "name": "db-rest",
"version": "6.0.2", "version": "6.0.3",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"cached-hafas-client": "^5.0.1", "cached-hafas-client": "^5.0.1",

View file

@ -2,7 +2,7 @@
"private": true, "private": true,
"name": "db-rest", "name": "db-rest",
"description": "A clean REST API wrapping around the Deutsche Bahn API.", "description": "A clean REST API wrapping around the Deutsche Bahn API.",
"version": "6.0.2", "version": "6.0.3",
"type": "module", "type": "module",
"main": "index.js", "main": "index.js",
"author": "Jannis R <mail@jannisr.de>", "author": "Jannis R <mail@jannisr.de>",