From 0b0ee5764ab68e699f46134aeadd83440cd82b52 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Thu, 16 Mar 2023 00:39:26 +0100 Subject: [PATCH] slug@8, eslint@8, tokenize-db-station-name@3; minor tweak; 4.3.1 --- match-stopover.js | 2 +- package.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/match-stopover.js b/match-stopover.js index 83a3d40..6b1b606 100644 --- a/match-stopover.js +++ b/match-stopover.js @@ -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 diff --git a/package.json b/package.json index 70d3068..a1f3953 100644 --- a/package.json +++ b/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", @@ -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": {