Skip to content

chore: use public repository metadata URL - #1

Merged
jameslan merged 1 commit into
jameslan:masterfrom
YfengJ:codex/public-repository-metadata
Jun 22, 2026
Merged

jameslan merged 1 commit into
jameslan:masterfrom
YfengJ:codex/public-repository-metadata

Conversation

@YfengJ

@YfengJ YfengJ commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Summary

  • replace the package repository URL with the public HTTPS GitHub URL
  • leave runtime code, package version, homepage, dependencies, and package contents unchanged

Why

The published npm metadata currently resolves the repository to an SSH GitHub URL. A public git+https URL is easier for npm users and automated package tooling to resolve without SSH setup.

Validation

  • npm view typedoc-plugin-version-select@2.0.0 name version repository homepage bugs license --json
  • node metadata assertion for package.json
  • npm ci --ignore-scripts --no-audit --no-fund
  • npm test
  • npm run build
  • npm pack --dry-run --ignore-scripts --json .
  • git diff --check

@jameslan
jameslan merged commit 549b8ef into jameslan:master Jun 22, 2026
1 check passed
github-actions Bot pushed a commit that referenced this pull request Jun 22, 2026
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