@ludovicm67/webm-tools
Advanced tools
Comparing version 0.3.2 to 0.3.3
# @ludovicm67/webm-tools | ||
## 0.3.3 | ||
### Patch Changes | ||
- c0a4cea: Replace NPM with Yarn | ||
- Updated dependencies [c0a4cea] | ||
- @ludovicm67/media-tools-utils@0.1.4 | ||
## 0.3.2 | ||
@@ -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: Uint8Array; | ||
lastStartBuffer: any; | ||
}; | ||
export function displayDecodedElements(decodedElements: any): void; | ||
//# sourceMappingURL=ebml.d.ts.map |
@@ -1,2 +0,2 @@ | ||
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 function fix(prevChunk: any, brokenChunk: any, options: LibOptions | null): any; | ||
export type LibOptions = { | ||
@@ -3,0 +3,0 @@ /** |
{ | ||
"name": "@ludovicm67/webm-tools", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "WebM tools", | ||
@@ -11,4 +11,5 @@ "main": "index.js", | ||
"clean": "rimraf *.tgz **/*.d.ts*", | ||
"build": "npm run clean && npm run typings", | ||
"postpublish": "npm run clean", | ||
"build": "yarn clean && yarn typings", | ||
"prepack": "yarn build", | ||
"postpublish": "yarn clean", | ||
"test": "true" | ||
@@ -27,3 +28,3 @@ }, | ||
"dependencies": { | ||
"@ludovicm67/media-tools-utils": "^0.1.3", | ||
"@ludovicm67/media-tools-utils": "^0.1.4", | ||
"commander": "^11.1.0" | ||
@@ -30,0 +31,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
127654
5150