mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-22 13:32:53 +09:00
Update AiScript to 0.17.0
Doesn't seem to break any worse than the previous update. 0.18.0, which is the latest one, does break.
This commit is contained in:
parent
bb4f4b4b00
commit
5a158b8de0
8
.pnp.cjs
generated
8
.pnp.cjs
generated
@ -3726,10 +3726,10 @@ const RAW_RUNTIME_STATE =
|
||||
}]\
|
||||
]],\
|
||||
["@syuilo/aiscript", [\
|
||||
["npm:0.16.0", {\
|
||||
"packageLocation": "./.yarn/cache/@syuilo-aiscript-npm-0.16.0-078d966ef6-5c77fc596d.zip/node_modules/@syuilo/aiscript/",\
|
||||
["npm:0.17.0", {\
|
||||
"packageLocation": "./.yarn/cache/@syuilo-aiscript-npm-0.17.0-005e068ae6-2a10b3d29a.zip/node_modules/@syuilo/aiscript/",\
|
||||
"packageDependencies": [\
|
||||
["@syuilo/aiscript", "npm:0.16.0"],\
|
||||
["@syuilo/aiscript", "npm:0.17.0"],\
|
||||
["seedrandom", "npm:3.0.5"],\
|
||||
["stringz", "npm:2.1.0"],\
|
||||
["uuid", "npm:9.0.1"]\
|
||||
@ -8512,7 +8512,7 @@ const RAW_RUNTIME_STATE =
|
||||
["@rollup/plugin-alias", "virtual:658502eb4296e93abedc18b6aa9b26978f434f08d98e21ebb0e725354b8bb54b62db9c4a1893e460c694ff7500ff5cbafa4457b0dfd26b5838868666c861e990#npm:5.1.0"],\
|
||||
["@rollup/plugin-json", "virtual:658502eb4296e93abedc18b6aa9b26978f434f08d98e21ebb0e725354b8bb54b62db9c4a1893e460c694ff7500ff5cbafa4457b0dfd26b5838868666c861e990#npm:6.0.1"],\
|
||||
["@rollup/pluginutils", "virtual:658502eb4296e93abedc18b6aa9b26978f434f08d98e21ebb0e725354b8bb54b62db9c4a1893e460c694ff7500ff5cbafa4457b0dfd26b5838868666c861e990#npm:5.1.0"],\
|
||||
["@syuilo/aiscript", "npm:0.16.0"],\
|
||||
["@syuilo/aiscript", "npm:0.17.0"],\
|
||||
["@types/escape-regexp", "npm:0.0.1"],\
|
||||
["@types/glob", "npm:8.1.0"],\
|
||||
["@types/gulp", "npm:4.0.13"],\
|
||||
|
BIN
.yarn/cache/@syuilo-aiscript-npm-0.16.0-078d966ef6-5c77fc596d.zip
(Stored with Git LFS)
vendored
BIN
.yarn/cache/@syuilo-aiscript-npm-0.16.0-078d966ef6-5c77fc596d.zip
(Stored with Git LFS)
vendored
Binary file not shown.
BIN
.yarn/cache/@syuilo-aiscript-npm-0.17.0-005e068ae6-2a10b3d29a.zip
(Stored with Git LFS)
vendored
Normal file
BIN
.yarn/cache/@syuilo-aiscript-npm-0.17.0-005e068ae6-2a10b3d29a.zip
(Stored with Git LFS)
vendored
Normal file
Binary file not shown.
@ -17,7 +17,7 @@
|
||||
"@rollup/plugin-alias": "^5.1.0",
|
||||
"@rollup/plugin-json": "^6.0.1",
|
||||
"@rollup/pluginutils": "^5.1.0",
|
||||
"@syuilo/aiscript": "0.16.0",
|
||||
"@syuilo/aiscript": "0.17.0",
|
||||
"@types/escape-regexp": "0.0.1",
|
||||
"@types/glob": "8.1.0",
|
||||
"@types/gulp": "4.0.13",
|
||||
|
10
yarn.lock
10
yarn.lock
@ -2691,14 +2691,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@syuilo/aiscript@npm:0.16.0":
|
||||
version: 0.16.0
|
||||
resolution: "@syuilo/aiscript@npm:0.16.0"
|
||||
"@syuilo/aiscript@npm:0.17.0":
|
||||
version: 0.17.0
|
||||
resolution: "@syuilo/aiscript@npm:0.17.0"
|
||||
dependencies:
|
||||
seedrandom: "npm:3.0.5"
|
||||
stringz: "npm:2.1.0"
|
||||
uuid: "npm:9.0.1"
|
||||
checksum: 10/5c77fc596dcff0e7ac30ba33f2550430dc1d69bd33075811d7822efb6102bae4169f455c867eac5821bee88993941bc6003bd981ad64885b2e643cb4bc260d4a
|
||||
checksum: 10/2a10b3d29ab94cc267957aa9a8e0ca199fabc298a5e111fcce2a355d70eee141aae87c015f77c398f8a3bbd107fbf49e2054ec2e343c36dd4f8f2e1a64e9e631
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -6660,7 +6660,7 @@ __metadata:
|
||||
"@rollup/plugin-alias": "npm:^5.1.0"
|
||||
"@rollup/plugin-json": "npm:^6.0.1"
|
||||
"@rollup/pluginutils": "npm:^5.1.0"
|
||||
"@syuilo/aiscript": "npm:0.16.0"
|
||||
"@syuilo/aiscript": "npm:0.17.0"
|
||||
"@types/escape-regexp": "npm:0.0.1"
|
||||
"@types/glob": "npm:8.1.0"
|
||||
"@types/gulp": "npm:4.0.13"
|
||||
|
Loading…
Reference in New Issue
Block a user