Skip to content

chore: use public repository metadata URL#18

Open
YfengJ wants to merge 1 commit into
strongloop:masterfrom
YfengJ:codex/public-repository-metadata
Open

chore: use public repository metadata URL#18
YfengJ wants to merge 1 commit into
strongloop:masterfrom
YfengJ:codex/public-repository-metadata

Conversation

@YfengJ

@YfengJ YfengJ commented Jun 18, 2026

Copy link
Copy Markdown

Summary

  • update the package repository URL from the legacy git:// form to public git+https://
  • leave runtime code, dependencies, version, entry points, homepage, bugs metadata, and package contents unchanged

Validation

  • npm view strong-log-transformer repository homepage bugs --json
  • node metadata assertion for package name, repository, homepage, and bugs URL
  • npm install --ignore-scripts --no-audit --no-fund --package-lock=false
  • npm pack --dry-run --ignore-scripts --json .
  • git diff --check

Test note

  • npm test currently fails on this branch under Node v22.22.3 with the same failure reproduced on an unmodified fresh clone of upstream master.
  • The failure is from the existing old tap/esm test setup plus the repository's 100% coverage threshold (logger.js line 90 uncovered), not from this metadata-only change.

Signed-off-by: YfengJ <166808804+YfengJ@users.noreply.github.com>
@YfengJ YfengJ force-pushed the codex/public-repository-metadata branch from e64745d to fbddebb Compare June 19, 2026 02:36
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.

1 participant