Node SDK version 2.0.0
** The SDK is now based on fetch instead of Axios. Axios relies on XMLHttpRequest which isn’t supported in Cloudflare Workers, Next.js Edge, Deno, Bun, etc. By using fetch, the SDK is now compatible with those runtimes.
** All API methods now allow specifying additional options to send to fetch . This enables you to control framework-specific fetch behavior (eg revalidate for Next.js)
** The SDK is now distributed as an ESM module
** Added support for subaccounts for grouping related orders.
** Added APIs for retrieving climate impact data and hosted impact page configuration .