We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 741701d + 00986fd commit 33bf005Copy full SHA for 33bf005
2 files changed
libs/interfaces/UploadOptions.ts
@@ -14,7 +14,7 @@ export interface UploadOptions {
14
* Downloading file from URL might take longer, so it is recommended that you pass the binary or base64 content of the file.
15
* Pass the full URL, for example - https://www.example.com/rest-of-the-image-path.jpg.
16
*/
17
- file: string | Buffer | ReadableStream | ReadStream;
+ file: string | Buffer | ReadStream;
18
/**
19
* The name with which the file has to be uploaded.
20
* The file name can contain:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "imagekit",
3
- "version": "3.2.3",
+ "version": "3.2.4",
4
"description": "Offical NodeJS SDK for ImageKit.io integration",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments