Skip to content

Commit e1d6099

Browse files
Merge pull request #9 from apivideo/prevent-empty-last-part
Prevent empty last part in progressive upload
2 parents 187c1c4 + 0b82648 commit e1d6099

File tree

6 files changed

+1073
-653
lines changed

6 files changed

+1073
-653
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22
All changes to this project will be documented in this file.
33

4+
## [1.0.4] - 2022-05-24
5+
- Prevent last uploaded part to be empty
6+
47
## [1.0.3] - 2022-03-23
58
- Specify a return type for `ApiVideoMediaRecorder.stop`
69

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/src/index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { ProgressiveUploaderOptionsWithUploadToken, ProgressiveUploaderOptionsWithAccessToken, VideoUploadResponse } from "@api.video/video-uploader";
2+
export { ProgressiveUploaderOptionsWithAccessToken, ProgressiveUploaderOptionsWithUploadToken } from "@api.video/video-uploader";
23
export interface Options {
34
title?: string;
45
}

0 commit comments

Comments
 (0)