@ludovicm67/media-tools
Advanced tools
Comparing version 0.3.2 to 0.3.3
# @ludovicm67/media-tools | ||
## 0.3.3 | ||
### Patch Changes | ||
- 9ff6a94: Include @ludovicm67/ogg-tools package as dependency | ||
- Updated dependencies [9ff6a94] | ||
- @ludovicm67/media-tools-utils@0.1.9 | ||
## 0.3.2 | ||
@@ -4,0 +12,0 @@ |
@@ -1,2 +0,2 @@ | ||
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; | ||
export function fix(prevChunk: any, brokenChunk: any, options?: MediaToolsOptions): any; | ||
export type MediaToolsOptions = { | ||
@@ -25,3 +25,2 @@ /** | ||
export { mp4, ogg, webm }; | ||
export { Buffer, utils } from "@ludovicm67/media-tools-utils"; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@ludovicm67/media-tools", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Media tools", | ||
@@ -36,4 +36,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"@ludovicm67/media-tools-utils": "^0.1.8", | ||
"@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", | ||
@@ -40,0 +41,0 @@ "buffer": "^6.0.3" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46811
8
5
74
+ Added@ludovicm67/ogg-tools@^0.1.2
+ Added@ludovicm67/ogg-tools@0.1.3(transitive)
+ Addedcommander@11.1.0(transitive)