Compare commits

..

No commits in common. "6b67a77823209b7d17c45ed3a436c33d041dcd30" and "53b385a86541d8fb576ece12a1461dd3bbf43dbe" have entirely different histories.

2 changed files with 588 additions and 573 deletions

1119
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
{ {
"name": "db-vendo-client", "name": "db-vendo-client",
"description": "Client for bahn.de public transport APIs.", "description": "Client for bahn.de public transport APIs.",
"version": "6.6.0", "version": "6.5.0",
"type": "module", "type": "module",
"main": "index.js", "main": "index.js",
"files": [ "files": [
@ -30,8 +30,7 @@
"roehrt", "roehrt",
"Sören Wegener (https://soerface.de/)", "Sören Wegener (https://soerface.de/)",
"Paul Sutter <paul.sutter@moia.io>", "Paul Sutter <paul.sutter@moia.io>",
"1Maxnet1", "1Maxnet1"
"McToel <info@bahnvorhersage.de>"
], ],
"homepage": "https://github.com/public-transport/db-vendo-client", "homepage": "https://github.com/public-transport/db-vendo-client",
"repository": { "repository": {
@ -52,36 +51,37 @@
"api", "api",
"http" "http"
], ],
"packageManager": "npm@10.9.0", "packageManager": "npm@9.2.0",
"engines": { "engines": {
"node": ">=18" "node": ">=18"
}, },
"dependencies": { "dependencies": {
"content-type": "^1.0.5", "content-type": "^1.0.4",
"cross-fetch": "^4.1.0", "cross-fetch": "^4.0.0",
"db-hafas-stations": "^1.0.0", "db-hafas-stations": "^1.0.0",
"gps-distance": "0.0.4", "gps-distance": "0.0.4",
"https-proxy-agent": "^7.0.6", "https-proxy-agent": "^7.0.0",
"luxon": "^3.5.0", "luxon": "^3.1.1",
"qs": "^6.14.0", "qs": "^6.6.0",
"slugg": "^1.2.1", "slugg": "^1.2.0",
"uuid": "^11.1.0" "uuid": "^11.0.5"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.21.0", "@eslint/eslintrc": "^3.2.0",
"@pollyjs/adapter-node-http": "^6.0.6", "@eslint/js": "^9.20.0",
"@pollyjs/core": "^6.0.6", "@pollyjs/adapter-node-http": "^6.0.5",
"@pollyjs/persister-fs": "^6.0.6", "@pollyjs/core": "^6.0.5",
"@stylistic/eslint-plugin": "^4.1.0", "@pollyjs/persister-fs": "^6.0.5",
"@stylistic/eslint-plugin": "^3.1.0",
"db-rest": "github:derhuerst/db-rest", "db-rest": "github:derhuerst/db-rest",
"eslint": "^9.21.0", "eslint": "^9.20.1",
"globals": "^16.0.0", "globals": "^15.15.0",
"hafas-rest-api": "^5.1.3", "hafas-rest-api": "^5.1.3",
"is-coordinates": "^2.0.2", "is-coordinates": "^2.0.2",
"is-roughly-equal": "^0.1.0", "is-roughly-equal": "^0.1.0",
"p-retry": "^6.2.1", "p-retry": "^6.0.0",
"p-throttle": "^7.0.0", "p-throttle": "^5.0.0",
"tap": "^20.0.3", "tap": "^19.2.5",
"validate-fptf": "^3.0.0" "validate-fptf": "^3.0.0"
}, },
"scripts": { "scripts": {