ESM support for IFX Node SDK
The IFX Node SDK does not support ESM style imports. Many modern npm modules no longer support commonJS, so I am unable to use them unless I include some sort of transpilation step to my IFX integration, which I'd rather avoid.