Merge branch 'develop' into feat-1714

This commit is contained in:
かっこかり 2024-07-18 18:58:36 +09:00 committed by GitHub
commit ca7992b1ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
97 changed files with 1920 additions and 1128 deletions

View file

@ -1,7 +1,7 @@
{
"type": "module",
"name": "misskey-js",
"version": "2024.5.0",
"version": "2024.7.0-beta.1",
"description": "Misskey SDK for JavaScript",
"license": "MIT",
"main": "./built/index.js",

View file

@ -4608,6 +4608,7 @@ export type components = {
/** Format: date-time */
latestRequestReceivedAt: string | null;
moderationNote?: string | null;
httpMessageSignaturesImplementationLevel: string;
};
GalleryPost: {
/**