1Password / onepassword-sdk-js

The official JavaScript SDK for 1Password
https://developer.1password.com/docs/sdks/
MIT License
37 stars 3 forks source link

Fix esm example #32

Closed Marton6 closed 3 months ago

Marton6 commented 3 months ago

This PR fixes a bug in the esm example. Currently only the createClient is imported from the @1password/sdk module, this PR makes sure that we import the entire module instead and reference all the types and functions needed from it correctly.

MOmarMiraj commented 3 months ago

Code looks good and functionally tested.. Everything looks good!

Approved.