Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

package.json has wrong exports #254

Closed
envin3 opened this issue Apr 4, 2024 · 2 comments
Closed

package.json has wrong exports #254

envin3 opened this issue Apr 4, 2024 · 2 comments

Comments

@envin3
Copy link

envin3 commented Apr 4, 2024

package.json exports should be a relative path (https://webpack.js.org/guides/package-exports/).

"exports": "dist/index.js",

should be

"exports": "./dist/index.js",

This leads to compilations errors when included in jest testing.

envin3 added a commit to pnetwork-association/ptokens-dapp that referenced this issue Apr 4, 2024
Due to Destiner/ethcall#254 ethcall > 6.x will not compile in jest.
Reverting to curvefi 2.30.0 to avoid the issue.
envin3 added a commit to pnetwork-association/ptokens-dapp that referenced this issue Apr 4, 2024
Due to Destiner/ethcall#254 ethcall > 6.x will not compile in jest.
Reverting to curvefi 2.30.0 to avoid the issue.
envin3 added a commit to pnetwork-association/ptokens-dapp that referenced this issue Apr 4, 2024
Due to Destiner/ethcall#254 ethcall > 6.x will not compile in jest.
Reverting to curvefi 2.30.0 to avoid the issue.
envin3 added a commit to pnetwork-association/ptokens-dapp that referenced this issue Apr 4, 2024
Due to Destiner/ethcall#254 ethcall > 6.x will not compile in jest.
Reverting to curvefi 2.30.0 to avoid the issue.
envin3 added a commit to pnetwork-association/ptokens-dapp that referenced this issue Apr 4, 2024
Due to Destiner/ethcall#254 ethcall > 6.x will not compile in jest.
Reverting to curvefi 2.30.0 to avoid the issue.
envin3 added a commit to pnetwork-association/ptokens-dapp that referenced this issue Apr 4, 2024
Due to Destiner/ethcall#254 ethcall > 6.x will not compile in jest.
Reverting to curvefi 2.30.0 to avoid the issue.
envin3 added a commit to pnetwork-association/ptokens-dapp that referenced this issue Apr 4, 2024
Due to Destiner/ethcall#254 ethcall > 6.x will not compile in jest.
Reverting to curvefi 2.30.0 to avoid the issue.
@taariq
Copy link

taariq commented May 10, 2024

@Destiner Any time to peek at this, ser?

@Destiner
Copy link
Owner

Good catch, fixed in 6.0.6

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

No branches or pull requests

3 participants