mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-04-20 23:23:56 +03:00
update db-hafas-stations, bump version
This commit is contained in:
parent
b04a671b50
commit
0ef3935a35
2 changed files with 8 additions and 9 deletions
13
package-lock.json
generated
13
package-lock.json
generated
|
@ -1,17 +1,17 @@
|
|||
{
|
||||
"name": "db-vendo-client",
|
||||
"version": "6.6.1",
|
||||
"version": "6.6.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "db-vendo-client",
|
||||
"version": "6.6.1",
|
||||
"version": "6.6.2",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"content-type": "^1.0.5",
|
||||
"cross-fetch": "^4.1.0",
|
||||
"db-hafas-stations": "^1.0.0",
|
||||
"db-hafas-stations": "^1.1.0",
|
||||
"gps-distance": "0.0.4",
|
||||
"https-proxy-agent": "^7.0.6",
|
||||
"luxon": "^3.5.0",
|
||||
|
@ -3870,10 +3870,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/db-hafas-stations": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/db-hafas-stations/-/db-hafas-stations-1.0.0.tgz",
|
||||
"integrity": "sha512-F14CaUHz4EZnUTrUGm9EXxeqsbxWnbp8aJIulV/wJ9LnVruYXXmTrRHVsa9DoK5fT9WEInyYSjMLlEspq2wqRw==",
|
||||
"license": "ISC",
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/db-hafas-stations/-/db-hafas-stations-1.1.0.tgz",
|
||||
"integrity": "sha512-o6NhX3YExhdxd8IA1cfWf1px5nJTym/2hXcnnINgXjSCBmD4ujv/pCUcXZcj8ucozhk5koR2SBgdKhWJpM39pw==",
|
||||
"dependencies": {
|
||||
"ndjson": "^2.0.0"
|
||||
},
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "db-vendo-client",
|
||||
"description": "Client for bahn.de public transport APIs.",
|
||||
"version": "6.6.1",
|
||||
"version": "6.6.2",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
|
@ -60,7 +60,7 @@
|
|||
"dependencies": {
|
||||
"content-type": "^1.0.5",
|
||||
"cross-fetch": "^4.1.0",
|
||||
"db-hafas-stations": "^1.0.0",
|
||||
"db-hafas-stations": "^1.1.0",
|
||||
"gps-distance": "0.0.4",
|
||||
"https-proxy-agent": "^7.0.6",
|
||||
"luxon": "^3.5.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue