mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-22 03:53:35 +00:00
* add channel_muting table and entities
* add channel_muting services
* タイムライン取得処理への組み込み
* misskey-jsの型とインターフェース生成
* Channelスキーマにミュート情報を追加
* フロントエンドの実装
* 条件が逆だったのを修正
* 期限切れミュートを掃除する機能を実装
* TLの抽出条件調節
* 名前の変更と変更不要の差分をロールバック
* 修正漏れ
* isChannelRelatedの条件に誤りがあった
* [wip] テスト追加
* テストの追加と検出した不備の修正
* fix test
* fix CHANGELOG.md
* 通常はFTTにしておく
* 実装忘れ対応
* fix merge
* fix merge
* add channel tl test
* fix CHANGELOG.md
* remove unused import
* fix lint
* fix test
* fix favorite -> favorited
* exclude -> include
* fix CHANGELOG.md
* fix CHANGELOG.md
* maintenance
* fix CHANGELOG.md
* fix
* fix ci
* regenerate
* fix
* Revert "fix"
This reverts commit 699d50c6ec.
* fixed
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
25 lines
571 B
JSON
25 lines
571 B
JSON
{
|
|
"name": "misskey-js-type-generator",
|
|
"version": "0.0.0",
|
|
"description": "Misskey TypeGenerator",
|
|
"type": "module",
|
|
"scripts": {
|
|
"generate": "tsx src/generator.ts && eslint ./built/**/*.ts --fix"
|
|
},
|
|
"devDependencies": {
|
|
"@readme/openapi-parser": "5.0.2",
|
|
"@types/node": "24.9.1",
|
|
"@typescript-eslint/eslint-plugin": "8.46.1",
|
|
"@typescript-eslint/parser": "8.46.1",
|
|
"openapi-types": "12.1.3",
|
|
"openapi-typescript": "7.9.1",
|
|
"ts-case-convert": "2.1.0",
|
|
"tsx": "4.20.6",
|
|
"typescript": "5.9.3",
|
|
"eslint": "9.27.0"
|
|
},
|
|
"files": [
|
|
"built"
|
|
]
|
|
}
|