Skip to content

chore(deps): bump @alphafi/stsui-sdk to 2.0.3 - #93

Merged
jangid merged 2 commits into
mainfrom
chore/bump-stsui-sdk-2.0.3
Jul 29, 2026
Merged

chore(deps): bump @alphafi/stsui-sdk to 2.0.3#93
jangid merged 2 commits into
mainfrom
chore/bump-stsui-sdk-2.0.3

Conversation

@jangid

@jangid jangid commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Picks up stsui-sdk#42 — GraphQL renders Move's TypeName as a plain string, but the event filter still read .typename.name, so every event was dropped: fetchStSuiAPR/fetchStSuiAPY returned 0 and getMintEvents found nothing.

This repo's range was already ^2.0.2, but package-lock.json pinned the resolved version to 2.0.2, so npm ci never picked the fix up. Both are updated here.

Lockfile delta is limited to @alphafi/stsui-sdk 2.0.2 → 2.0.3 plus the removal of the nested typedoc/shiki subtree that 2.0.2 pulled in — no other package versions move.

Verified: npm ci installs 2.0.3 and npm run build is clean, which also confirms the typename type narrowing ({ name: string }string) breaks nothing here.

After merge, this package needs a republish so its own consumers (alphafi-mcp, integration-api/lambdas/alpha-unlocks) inherit the fix.

Picks up the GraphQL TypeName event-filter fix (stsui-sdk#42). The lockfile
was pinning 2.0.2, so the existing caret range never resolved to it — event
reads (APR/APY, mint events) returned zeros through this SDK. Build clean
against 2.0.3.
@jangid
jangid requested review from 11felix and riteshR14 July 29, 2026 16:03
@jangid
jangid merged commit 58924d1 into main Jul 29, 2026
3 checks passed
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