-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [6.4.1](v6.4.0...v6.4.1) (2023-11-02) ### Bug Fixes * Use `Blob | string` as a type annotation for media ([cca5c30](cca5c30)) ### Chores * Add size limit ([14d5387](14d5387)) * Configure size-limit ([70c67a4](70c67a4))
1 parent
383fc7e
commit 8cb9599
Showing
2 changed files
with
14 additions
and
1 deletion.
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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "masto", | ||
"description": "Mastodon API client for JavaScript, TypeScript, Node.js, browsers", | ||
"private": false, | ||
"version": "6.4.0", | ||
"version": "6.4.1", | ||
"author": "Ryo Igarashi <[email protected]>", | ||
"license": "MIT", | ||
"type": "module", | ||
|