commit c6dda64e53784d78973446528f866f55391b64fe
parent aff8b2cb3c73f727bc531b21da79d5dc576a138a
Author: Yureka <yuka@yuka.dev>
Date: Fri, 3 Sep 2021 15:10:10 +0200
parent aff8b2cb3c73f727bc531b21da79d5dc576a138a
Author: Yureka <yuka@yuka.dev>
Date: Fri, 3 Sep 2021 15:10:10 +0200
update hafas-client
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/server/package-lock.json b/server/package-lock.json @@ -1017,8 +1017,9 @@ "integrity": "sha1-8LSoFyxmj97AZSkaSZm5YfGRbRA=" }, "hafas-client": { - "version": "git+https://github.com/yu-re-ka/hafas-client.git#5ad178351f6051d5df9e3876286a8087bc77f6d6", - "from": "git+https://github.com/yu-re-ka/hafas-client.git#feature/db-price", + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/hafas-client/-/hafas-client-5.19.0.tgz", + "integrity": "sha512-aQc7pm7p0Q9IgSqoO09Js15vz+ecYJhhWboTWBdov3t9H9VKg0TQkEMSiECMUNeC87EzyRWhOng5WtV7DmuVzA==", "requires": { "@derhuerst/br2nl": "^1.0.0", "@derhuerst/round-robin-scheduler": "^1.0.4",
diff --git a/server/package.json b/server/package.json @@ -10,7 +10,7 @@ "author": "", "license": "AGPL-3.0", "dependencies": { - "hafas-client": "git+https://github.com/yu-re-ka/hafas-client#feature/db-price", + "hafas-client": "^5.19.0", "hafas-rest-api": "^3.6.0", "level": "^7.0.0" },