fix: added support for publishing both cjs and esm
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { type Readable } from 'stream';
|
||||
import FormData = require('form-data');
|
||||
import FormData from 'form-data';
|
||||
|
||||
/**
|
||||
* @class SaveFileRequest - Represents a request to save a file.
|
||||
|
||||
Reference in New Issue
Block a user