Skip to content

Fix module and export paths in package.json, update lock file#60

Merged
j6k4m8 merged 1 commit intoaplbrain:masterfrom
romankaravia:fix-module-exports-paths
Oct 6, 2025
Merged

Fix module and export paths in package.json, update lock file#60
j6k4m8 merged 1 commit intoaplbrain:masterfrom
romankaravia:fix-module-exports-paths

Conversation

@romankaravia
Copy link

Actual files in /dist folder can be seen e.g. by:

Fix outdated version entry in package-lock.json:

Fixes #59

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
Copy link
Member

@j6k4m8 j6k4m8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing, thank you!!

@j6k4m8 j6k4m8 merged commit 498d550 into aplbrain:master Oct 6, 2025
4 checks passed
@romankaravia
Copy link
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?

@j6k4m8
Copy link
Member

j6k4m8 commented Oct 16, 2025

@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 :)

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.

npm: /dist not included in v1.0.0

2 participants