You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package is now published as a regular Node module. Previously, it was published as minified bundles created by Rollup. There was no need for this since Rollup is only needed for web code, and the js-client-sdk build already runs Rollup to embed the js-sdk-common code. Using Rollup caused the platform-dependent behavior of uuid to fail because the code for only one platform (browser or Node) was embedded.