Skip to content

feat: JSR registry configuration (jsr.json) and publishing workflow - #9

Merged
codebygarv merged 3 commits into
mainfrom
EL-jsr-registry-publishing
Jul 31, 2026
Merged

feat: JSR registry configuration (jsr.json) and publishing workflow#9
codebygarv merged 3 commits into
mainfrom
EL-jsr-registry-publishing

Conversation

@codebygarv

Copy link
Copy Markdown
Owner

Phase 3: JSR Registry Publishing

This Pull Request configures @codebygarv/express-lens to publish to JSR (JavaScript Registry) alongside NPM for Deno & Bun developers.

Resolves #8

Changes Included

  • jsr.json: JSR package manifest mapping TypeScript source entry points.
  • TypeScript Return Types: Added explicit return types to public APIs for JSR type validation.
  • .github/workflows/jsr-publish.yml: Automated JSR publication workflow on tag release.

Verification

  • npm run typecheck (0 errors)
  • npm test (38/38 tests passing)
  • npm run build (Multi-entry CJS, ESM, and .d.ts bundles built)

@codebygarv
codebygarv merged commit b04c6f2 into main Jul 31, 2026
3 checks passed
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.

feat: JSR registry configuration (jsr.json) and publishing workflow

1 participant