Skip to content

Commit

Permalink
slug@8, eslint@8, tokenize-db-station-name@3; minor tweak; 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Mar 16, 2023
1 parent cf5e2fc commit 0b0ee57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion match-stopover.js
Expand Up @@ -20,7 +20,7 @@ const createMatchStopover = (matchStopOrStation) => {
(depB !== null && depB === depA) ||
(arrB !== null && arrB === arrA)
) return true
debug('matching date/time failed', arrA, depA, arrB, depB)
debug('matching date/time failed', {arrA, depA, arrB, depB})
return false
}
return matchStopover
Expand Down
8 changes: 4 additions & 4 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "find-hafas-data-in-another-hafas",
"description": "Find data from one HAFAS endpoint in another one.",
"version": "4.3.0",
"version": "4.3.1",
"main": "index.js",
"files": [
"index.js",
Expand Down Expand Up @@ -38,20 +38,20 @@
"debug": "^4.1.0",
"hafas-collect-departures-at": "^3.0.0",
"lodash": "^4.17.15",
"slug": "^4.0.2"
"slug": "^8.2.2"
},
"peerDependencies": {
"hafas-client": "^5.0.0"
},
"devDependencies": {
"db-hafas": "^5.0.1",
"eslint": "^7.14.0",
"eslint": "^8.36.0",
"normalize-vbb-station-name-for-search": "^1.0.0",
"replayer": "^2.2.3",
"tap-min": "^2.0.0",
"tape": "^5.0.1",
"tape-promise": "^4.0.0",
"tokenize-db-station-name": "^2.2.3",
"tokenize-db-station-name": "^3.0.0",
"vbb-hafas": "^7.0.1"
},
"scripts": {
Expand Down

0 comments on commit 0b0ee57

Please sign in to comment.