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

Fix package export and files manifest property #70

Merged
merged 1 commit into from
Feb 5, 2021

Conversation

Gudahtt
Copy link
Member

@Gudahtt Gudahtt commented Feb 3, 2021

The main export of the package was broken in #60 when the source files were moved into the src directory, because the path of the main property was not updated accordingly. This updates main to point at the new location of the block-ref module.

Any modules referenced by file will still be in different locations now (e.g. require('eth-json-rpc-middleware/block-ref) will have to be changed to require('eth-json-rpc-middleware/src/block-ref), so #60 will still need to be treated as a breaking change. But at least the main export works now.

The files property of the manifest was also broken in #60. It has been updated to correctly reference all of the JavaScript modules that should be published.

@Gudahtt Gudahtt requested a review from a team as a code owner February 3, 2021 14:01
The main export of the package was broken in #60 when the source files
were moved into the `src` directory, because the path of the `main`
property was not updated accordingly. This updates `main` to point at
the new location of the `block-ref` module.

Any modules referenced by file will still be in different locations
now (e.g. `require('eth-json-rpc-middleware/block-ref`) will have to be
changed to `require('eth-json-rpc-middleware/src/block-ref`), so #60
will still need to be treated as a breaking change. But at least the
main export works now.

The `files` property of the manifest was also broken in #60. It has
been updated to correctly reference all of the JavaScript modules that
should be published.
@Gudahtt Gudahtt force-pushed the fix-package-export branch from e893955 to 4301c35 Compare February 5, 2021 00:43
@Gudahtt Gudahtt changed the title Fix package export Fix package export and files manifest property Feb 5, 2021
@Gudahtt Gudahtt merged commit ce8a476 into master Feb 5, 2021
@Gudahtt Gudahtt deleted the fix-package-export branch February 5, 2021 01:24
sambacha pushed a commit to sambacha/eth-json-rpc-middleware that referenced this pull request Mar 22, 2021
The main export of the package was broken in MetaMask#60 when the source files
were moved into the `src` directory, because the path of the `main`
property was not updated accordingly. This updates `main` to point at
the new location of the `block-ref` module.

Any modules referenced by file will still be in different locations
now (e.g. `require('eth-json-rpc-middleware/block-ref`) will have to be
changed to `require('eth-json-rpc-middleware/src/block-ref`), so MetaMask#60
will still need to be treated as a breaking change. But at least the
main export works now.

The `files` property of the manifest was also broken in MetaMask#60. It has
been updated to correctly reference all of the JavaScript modules that
should be published.
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

Successfully merging this pull request may close these issues.

2 participants