public-transport / hafas-client

JavaScript client for HAFAS public transport APIs.
ISC License
263 stars 52 forks source link

Fix mode for 'ec-ic' #308

Closed KristjanESPERANTO closed 6 months ago

KristjanESPERANTO commented 6 months ago

This will fix on error in the integration test.

The tap update was only suitable here, it has nothing to do with the fix. Update: The tap update has been withdrawn.

derhuerst commented 6 months ago

The tap update was only suitable here, it has nothing to do with the fix.

The change from ^18.0.4 to ^18.6.1 doesn't have any effects since a) we're using a semver range here (^) and b) the lockfile isn't checked into Git.

If you had cloned hafas-client and installed dependencies (which creates a package-lock.json lockfile) before, and now want to get the latest tap version, run npm upgrade instead.

KristjanESPERANTO commented 6 months ago

Okay I've withdrawn the tap update.

derhuerst commented 6 months ago

Thanks!

derhuerst commented 3 months ago

In case anyone is wondering: A while ago, I published this fix as hafas-client@6.2.1. 🎉