Skip to content

Commit

Permalink
Fix parallel calls to uploadLastPart
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-lando committed Sep 24, 2024
1 parent 9d7c3f3 commit 2f58b89
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 19 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All changes to this project will be documented in this file.

## [0.2.5] - 2024-09-24
- Fix parallel calls to uploadLastPart

## [0.2.4] - 2024-08-20
- Add `timeslice` parameter

Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@api.video/media-stream-composer",
"version": "0.2.4",
"version": "0.2.5",
"description": "api.video media stream composer",
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,7 +41,7 @@
"xhr-mock": "^2.5.1"
},
"dependencies": {
"@api.video/media-recorder": "^1.0.10",
"@api.video/media-recorder": "^1.0.11",
"core-js": "^3.23.4",
"@banuba/webar": "^1.5.0"
},
Expand Down

0 comments on commit 2f58b89

Please sign in to comment.