@ludovicm67/webm-tools
Advanced tools
Comparing version 0.1.0 to 0.2.0
# @ludovicm67/webm-tools | ||
## 0.2.0 | ||
### Minor Changes | ||
- d83f005: Refactor the codebase to have something more clean and so that it can use the new `@ludovicm67/media-tools-utils` package. | ||
### Patch Changes | ||
- Updated dependencies [826791a] | ||
- @ludovicm67/media-tools-utils@0.1.0 | ||
## 0.1.0 | ||
@@ -4,0 +15,0 @@ |
// @ts-check | ||
import { writeFileSync } from 'node:fs' | ||
@@ -3,0 +4,0 @@ import { readFile } from 'node:fs/promises' |
// @ts-check | ||
import { Command } from 'commander' | ||
@@ -3,0 +4,0 @@ import fix from './fix.js' |
// @ts-check | ||
import { writeFileSync } from 'node:fs' | ||
@@ -3,0 +4,0 @@ import { readFile } from 'node:fs/promises' |
// @ts-check | ||
// Common types, that can be useful to expose | ||
export { Buffer } from 'buffer/index.js' | ||
// Export some utils | ||
export { Buffer, utils } from '@ludovicm67/media-tools-utils' | ||
// Some useful utilities | ||
export * as utils from './lib/utils.js' | ||
// EBML tools | ||
export { default as ebmlSchema } from './lib/ebml-schema.js' | ||
export * as ebml from './lib/ebml.js' |
// @ts-check | ||
import { Buffer } from 'buffer/index.js' | ||
import { Buffer } from '@ludovicm67/media-tools-utils' | ||
import schema from './ebml-schema.js' | ||
@@ -4,0 +5,0 @@ |
{ | ||
"name": "@ludovicm67/webm-tools", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "WebM tools", | ||
@@ -26,3 +26,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"buffer": "^6.0.3", | ||
"@ludovicm67/media-tools-utils": "^0.1.0", | ||
"commander": "^11.1.0" | ||
@@ -34,6 +34,6 @@ }, | ||
"devDependencies": { | ||
"@types/node": "^20.9.0", | ||
"@types/node": "^20.11.5", | ||
"rimraf": "^5.0.5", | ||
"typescript": "^5.2.2" | ||
"typescript": "^5.3.3" | ||
} | ||
} |
{ | ||
// Change this to match your project | ||
"include": ["*.js", "cli/**/*.js", "lib/**/*.js"], | ||
"exclude": ["node_modules"], | ||
"exclude": ["node_modules", "tsconfig.json"], | ||
"compilerOptions": { | ||
@@ -6,0 +6,0 @@ // Tells TypeScript to read JS files, as |
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
87362
12
3507
43
+ Added@ludovicm67/media-tools-utils@0.1.9(transitive)
- Removedbuffer@^6.0.3