C2FO / fast-csv

CSV parser and formatter for node
http://c2fo.github.io/fast-csv
MIT License
1.64k stars 208 forks source link

[BUG] latest format and parse libraries have not been published #996

Open robations opened 1 month ago

robations commented 1 month ago

Describe the bug

Note that https://www.npmjs.com/package/@fast-csv/format and https://www.npmjs.com/package/@fast-csv/parse on npm are v5.0.0 (lagging behind 5.0.1 published in February).

Also notice that document links are broken in these packages, at time of writing (perhaps should point to c2fo.github.io?):

https://github.com/C2FO/fast-csv/blob/v5.0.1/packages/format/README.md https://github.com/C2FO/fast-csv/blob/v5.0.1/packages/parse/README.md https://github.com/C2FO/fast-csv/blob/v5.0.1/packages/fast-csv/README.md

Parsing or Formatting?

To Reproduce

  1. Follow links:

https://www.npmjs.com/package/@fast-csv/format https://www.npmjs.com/package/@fast-csv/parse

  1. Version is shown as 5.0.0 for both.

  2. Follow doc links

  3. Getting NXDOMAIN and similar errors (can't find an A record for the domain)

Expected behavior Presuming all packages should be deployed in lock step, doc links should work.

(Apologies for noise if doc site is a temporary issue.)

Screenshots

Firefox error dig not returning A record

Desktop (please complete the following information):

Additional context