release: WRNexusJS 0.8.0
This commit is contained in:
@@ -38,7 +38,7 @@ export {
|
||||
UploadError,
|
||||
UPLOADS_PREFIX,
|
||||
} from "./upload.ts";
|
||||
export type { UploadedFile, UploadOptions } from "./upload.ts";
|
||||
export type { UploadedFile, UploadOptions, UploadScanInput, UploadScanResult } from "./upload.ts";
|
||||
|
||||
export { configureStorage, getStore, hasStorage, storeNames } from "./client.ts";
|
||||
export type { Store } from "./client.ts";
|
||||
@@ -70,3 +70,37 @@ export {
|
||||
UploadPolicyError,
|
||||
} from "./security.ts";
|
||||
export type { UploadPolicy, UploadInspection, SignedFileToken } from "./security.ts";
|
||||
export {
|
||||
formatFileSize,
|
||||
uploadAccept,
|
||||
uploadedFileMap,
|
||||
uploaderAttributes,
|
||||
assertUploadedFiles,
|
||||
} from "./helpers.ts";
|
||||
export { uploaderPlugin, uploaderComponentsDir } from "./plugin.ts";
|
||||
export type { UploaderPluginOptions } from "./plugin.ts";
|
||||
export { createResumableUploadManager, memoryResumableSessionStore } from "./resumable.ts";
|
||||
export type {
|
||||
ResumableUploadManager,
|
||||
ResumableUploadManagerOptions,
|
||||
ResumableUploadSession,
|
||||
ResumableSessionStore,
|
||||
CreateResumableUpload,
|
||||
ResumableChunkResult,
|
||||
} from "./resumable.ts";
|
||||
export {
|
||||
memoryQuotaStore,
|
||||
postgresQuotaStore,
|
||||
POSTGRES_QUOTA_SCHEMA,
|
||||
multipartUpload,
|
||||
createTemporaryObjectCleaner,
|
||||
ffmpegVideoTranscoder,
|
||||
} from "./operations.ts";
|
||||
export type {
|
||||
QuotaUsage,
|
||||
QuotaStore,
|
||||
QuotaSqlClient,
|
||||
MultipartObjectClient,
|
||||
TemporaryObject,
|
||||
VideoTranscodeOptions,
|
||||
} from "./operations.ts";
|
||||
|
||||
Reference in New Issue
Block a user