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
The 2.0 release updates @polkadot/* packages major version.
The javascript module system now supports ESM.
This should be the default going forward and can be used with node >= 14versions by specifying "type": "module" in package.json.
The 2.0 release updates @polkadot/* packages major version.
The javascript module system now supports ESM.
This should be the default going forward and can be used with
node >= 14versions by specifying"type": "module"in package.json.~Improve discoverability of API methods #286 ~