Skip to content

chore(release): version packages#19

Merged
reaatech merged 1 commit into
mainfrom
changeset-release/main
Jun 4, 2026
Merged

chore(release): version packages#19
reaatech merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Jun 4, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@reaatech/agent-auth-proxy-client@2.0.0

Major Changes

  • #9 53ad1e3 Thanks @reaatech! - Initial public release. Splits the agent-auth-proxy into three publishable packages:

    • @reaatech/agent-auth-proxy-core — shared zod schemas, OAuth/scope types, and error classes.
    • @reaatech/agent-auth-proxy-client — typed AgentClient and AdminClient SDKs (fetch-based, framework-free) for talking to the proxy server.
    • @reaatech/agent-auth-proxy-server — Fastify-based proxy server, embeddable via buildApp()/start() or runnable via the agent-auth-proxy-server bin.

Patch Changes

  • 40462ce Thanks @reaatech! - - @reaatech/agent-auth-proxy-client (patch): Re-exports the error classes (AppError, AuthError, ScopeError, UpstreamError, ValidationError) from @reaatech/agent-auth-proxy-core, expanding the client's public API surface and enabling downstream consumers to perform instanceof checks on thrown errors.

  • Updated dependencies [53ad1e3, f905f24]:

    • @reaatech/agent-auth-proxy-core@2.0.0

@reaatech/agent-auth-proxy-core@2.0.0

Major Changes

  • #9 53ad1e3 Thanks @reaatech! - Initial public release. Splits the agent-auth-proxy into three publishable packages:

    • @reaatech/agent-auth-proxy-core — shared zod schemas, OAuth/scope types, and error classes.
    • @reaatech/agent-auth-proxy-client — typed AgentClient and AdminClient SDKs (fetch-based, framework-free) for talking to the proxy server.
    • @reaatech/agent-auth-proxy-server — Fastify-based proxy server, embeddable via buildApp()/start() or runnable via the agent-auth-proxy-server bin.

Minor Changes

  • f905f24 Thanks @reaatech! - - @reaatech/agent-auth-proxy-core (minor): Gains a new public API surface: the error class types (AppError, AuthError, ScopeError, UpstreamError, ValidationError) are now exported from core and re-exported by the sibling packages, giving downstream consumers a first-class, documented way to catch and handle proxy errors without depending on internal paths.
    • @reaatech/agent-auth-proxy-server (patch): Ships the previously-missing package README on the npm registry page, which materially improves discoverability and onboarding for downstream consumers and closes issue #14; the package itself was effectively un-presented on npm without it.

@reaatech/agent-auth-proxy-server@2.0.0

Major Changes

  • #9 53ad1e3 Thanks @reaatech! - Initial public release. Splits the agent-auth-proxy into three publishable packages:

    • @reaatech/agent-auth-proxy-core — shared zod schemas, OAuth/scope types, and error classes.
    • @reaatech/agent-auth-proxy-client — typed AgentClient and AdminClient SDKs (fetch-based, framework-free) for talking to the proxy server.
    • @reaatech/agent-auth-proxy-server — Fastify-based proxy server, embeddable via buildApp()/start() or runnable via the agent-auth-proxy-server bin.

Patch Changes

  • f905f24 Thanks @reaatech! - - @reaatech/agent-auth-proxy-core (minor): Gains a new public API surface: the error class types (AppError, AuthError, ScopeError, UpstreamError, ValidationError) are now exported from core and re-exported by the sibling packages, giving downstream consumers a first-class, documented way to catch and handle proxy errors without depending on internal paths.

    • @reaatech/agent-auth-proxy-server (patch): Ships the previously-missing package README on the npm registry page, which materially improves discoverability and onboarding for downstream consumers and closes issue #14; the package itself was effectively un-presented on npm without it.
  • #15 379840c Thanks @reaatech! - Fix: Missing README for @reaatech/agent-auth-proxy-server package

    Closes #14

  • Updated dependencies [53ad1e3, f905f24]:

    • @reaatech/agent-auth-proxy-core@2.0.0

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 4f2629f to c61cb19 Compare June 4, 2026 01:33
@reaatech reaatech merged commit 1ff1589 into main Jun 4, 2026
@reaatech reaatech deleted the changeset-release/main branch June 4, 2026 01:33
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.

Missing README for @reaatech/agent-auth-proxy-server package

1 participant