Skip to content

chore: version packages#93

Merged
jxom merged 1 commit into
mainfrom
changeset-release/main
Jul 16, 2026
Merged

chore: version packages#93
jxom merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

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

prool@0.2.9

Patch Changes

  • #92 57d3d08 Thanks @jxom! - Added typed named endpoints, Server discovery, and generic Testcontainers-backed instances.

    import { Instance } from "prool/testcontainers";
    import { GenericContainer } from "testcontainers";
    
    const service = Instance.testcontainer({
      name: "service",
      container: () => new GenericContainer("service:latest"),
      endpoints: {
        default: { protocol: "http", port: 8080 },
        metrics: { protocol: "http", port: 9090 },
      },
    });
    
    await service.start();
    service.endpoints.metrics;

@github-actions github-actions Bot force-pushed the changeset-release/main branch from f9c72ea to 322c3c6 Compare July 16, 2026 02:09
@jxom jxom merged commit 3cb7e5c into main Jul 16, 2026
2 checks passed
@jxom jxom deleted the changeset-release/main branch July 16, 2026 02:10
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