@ludovicm67/media-tools-utils
Advanced tools
Comparing version 0.1.1 to 0.1.2
# @ludovicm67/media-tools-utils | ||
## 0.1.2 | ||
### Patch Changes | ||
- 230dd15: Upgrade dependencies | ||
## 0.1.1 | ||
@@ -4,0 +10,0 @@ |
@@ -1,6 +0,7 @@ | ||
export { Buffer } from "buffer/index.js"; | ||
export function blobToArrayBuffer(blob: Blob): Promise<Buffer>; | ||
export function blobToArrayBuffer(blob: Blob): Promise<import('@ludovicm67/media-tools-utils').Buffer>; | ||
export namespace utils { | ||
export { blobToArrayBuffer }; | ||
} | ||
export { Buffer }; | ||
import { Buffer } from 'buffer/index.js'; | ||
//# sourceMappingURL=index.d.ts.map |
// @ts-check | ||
export { Buffer } from 'buffer/index.js' | ||
import { Buffer } from 'buffer/index.js' | ||
@@ -9,3 +9,3 @@ /** | ||
* @param {Blob} blob The blob to convert. | ||
* @returns {Promise<Buffer>} The blob as a Buffer. | ||
* @returns {Promise<import('@ludovicm67/media-tools-utils').Buffer>} The blob as a Buffer. | ||
*/ | ||
@@ -21,1 +21,5 @@ export const blobToArrayBuffer = async (blob) => { | ||
} | ||
export { | ||
Buffer | ||
} |
{ | ||
"name": "@ludovicm67/media-tools-utils", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Media tools utils", | ||
@@ -9,3 +9,3 @@ "main": "index.js", | ||
"typings": "tsc", | ||
"clean": "rimraf *.tgz **/*.d.ts*", | ||
"clean": "rimraf *.tgz *.d.ts* **/*.d.ts*", | ||
"prepack": "npm run clean && npm run typings", | ||
@@ -37,3 +37,3 @@ "postpublish": "npm run clean", | ||
"devDependencies": { | ||
"@types/node": "^20.11.5", | ||
"@types/node": "^20.11.16", | ||
"rimraf": "^5.0.5", | ||
@@ -40,0 +40,0 @@ "typescript": "^5.3.3" |
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
3857
25