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.
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?