Skip to content

release: v1.1.7 - expose ./package.json in the exports map - #18

Merged
Shinrai merged 3 commits into
masterfrom
next
Aug 9, 2026
Merged

release: v1.1.7 - expose ./package.json in the exports map#18
Shinrai merged 3 commits into
masterfrom
next

Conversation

@cldmv-bot

@cldmv-bot cldmv-bot Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

🚀 What's Changed

💥 Breaking Changes

No breaking changes

✨ Features

No new features

🐛 Bug Fixes

📦 Dependencies

No dependency updates

🔧 Other Changes

No other changes

👥 Contributors

coverage

Metric Coverage
Statements 83.6%
Branches 84.4%
Functions 91.7%
Lines 83.2%

Avg: 85.7% · 0d549db · Node lts/*

Shinrai and others added 3 commits August 8, 2026 21:43
Node's exports map is a strict allowlist: with only "." and "./main"
declared, `require.resolve("@cldmv/uuid/package.json")` (and any tool that
locates a package by resolving its package.json) throws
ERR_PACKAGE_PATH_NOT_EXPORTED. This broke @cldmv/rummage's web build.

Add the conventional `"./package.json": "./package.json"` entry so the
manifest is resolvable by name, and a regression test that asserts both the
exports entry and real Node self-resolution.

Fixes #6
@cldmv-bot cldmv-bot Bot added ! release → master v4 flow: persistent next → master release PR (carries the next feature release) release Marks a pull request as a pending release — merge to publish a new version semver: patch This release contains only backwards-compatible bug fixes type: bug Something is broken or not behaving as expected labels Aug 9, 2026
@cldmv-bot

cldmv-bot Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor Author

🔒 Dependency Review

  • 0 vulnerable package(s)
  • 0 package(s) with incompatible licenses
  • 0 package(s) with invalid SPDX license definitions
  • 0 package(s) with unknown licenses
  • 0 denied package(s)
  • 0 package(s) with OpenSSF Scorecard score < 3

Full job summary

@cldmv-bot cldmv-bot Bot added area: tests Touches test files, fixtures, or test infrastructure type: dependencies Relates to dependency updates, version bumps, or package management labels Aug 9, 2026
@Shinrai
Shinrai merged commit c3b72af into master Aug 9, 2026
33 checks passed
@cldmv-bot
cldmv-bot Bot deleted the next branch August 9, 2026 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: tests Touches test files, fixtures, or test infrastructure ! release → master v4 flow: persistent next → master release PR (carries the next feature release) release Marks a pull request as a pending release — merge to publish a new version semver: patch This release contains only backwards-compatible bug fixes type: bug Something is broken or not behaving as expected type: dependencies Relates to dependency updates, version bumps, or package management

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant