-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
52f7801
commit 324a9a5
Showing
3 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"formdata-node": major | ||
--- | ||
|
||
Drop [node-domexception](https://github.com/jimmywarting/node-domexception) in favour of Node.js' builtins. Consider polyfilling [DOMException](https://developer.mozilla.org/en-US/docs/Web/API/DOMException) if you want to run this package in older environment |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"formdata-node": major | ||
--- | ||
|
||
Bring back CJS support via tsup. You can now import package in both ES and CJS modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"formdata-node": major | ||
--- | ||
|
||
Drop [`web-streams-polyfill`](https://github.com/MattiasBuelens/web-streams-polyfill) in favour of Node.js' builtins. Consider polyfilling [ReadableStream](https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream) if you want to run this package in older environment |