arrow_backRetour aux issues
satwiksps/streamweld
#6
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
ci: verify the client SDK on Deno and Bun
ecoDébutant
help wanted
good first issue
area: sdk
github_actions
descriptionDescription
## Goal
Add native compatibility checks for `@streamweld/client` on Deno and Bun. The package intentionally uses no Node-only APIs, but today CI verifies it only through Node/Vitest.
## Scope
- Add pinned Deno and Bun setup steps or jobs to `.github/workflows/ci.yml`.
- Add a small smoke test that imports the built ESM package and consumes a deterministic SSE response.
- Keep the existing Node/Vitest matrix unchanged.
- Document the tested runtime versions in `packages/client/README.md`.
## Acceptance Criteria
- [ ] The smoke test runs under both Deno and Bun.
- [ ] CI fails if the SDK imports a Node-only API.
- [ ] Runtime versions are pinned for reproducibility.
- [ ] `pnpm typecheck`, `pnpm test`, and `pnpm build` remain green.
## Contributor Notes
The existing deterministic fixtures in `packages/client/src/client.test.ts` show the expected SSE event shapes. Please keep the new test focused on runtime compatibility rather than duplicating the full Vitest suite.
Issues similaires
medik8s/fence-agents-remediation
star18
Poids du dépôt moyen
v0.8.0 starts a cluster-scoped Secret informer despite namespace-scoped Secret RBAC
## Description While testing Fence Agents Remediation (FAR) v0.8.0, I observed the manager repeatedly attempting to li…
Go
good first issue
Wayfare-labs/wayfare
star1
Poids du dépôt léger
Check that an issuer's home_domain round-trips to the same stellar.toml
Written to the standard set by #33 — read that issue first for the expected level of detail and the acceptance criteria…
Go
help wanted
area:corridor
Wayfare-labs/wayfare
star1
Poids du dépôt léger
Report auth_immutable: whether an issuer's flags can still change
> **This issue is the reference standard.** Every other check issue links back here for the expected level of detail. I…
Go
help wanted
good first issue