Improve changeset again

This commit is contained in:
Murderlon 2025-10-01 16:11:51 +02:00
parent 9a5eb67508
commit 8d4045e82a
No known key found for this signature in database
GPG key ID: 1FF861FF1DDBB953

View file

@ -6,5 +6,7 @@ Use the `transloadit` Node.js SDK's exported Assembly types instead of our inacc
**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.
The names of our type exports here are unchanged, but they do pack slightly different types. Overall you'll find they are both more complete, but also more loose. Runtime wise there should be no breaking changes, but it could mean you may need a couple of extra guards to make TypeScript happy.
A cool benefit from the new types tho, is that Robot parameters will now autocomplete for you.
More information on these types, and our approach rolling them out, can be found here https://transloadit.com/blog/2025/09/nodejs-sdk-v4/#our-approach-to-type-retrofitting