Fix module and export paths in package.json, update lock file#60
Merged
j6k4m8 merged 1 commit intoaplbrain:masterfrom Oct 6, 2025
romankaravia:fix-module-exports-paths
Merged
Fix module and export paths in package.json, update lock file#60j6k4m8 merged 1 commit intoaplbrain:masterfrom romankaravia:fix-module-exports-paths
j6k4m8 merged 1 commit intoaplbrain:masterfrom
romankaravia:fix-module-exports-paths
Conversation
Actual files in /dist folder can be seen e.g. by: - Running `npm run build` - Visiting https://app.unpkg.com/npyjs@1.0.2/files/dist Fix outdated version entry in package-lock.json: - The lock file should usually be updated automatically when setting the new version using the npm CLI, e.g. for a new patch version 1.0.3, run `npm version patch` See https://docs.npmjs.com/cli/v8/commands/npm-version#description
Author
|
@j6k4m8 Sorry for bothering you again about this, but it looks like you have created a release (v1.0.3) with this fix, but not published it on npm, which still is on v1.0.2, see npyjs on the npm registry. Would you mind also publishing on npm? |
Member
|
@romankaravia Fixed in v1.0.4, thank you for calling this to my attention! I forgot to update the version in the manifest and so it refused to overwrite.... now resolved :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Actual files in
/distfolder can be seen e.g. by:npm run buildFix outdated version entry in
package-lock.json:npm version patchSee https://docs.npmjs.com/cli/v8/commands/npm-version#description
Fixes #59