sakuli / sakuli-enterprise-forwarder

Sakuli Enterprise result forwarders for various monitoring systems
https://sakuli.io
Apache License 2.0
0 stars 1 forks source link

Update Sakuli Enterprise Forwarder to use ESM packages #117

Open cliffle opened 2 years ago

cliffle commented 2 years ago

Our current setup is not compatible with ESM packages because we output with CommonJS. Since some of our dependencies already use ESM, we are unable to update them to receive the latest versions.

Additional information

A guide to upgrading the Typescript project to output ESM.

https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c#faq

Acceptance criteria