@ludovicm67/mp4-tools
Advanced tools
Comparing version 0.2.4 to 0.2.5
# @ludovicm67/mp4-tools | ||
## 0.2.5 | ||
### Patch Changes | ||
- e4ce2ed: Improve typings | ||
- Updated dependencies [e4ce2ed] | ||
- @ludovicm67/media-tools-utils@0.1.6 | ||
## 0.2.4 | ||
@@ -4,0 +12,0 @@ |
@@ -27,3 +27,3 @@ // @ts-check | ||
* @param {MP4ParsedFile?} [context={}] The context to use to build the file, usually the previous parsed chunk. | ||
* @returns {{ filedata: Buffer, rest: import('@ludovicm67/media-tools-utils').Buffer }} The built file and the rest of the file. | ||
* @returns {{ filedata: import('@ludovicm67/media-tools-utils').Buffer, rest: import('@ludovicm67/media-tools-utils').Buffer }} The built file and the rest of the file. | ||
*/ | ||
@@ -30,0 +30,0 @@ export const buildFile = (data, context) => { |
{ | ||
"name": "@ludovicm67/mp4-tools", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "MP4 tools", | ||
"main": "index.js", | ||
"type": "module", | ||
"types": "dist/index.d.ts", | ||
"bin": "cli/index.js", | ||
"scripts": { | ||
"typings": "tsc", | ||
"clean": "rimraf *.tgz *.d.ts* **/*.d.ts*", | ||
"build": "yarn clean && yarn typings", | ||
"postpublish": "yarn clean", | ||
"clean": "rimraf dist/", | ||
"build": "npm run clean && npm run typings", | ||
"prepack": "npm run build", | ||
"test": "true" | ||
@@ -24,6 +25,13 @@ }, | ||
}, | ||
"files": [ | ||
"cli", | ||
"dist", | ||
"lib", | ||
"index.js", | ||
"CHANGELOG.md" | ||
], | ||
"license": "MIT", | ||
"dependencies": { | ||
"@ludovicm67/media-tools-utils": "^0.1.5", | ||
"commander": "^11.1.0" | ||
"@ludovicm67/media-tools-utils": "^0.1.6", | ||
"commander": "^12.0.0" | ||
}, | ||
@@ -30,0 +38,0 @@ "publishConfig": { |
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
25610
23
505
+ Addedcommander@12.1.0(transitive)
- Removedcommander@11.1.0(transitive)
Updatedcommander@^12.0.0