datalust / seq-logging

A Node.js client for the Seq HTTP ingestion API
Apache License 2.0
25 stars 15 forks source link

Version 2.1.0 is missing all code content outside of `index.js` #74

Closed markacola closed 1 year ago

markacola commented 1 year ago

The recently published version doesn't package the code correctly, e.g. missing the seq_logger.js file that is imported via index.js: https://www.npmjs.com/package/seq-logging?activeTab=code

The code is published and working correctly for earlier versions, e.g.: https://www.npmjs.com/package/seq-logging/v/2.0.0?activeTab=code

liammclennan commented 1 year ago

Hi @markacola

Thank you for the report. 2.1.1 has the missing files.

markacola commented 1 year ago

Fantastic - thank you for the speedy resolution!