🔄 Update script dependencies and metadata for 'update-cheatsheet.ts'
This commit is contained in:
+3
-3
@@ -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",
|
||||
|
||||
@@ -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<void> {
|
||||
const dirs = Deno.readDir(".");
|
||||
|
||||
Reference in New Issue
Block a user