$ date && npm info @w11k/tydux | grep latest
Di 8. Mai 16:02:34 CEST 2018
'dist-tags': { latest: '5.3.1' },
which is fine for me. But could you please add in the documentation, which version is supposed to be used, e.g. Version 5.x depends on TypeScript 2.7.x and RxJS 5 or something like that. Parsing the output of npm/yarn info is cumbersome and not everyone can use ng upgrade (or ng at all).
Hi Roman,
it seems, that currently
latest
version is:which is fine for me. But could you please add in the documentation, which version is supposed to be used, e.g. Version 5.x depends on TypeScript 2.7.x and RxJS 5 or something like that. Parsing the output of
npm/yarn info
is cumbersome and not everyone can useng upgrade
(or ng at all).Thank you in advance...