camunda / camunda-8-js-sdk

The Camunda 8 JavaScript SDK for Node.js
https://camunda.github.io/camunda-8-js-sdk/
Apache License 2.0
19 stars 6 forks source link

Input Requested: cross-env ESM module? #267

Open jwulf opened 1 month ago

jwulf commented 1 month ago

I'm looking at making future versions of the SDK an ESM module that can run in the browser or in Node.js.

The CommonJS module would receive security and bug fixes, but would not get new features. New features - like the new Camunda 8 REST API - would be supported in the ESM module only.

Thoughts?