diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-07-29 01:15:02 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-07-29 01:15:02 +0900 |
| commit | 30df8ea1213013072f139aa26a635330457cf2bc (patch) | |
| tree | 3edeeed1f53475f0ebc9e181295c6c91a90c9ca4 /package.json | |
| parent | feat(client): プラグインを無効にできるように (diff) | |
| download | misskey-30df8ea1213013072f139aa26a635330457cf2bc.tar.gz misskey-30df8ea1213013072f139aa26a635330457cf2bc.tar.bz2 misskey-30df8ea1213013072f139aa26a635330457cf2bc.zip | |
feat(client): AiScript: ノート書き換えAPI
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 376ee7105e..30a23c620f 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@koa/multer": "3.0.0", "@koa/router": "9.0.1", "@sinonjs/fake-timers": "6.0.1", - "@syuilo/aiscript": "0.8.0", + "@syuilo/aiscript": "0.9.0", "@types/bcryptjs": "2.4.2", "@types/bull": "3.14.0", "@types/cbor": "5.0.0", |