Stellar-Wallets-Kit icon indicating copy to clipboard operation
Stellar-Wallets-Kit copied to clipboard

There might be a problem with the dependency declaration for @creit-tech/xbull-wallet-connect

Open jeesunikim opened this issue 1 year ago • 1 comments

  • I'm submitting a ... [x] bug report [ ] feature request [ ] question about the decisions made in the repository [ ] question about how to use this project

  • Summary when I ran npm ls tslib locally, I saw the following error invalid: "github:Creit-Tech/xBull-Wallet-Connect#0.2.0" from node_modules/@creit.tech/stellar-wallets-kit which is odd because it seems to be a valid github url with the correct release. But I figured I should let you know

invalid

jeesunikim avatar May 31 '24 18:05 jeesunikim

Yeah this is common because not all tools recognize importing libraries from public github repos. Something I plan to do is deploying the xbull connect library to npm so these types of errors don't happen, probably will work on that today or tomorrow. I'll let you know once is updated

earrietadev avatar Jun 01 '24 18:06 earrietadev

Sorry for the big delay on this, the latest version of the kit fixes this because now the xbull-wallet-connect package is loaded from npm instead of github.

earrietadev avatar Sep 16 '24 19:09 earrietadev