Skip to content

build: bump @bitgo/public-types to 6.58.0 - #9511

Merged
venkateshv1266 merged 1 commit into
masterfrom
DEFI-618-bump-public-types
Aug 17, 2026
Merged

build: bump @bitgo/public-types to 6.58.0#9511
venkateshv1266 merged 1 commit into
masterfrom
DEFI-618-bump-public-types

Conversation

@bitgo-ai-agent-dev

Copy link
Copy Markdown
Contributor

What

  • Bump `@bitgo/public-types` from various older versions (6.1.0, 6.48.0, 6.56.0) to 6.58.0 across all 7 dependent modules: `abstract-lightning`, `passkey-crypto`, `express`, `bitgo`, `sdk-coin-flrp`, `sdk-coin-sol`, and `sdk-core`
  • Update `yarn.lock` to consolidate three separate version entries into a single `6.58.0` resolution

Why

  • 6.58.0 removes the optional `iconUrl` field from `VaultComposition` as part of DEFI-618 (the UI maintains a static asset list for security reasons, so the API no longer needs to return logo URLs)
  • Picking up the latest public-types ensures all modules are aligned on the updated schema and avoids shipping stale type definitions that include the removed field

Test plan

  • `yarn install` completes successfully; lockfile updated with a single `6.58.0` resolution
  • CI unit tests pass across affected modules (sdk-core, abstract-lightning, express, bitgo, sdk-coin-flrp, sdk-coin-sol, passkey-crypto)

Ticket: DEFI-618

Update @bitgo/public-types from various older versions (6.1.0, 6.48.0,
6.56.0) to 6.58.0 in all seven modules that depend on it. This picks up
the VaultComposition change from DEFI-618, which removes the optional
iconUrl field from the composition type.
Updated modules:
- abstract-lightning (6.48.0 → 6.58.0)
- passkey-crypto (6.1.0 → 6.58.0)
- express (6.48.0 → 6.58.0)
- bitgo (6.48.0 → 6.58.0)
- sdk-coin-flrp (6.48.0 → 6.58.0)
- sdk-coin-sol (6.48.0 → 6.58.0)
- sdk-core (6.56.0 → 6.58.0)
The yarn.lock is updated to consolidate the three separate version
entries into a single 6.58.0 resolution.
Ticket: DEFI-618
Session-Id: 665a5944-e46d-4585-9929-023335ef1e04
Task-Id: 34d7527c-9976-4635-90f5-4e1ecaca862d
@linear-code

Copy link
Copy Markdown
Contributor

DEFI-618

@ralph-bitgo
ralph-bitgoBotforce-pushed the DEFI-618-bump-public-types branch from 06079e8 to d89dcbaCompareAugust 17, 2026 11:22
@bitgo-ai-agent-dev
bitgo-ai-agent-devBotforce-pushed the DEFI-618-bump-public-types branch from d89dcba to 867580cCompareAugust 17, 2026 11:22
@venkateshv1266
venkateshv1266 marked this pull request as ready for review August 17, 2026 12:03
@venkateshv1266
venkateshv1266 requested a review from a team as a code ownerAugust 17, 2026 12:03
@venkateshv1266
venkateshv1266 merged commit c3efb1a into masterAug 17, 2026
25 checks passed
Sign up for freeto 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.

2 participants

@mukeshsp@venkateshv1266