mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
Improve a changeset
This commit is contained in:
parent
b05beda770
commit
9a5eb67508
1 changed files with 6 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue