spec(aiscript): Mk:apiの呼び出しにエンドポイントごとのレートリミットを設定 (MisskeyIO#522)

This commit is contained in:
まっちゃとーにゅ 2024-03-15 14:16:48 +09:00 committed by GitHub
parent 9d1cdadccc
commit cd7ab5d0f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 624 additions and 540 deletions

View file

@ -46,17 +46,17 @@
"cleanall": "pnpm clean-all"
},
"resolutions": {
"@tensorflow/tfjs-core": "4.17.0",
"chokidar": "3.6.0",
"lodash": "4.17.21",
"sharp": "0.33.2",
"@tensorflow/tfjs-core": "4.17.0"
"sharp": "0.33.2"
},
"dependencies": {
"cssnano": "6.1.0",
"execa": "8.0.1",
"js-yaml": "4.1.0",
"postcss": "8.4.35",
"terser": "5.29.1",
"terser": "5.29.2",
"typescript": "5.4.2"
},
"devDependencies": {