You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix archiver build and relay typecheck on SDK 15.3.1
- archiver: bare sdk() now exposes only the *generated* TracksApi, which
doesn't include getTrackDownloadUrl. Switch the archiver's SDK helper to
createSdkWithServices so the extended TracksApi (with getTrackDownloadUrl)
is wired up.
- relay: services.entityManager is now typed as optional on
AudiusSdkWithServices but is always populated in practice by the SDK's
default services. Add ! assertions at the call sites to keep tsc happy.
- relay sandbox: users.updateProfile is gone in 15.3.1; use the equivalent
users.updateUser({ id, userId, metadata }) shape.
0 commit comments