mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
parent
f997d8b401
commit
4b6a76cbf4
4 changed files with 18 additions and 0 deletions
7
.changeset/dark-hands-jam.md
Normal file
7
.changeset/dark-hands-jam.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
"@uppy/golden-retriever": patch
|
||||
"@uppy/aws-s3": patch
|
||||
"@uppy/core": patch
|
||||
---
|
||||
|
||||
added missing exports.
|
||||
|
|
@ -1006,3 +1006,11 @@ export type uploadPartBytes = (typeof AwsS3Multipart<
|
|||
any,
|
||||
any
|
||||
>)['uploadPartBytes']
|
||||
|
||||
export type {
|
||||
MultipartUploadResult,
|
||||
MultipartUploadResultWithSignal,
|
||||
UploadPartBytesResult,
|
||||
UploadResult,
|
||||
UploadResultWithSignal,
|
||||
} from './utils.js'
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ export { default as BasePlugin } from './BasePlugin.js'
|
|||
export { default as EventManager } from './EventManager.js'
|
||||
export { debugLogger } from './loggers.js'
|
||||
export type { Restrictions, ValidateableFile } from './Restricter.js'
|
||||
export { RestrictionError } from './Restricter.js'
|
||||
export type { PluginTarget, UIPluginOptions } from './UIPlugin.js'
|
||||
export { default as UIPlugin } from './UIPlugin.js'
|
||||
export type {
|
||||
|
|
|
|||
|
|
@ -438,3 +438,5 @@ export default class GoldenRetriever<
|
|||
this.uppy.off('complete', this.handleComplete)
|
||||
}
|
||||
}
|
||||
|
||||
export { default as MetaDataStore } from './MetaDataStore.js'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue