From 528c1c388c66a7032b965a2ae350c8ff257d2fff Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 12 Apr 2026 00:34:43 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Update=20script=20dependencies?= =?UTF-8?q?=20and=20metadata=20for=20'update-cheatsheet.ts'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script-meta-v2.json | 6 +++--- single-scripts/update-cheatsheet.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/script-meta-v2.json b/script-meta-v2.json index 4f4aead..db530a8 100644 --- a/script-meta-v2.json +++ b/script-meta-v2.json @@ -340,12 +340,12 @@ }, "update-cheatsheet.ts": { "script_name": "update-cheatsheet.ts", - "script_length": 2422, - "script_sha256": "2b60ecbfc08caf85b4cbfde266ba49d51e86930506c5930ed420559ac712e625", + "script_length": 2439, + "script_sha256": "bbc770f85c80d26399ee7f8bd891b856e4c713bdc5f91756966015957d91ceb2", "script_full_url": "https://git.hatter.ink/hatter/ts-scripts/raw/branch/main/single-scripts/update-cheatsheet.ts", "single_script_file": true, "publish_time": 1775925235458, - "update_time": 1775925235458 + "update_time": 1775925277732 }, "upper.ts": { "script_name": "upper.ts", diff --git a/single-scripts/update-cheatsheet.ts b/single-scripts/update-cheatsheet.ts index b2b235b..1af3799 100755 --- a/single-scripts/update-cheatsheet.ts +++ b/single-scripts/update-cheatsheet.ts @@ -8,7 +8,7 @@ import { log, readFileToString, writeStringToFile, -} from "../libraries/deno-commons-mod.ts"; +} from "https://script.hatter.ink/@70/deno-commons-mod.ts"; async function main(): Promise { const dirs = Deno.readDir(".");