mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 02:33:08 +02:00
update aiscript
This commit is contained in:
parent
58bfb4dca4
commit
155ca39063
4 changed files with 9 additions and 9 deletions
|
@ -32,9 +32,9 @@ You should also include the user name that made the change.
|
||||||
- ノートのウォッチ機能が削除されました
|
- ノートのウォッチ機能が削除されました
|
||||||
- 新たに動的なPagesを作ることはできなくなりました
|
- 新たに動的なPagesを作ることはできなくなりました
|
||||||
- 代わりにAiScriptを用いてより柔軟に動的なコンテンツを作成できるMisskey Play機能が実装されています。
|
- 代わりにAiScriptを用いてより柔軟に動的なコンテンツを作成できるMisskey Play機能が実装されています。
|
||||||
- AiScriptが0.12.1にアップデートされました
|
- AiScriptが0.12.2にアップデートされました
|
||||||
- 0.12.xの変更点についてはこちら https://github.com/syuilo/aiscript/blob/master/CHANGELOG.md#0120
|
- 0.12.xの変更点についてはこちら https://github.com/syuilo/aiscript/blob/master/CHANGELOG.md#0120
|
||||||
- 0.12.1未満のプラグインは読み込むことはできません
|
- 0.12.x未満のプラグインは読み込むことはできません
|
||||||
- iOS15以下のデバイスはサポートされなくなりました
|
- iOS15以下のデバイスはサポートされなくなりました
|
||||||
- Firefox109以下はサポートされなくなりました
|
- Firefox109以下はサポートされなくなりました
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"@rollup/plugin-alias": "4.0.2",
|
"@rollup/plugin-alias": "4.0.2",
|
||||||
"@rollup/plugin-json": "6.0.0",
|
"@rollup/plugin-json": "6.0.0",
|
||||||
"@rollup/pluginutils": "5.0.2",
|
"@rollup/pluginutils": "5.0.2",
|
||||||
"@syuilo/aiscript": "0.12.1",
|
"@syuilo/aiscript": "0.12.2",
|
||||||
"@tabler/icons": "^1.118.0",
|
"@tabler/icons": "^1.118.0",
|
||||||
"@vitejs/plugin-vue": "4.0.0",
|
"@vitejs/plugin-vue": "4.0.0",
|
||||||
"@vue/compiler-sfc": "3.2.45",
|
"@vue/compiler-sfc": "3.2.45",
|
||||||
|
|
|
@ -49,7 +49,7 @@ if (props.id) {
|
||||||
let title = $ref(flash?.title ?? 'New Play');
|
let title = $ref(flash?.title ?? 'New Play');
|
||||||
let summary = $ref(flash?.summary ?? '');
|
let summary = $ref(flash?.summary ?? '');
|
||||||
let permissions = $ref(flash?.permissions ?? []);
|
let permissions = $ref(flash?.permissions ?? []);
|
||||||
let script = $ref(flash?.script ?? `/// @ 0.12.1
|
let script = $ref(flash?.script ?? `/// @ 0.12.2
|
||||||
|
|
||||||
var name = ""
|
var name = ""
|
||||||
|
|
||||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -1971,15 +1971,15 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@syuilo/aiscript@npm:0.12.1":
|
"@syuilo/aiscript@npm:0.12.2":
|
||||||
version: 0.12.1
|
version: 0.12.2
|
||||||
resolution: "@syuilo/aiscript@npm:0.12.1"
|
resolution: "@syuilo/aiscript@npm:0.12.2"
|
||||||
dependencies:
|
dependencies:
|
||||||
autobind-decorator: 2.4.0
|
autobind-decorator: 2.4.0
|
||||||
seedrandom: 3.0.5
|
seedrandom: 3.0.5
|
||||||
stringz: 2.1.0
|
stringz: 2.1.0
|
||||||
uuid: 9.0.0
|
uuid: 9.0.0
|
||||||
checksum: 0bee3031cbc8358e159fc8fde6e1ab7204e1a8e17e07f394f337d70cd3a8558e591145ca03afe37c76bbb91f84b2b2af70b892935e9c98507f9d1455c7be1107
|
checksum: 66c93157fe19d89c565db6a5576fd3b6f832d45d5b1ef62dc04ddd2fe11cbfb2f53e938f6566da82a562d4b4016208d50039de1301e62ff42cbab26bc6805e15
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
@ -8043,7 +8043,7 @@ __metadata:
|
||||||
"@rollup/plugin-alias": 4.0.2
|
"@rollup/plugin-alias": 4.0.2
|
||||||
"@rollup/plugin-json": 6.0.0
|
"@rollup/plugin-json": 6.0.0
|
||||||
"@rollup/pluginutils": 5.0.2
|
"@rollup/pluginutils": 5.0.2
|
||||||
"@syuilo/aiscript": 0.12.1
|
"@syuilo/aiscript": 0.12.2
|
||||||
"@tabler/icons": ^1.118.0
|
"@tabler/icons": ^1.118.0
|
||||||
"@types/escape-regexp": 0.0.1
|
"@types/escape-regexp": 0.0.1
|
||||||
"@types/glob": 8.0.0
|
"@types/glob": 8.0.0
|
||||||
|
|
Loading…
Reference in a new issue