cawabunga / headless-web3-provider

Web3 wallet emulation similar to Metamask for testing Ethereum-based apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`RequestPermissions` is missing in 0.2.1

daenamkim opened this issue · comments

@cawabunga Hi, I have no idea why RequestPermissions is missing on my end but I found it is (probably) missing in only npm package. Can you have a look and republish if you don't mind?

Installed from npm
Screenshot 2023-08-24 at 18 27 28

Local build
Screenshot 2023-08-24 at 18 28 57

Thanks for reporting. I suspect that parcel messes up the output. Now parcel cache is purged before build process. 7bb60c8

I released 0.2.2 that addresses this issue.