🔄 Update script dependencies and metadata for 'update-cheatsheet.ts'

This commit is contained in:
2026-04-12 00:34:43 +08:00
parent 367c628131
commit 528c1c388c
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -340,12 +340,12 @@
}, },
"update-cheatsheet.ts": { "update-cheatsheet.ts": {
"script_name": "update-cheatsheet.ts", "script_name": "update-cheatsheet.ts",
"script_length": 2422, "script_length": 2439,
"script_sha256": "2b60ecbfc08caf85b4cbfde266ba49d51e86930506c5930ed420559ac712e625", "script_sha256": "bbc770f85c80d26399ee7f8bd891b856e4c713bdc5f91756966015957d91ceb2",
"script_full_url": "https://git.hatter.ink/hatter/ts-scripts/raw/branch/main/single-scripts/update-cheatsheet.ts", "script_full_url": "https://git.hatter.ink/hatter/ts-scripts/raw/branch/main/single-scripts/update-cheatsheet.ts",
"single_script_file": true, "single_script_file": true,
"publish_time": 1775925235458, "publish_time": 1775925235458,
"update_time": 1775925235458 "update_time": 1775925277732
}, },
"upper.ts": { "upper.ts": {
"script_name": "upper.ts", "script_name": "upper.ts",
+1 -1
View File
@@ -8,7 +8,7 @@ import {
log, log,
readFileToString, readFileToString,
writeStringToFile, writeStringToFile,
} from "../libraries/deno-commons-mod.ts"; } from "https://script.hatter.ink/@70/deno-commons-mod.ts";
async function main(): Promise<void> { async function main(): Promise<void> {
const dirs = Deno.readDir("."); const dirs = Deno.readDir(".");