We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daad3aa commit f3ed580Copy full SHA for f3ed580
index.ts
@@ -669,4 +669,4 @@ class ImageKit {
669
}
670
671
672
-export = ImageKit;
+export default ImageKit;
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "imagekit",
3
- "version": "4.0.2",
+ "version": "4.0.1",
4
"description": "Offical NodeJS SDK for ImageKit.io integration",
5
"main": "./dist/index.js",
6
"types": "./dist/index.d.ts",
0 commit comments