mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07: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
5 changed files with 13 additions and 13 deletions
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"],\
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9fb77fa49be7052b16c7a261da8f2a3ddaa933547c55760c8cde8e42403deac9
|
||||
size 181843
|
3
.yarn/cache/@syuilo-aiscript-npm-0.17.0-005e068ae6-2a10b3d29a.zip
vendored
Normal file
3
.yarn/cache/@syuilo-aiscript-npm-0.17.0-005e068ae6-2a10b3d29a.zip
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:efc418b0cc9ffe3683b1cf5f5c2be1f614a8babd885446b88111c9f2f8308379
|
||||
size 168922
|
|
@ -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 a new issue