casper-ecosystem / casper-js-sdk

TypeScript Casper Client SDK
Apache License 2.0
71 stars 60 forks source link

chore: add `@noble/curves` dependency #362

Closed lawRathod closed 11 months ago

lawRathod commented 11 months ago

Changes

Reason

The @noble/curves package being imported directly here and isn't the part of dependencies in package.json. It's a problem when using pnpm + webpack for electron. Came up during ledger-live integration.

Would it be possible to include this change and make a minor release thereafter?