js-sdk
js-sdk copied to clipboard
JavaScript SDK for the Alby OAuth2 Wallet API and the Nostr Wallet Connect API.
Why is user_agent in two different options types? does it matter which one you set? I think this is confusing. See `OAuth2UserOptions` and `RequestOptions` - both have a `user_agent` property.
Build error caused by @webbtc/webln-types when including @getalby/sdk in standard typescript project
The error I get: `Cannot find module '@webbtc/webln-types' or its corresponding type declarations.` @webbtc/webln-types is declared as dev dependency but imported in the code, is this why? or can it...
Currently we are limited to using methods exposed by JS SDK rather than all Alby API methods.
See https://github.com/getAlby/hub/pull/357
There are quite some console.log/info/error statements which can be useful for debugging, but also pollute the console. It would be nice if NWCOptions could be extended with a "verbose" or...
Closes https://github.com/getAlby/js-sdk/issues/228
You can import `{nwc}` from the package and then use `nwc.NWCClient` in the same way as the examples.
Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 2.79.2. Changelog Sourced from rollup's changelog. rollup changelog 4.22.5 2024-09-27 Bug Fixes Allow parsing of certain unicode characters again (#5674) Pull Requests #5674: Fix panic...
See https://github.com/nostr-protocol/nips/pull/1353/files
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.5 to 29.5.13. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...