@ludovicm67/media-tools
Advanced tools
Comparing version 0.3.3 to 0.3.4
# @ludovicm67/media-tools | ||
## 0.3.4 | ||
### Patch Changes | ||
- 5195bb8: Fix export of Buffer and utils | ||
## 0.3.3 | ||
@@ -4,0 +10,0 @@ |
@@ -1,2 +0,2 @@ | ||
export function fix(prevChunk: any, brokenChunk: any, options?: MediaToolsOptions): any; | ||
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 type MediaToolsOptions = { | ||
@@ -24,3 +24,5 @@ /** | ||
import * as webm from '@ludovicm67/webm-tools'; | ||
export { mp4, ogg, webm }; | ||
import { Buffer } from '@ludovicm67/media-tools-utils'; | ||
import { utils } from '@ludovicm67/media-tools-utils'; | ||
export { mp4, ogg, webm, Buffer, utils }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -8,3 +8,3 @@ // @ts-check | ||
// Export some utils | ||
export { Buffer, utils } from '@ludovicm67/media-tools-utils' | ||
import { Buffer, utils } from '@ludovicm67/media-tools-utils' | ||
@@ -57,3 +57,5 @@ /** | ||
ogg, | ||
webm | ||
webm, | ||
Buffer, | ||
utils | ||
} |
{ | ||
"name": "@ludovicm67/media-tools", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "Media tools", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
47417
78