@uppy/transloadit: use lighter types package (#6147)

We don't need to drag in the entire SDK just for types.
This commit is contained in:
Merlijn Vos 2026-01-19 11:18:43 +01:00 committed by GitHub
parent fa23832f6a
commit efda84cc23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 33 additions and 109 deletions

View file

@ -0,0 +1,5 @@
---
"@uppy/transloadit": minor
---
Migrate from 'transloadit' to '@transloadit/types' to get the types. No need to drag in the entire SDK.