@ludovicm67/webm-tools
Advanced tools
Comparing version 0.3.6 to 0.3.7
# @ludovicm67/webm-tools | ||
## 0.3.7 | ||
### Patch Changes | ||
- db5d22e: Improve the way types are generated | ||
- Updated dependencies [db5d22e] | ||
- @ludovicm67/media-tools-utils@0.1.8 | ||
## 0.3.6 | ||
@@ -4,0 +12,0 @@ |
export { default as ebmlSchema } from "./lib/ebml-schema.js"; | ||
export * as ebml from "./lib/ebml.js"; | ||
export { fix } from "./lib/index.js"; | ||
export { Buffer, utils } from "@ludovicm67/media-tools-utils"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -6,5 +6,5 @@ export function resetDecoder(options?: {}): void; | ||
headerBuffer: any; | ||
lastStartBuffer: any; | ||
lastStartBuffer: Uint8Array; | ||
}; | ||
export function displayDecodedElements(decodedElements: any): void; | ||
//# sourceMappingURL=ebml.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export function fix(prevChunk: any, brokenChunk: any, options: LibOptions | null): any; | ||
export function fix(prevChunk: import('@ludovicm67/media-tools-utils').Buffer, brokenChunk: import('@ludovicm67/media-tools-utils').Buffer, options: LibOptions | null): import('@ludovicm67/media-tools-utils').Buffer; | ||
export type LibOptions = { | ||
@@ -3,0 +3,0 @@ /** |
{ | ||
"name": "@ludovicm67/webm-tools", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "WebM tools", | ||
@@ -12,3 +12,3 @@ "main": "index.js", | ||
"clean": "rimraf dist/", | ||
"build": "npm run clean && npm run typings", | ||
"build": "npm run typings", | ||
"prepack": "npm run build", | ||
@@ -35,3 +35,3 @@ "test": "true" | ||
"dependencies": { | ||
"@ludovicm67/media-tools-utils": "^0.1.7", | ||
"@ludovicm67/media-tools-utils": "^0.1.8", | ||
"commander": "^12.0.0" | ||
@@ -38,0 +38,0 @@ }, |
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
128602
5151