Improve a changeset

This commit is contained in:
Murderlon 2025-10-01 12:07:44 +02:00
parent b05beda770
commit 9a5eb67508
No known key found for this signature in database
GPG key ID: 1FF861FF1DDBB953

View file

@ -2,4 +2,9 @@
"@uppy/transloadit": minor
---
Use the Transloadit Node.js SDK's exported Assembly typings, removing Uppy-handrolled ones
Use the `transloadit` Node.js SDK's exported Assembly types instead of our inaccurate, hand-rolled ones.
**Warning**
There is no breaking change in type exports but because the types are more strict you will get build errors if you depend on these type exports.
Since the runtime is not affected, only the types, this remains a minor release.