Commit 1d04cd9
authored
fix(project): update smoke test pkg name (#118)
## What
<!-- Brief description of the changes -->
## Why
<!-- Motivation and context -->
## PR title format
<!--
PR titles must follow Conventional Commits: <type>(<scope>):
<description>
Types: feat | fix | docs | style | refactor | perf | test | build | ci |
chore | revert
Scopes: sdk | acp | claude | examples | deps | project
Examples:
feat(sdk): add reconnect support
fix(acp): handle timeout on long-running tasks
docs(claude): update connection examples
deps(sdk): bump @runloop/api-client to 1.5.0
ci(project): add PR title validation workflow
-->
## Checklist
- [ ] PR title follows `<type>(<scope>): <description>` format (see
above)
- [ ] `bun run check` passes (lint + format)
- [ ] `bun run build` passes
- [ ] `bun run test` passes
- [ ] SDK documentation updated (if applicable)1 parent 91174e4 commit 1d04cd9
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments