chore: bump version to alpha.4

This commit is contained in:
아르페 2024-02-08 17:23:59 +09:00
parent 7f643f7961
commit 1a2394c909
No known key found for this signature in database
GPG key ID: B1EFBBF5C93FF78F
6 changed files with 2 additions and 31 deletions

View file

@ -1,6 +1,6 @@
{
"name": "lycheebridge",
"version": "2024.2.0-alpha.3",
"version": "2024.2.0-alpha.4",
"basedCherryPickVersion": "4.7.0-beta.2",
"basedMisskeyVersion": "2024.2.0-beta.10",
"codename": "nasubi",

View file

@ -1,9 +1,3 @@
/*
* version: 2024.2.0-alpha.3
* basedMisskeyVersion: 2024.2.0-beta.10
* generatedAt: 2024-02-06T02:37:05.956Z
*/
import type { SwitchCaseResponseType } from '../api.js';
import type { Endpoints } from './endpoint.js';

View file

@ -1,9 +1,3 @@
/*
* version: 2024.2.0-alpha.3
* basedMisskeyVersion: 2024.2.0-beta.10
* generatedAt: 2024-02-06T02:37:05.953Z
*/
import type {
EmptyRequest,
EmptyResponse,

View file

@ -1,9 +1,3 @@
/*
* version: 2024.2.0-alpha.3
* basedMisskeyVersion: 2024.2.0-beta.10
* generatedAt: 2024-02-06T02:37:05.952Z
*/
import { operations } from './types.js';
export type EmptyRequest = Record<string, unknown> | undefined;

View file

@ -1,9 +1,3 @@
/*
* version: 2024.2.0-alpha.3
* basedMisskeyVersion: 2024.2.0-beta.10
* generatedAt: 2024-02-06T02:37:05.951Z
*/
import { components } from './types.js';
export type Error = components['schemas']['Error'];
export type UserLite = components['schemas']['UserLite'];

View file

@ -1,12 +1,6 @@
/* eslint @typescript-eslint/naming-convention: 0 */
/* eslint @typescript-eslint/no-explicit-any: 0 */
/*
* version: 2024.2.0-alpha.3
* basedMisskeyVersion: 2024.2.0-beta.10
* generatedAt: 2024-02-06T02:37:05.866Z
*/
/**
* This file was auto-generated by openapi-typescript.
* Do not make direct changes to the file.
@ -4766,6 +4760,7 @@ export type components = {
name: string;
category: string | null;
url: string;
localOnly?: boolean;
isSensitive?: boolean;
roleIdsThatCanBeUsedThisEmojiAsReaction?: string[];
};