Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@metamask/[email protected] has a reference to src folder which is omitted in npm package #377

Open
davidyuk opened this issue Oct 16, 2024 · 0 comments

Comments

@davidyuk
Copy link

Our typescript setup fails because of this. This was not the case in 17.2.0.

References to src are in files:

  • @metamask/providers/dist/initializeInpageProvider.d.cts:1:22
  • @metamask/providers/dist/MetaMaskInpageProvider.d.cts:1:22
  • @metamask/providers/dist/StreamProvider.d.cts:1:22

You can also see this at npm
https://www.npmjs.com/package/@metamask/providers/v/17.2.1?activeTab=code
https://www.npmjs.com/package/@metamask/providers/v/17.2.0?activeTab=code

/// <reference path="../src/readable-stream.d.ts" />

was added at the beginning of the above files in the latest package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant