Skip to content

Conversation

@abdotop
Copy link
Member

@abdotop abdotop commented Feb 4, 2026

No description provided.

@abdotop abdotop self-assigned this Feb 4, 2026
Copilot AI review requested due to automatic review settings February 4, 2026 09:36
@abdotop abdotop merged commit c4f08d3 into master Feb 4, 2026
5 checks passed
@abdotop abdotop deleted the bump-api-version branch February 4, 2026 09:38
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR bumps the version of the @01edu/api package from 0.1.5 to 0.1.6, described as a "health check release".

Changes:

  • Version number incremented from 0.1.5 to 0.1.6 in api/deno.json
Comments suppressed due to low confidence (1)

api/deno.json:17

  • The PR description mentions this is a "health check release", but the health.ts module is not included in the exports section. The health.ts file exists in the api directory and contains the createHealthRoute function, but it's not accessible to consumers of this package without adding it to the exports. Consider adding "./health": "./health.ts" to the exports object.
  "exports": {
    "./context": "./context.ts",
    "./env": "./env.ts",
    "./log": "./log.ts",
    "./response": "./response.ts",
    "./router": "./router.ts",
    "./server": "./server.ts",
    "./validator": "./validator.ts"
  }

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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