@ludovicm67/media-tools
Advanced tools
Comparing version 0.3.4 to 0.3.5
# @ludovicm67/media-tools | ||
## 0.3.5 | ||
### Patch Changes | ||
- e425a7f: Improve handling of optional types | ||
- Updated dependencies [e425a7f] | ||
- @ludovicm67/webm-tools@0.3.8 | ||
- @ludovicm67/mp4-tools@0.2.8 | ||
- @ludovicm67/ogg-tools@0.1.3 | ||
## 0.3.4 | ||
@@ -4,0 +14,0 @@ |
@@ -6,7 +6,7 @@ export function fix(prevChunk: import('@ludovicm67/media-tools-utils').Buffer, brokenChunk: import('@ludovicm67/media-tools-utils').Buffer, options?: MediaToolsOptions): import('@ludovicm67/media-tools-utils').Buffer; | ||
*/ | ||
debug: boolean | null; | ||
debug?: boolean; | ||
/** | ||
* The media type to use. | ||
*/ | ||
mediaType: MediaTypes | null; | ||
mediaType?: MediaTypes; | ||
}; | ||
@@ -13,0 +13,0 @@ /** |
@@ -23,4 +23,4 @@ // @ts-check | ||
* @typedef {Object} MediaToolsOptions | ||
* @property {boolean?} debug Whether to enable debug mode or not. | ||
* @property {MediaTypes?} mediaType The media type to use. | ||
* @property {boolean} [debug] Whether to enable debug mode or not. | ||
* @property {MediaTypes} [mediaType] The media type to use. | ||
*/ | ||
@@ -27,0 +27,0 @@ |
{ | ||
"name": "@ludovicm67/media-tools", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "Media tools", | ||
@@ -37,5 +37,5 @@ "main": "index.js", | ||
"@ludovicm67/media-tools-utils": "^0.1.9", | ||
"@ludovicm67/mp4-tools": "^0.2.7", | ||
"@ludovicm67/ogg-tools": "^0.1.2", | ||
"@ludovicm67/webm-tools": "^0.3.7", | ||
"@ludovicm67/mp4-tools": "^0.2.8", | ||
"@ludovicm67/ogg-tools": "^0.1.3", | ||
"@ludovicm67/webm-tools": "^0.3.8", | ||
"buffer": "^6.0.3" | ||
@@ -42,0 +42,0 @@ }, |
@@ -16,2 +16,3 @@ # Media Tools | ||
- `mp4`: MP4 tools | ||
- `ogg`: OGG tools | ||
- `webm`: WebM tools | ||
@@ -18,0 +19,0 @@ - `fix`: the function to use to fix a chunk by using the previous one |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
47633
44