🔄 Update dependencies and script metadata across multiple files
This commit is contained in:
@@ -5,7 +5,7 @@ import {
|
||||
ProcessBar,
|
||||
supportColor,
|
||||
} from "https://script.hatter.ink/@67/deno-commons-mod.ts";
|
||||
import { summarizeGitStatusDiff } from "https://script.hatter.ink/@0/deno-ai-mod.ts";
|
||||
import { summarizeGitStatusDiff } from "https://script.hatter.ink/@3/deno-ai-mod.ts";
|
||||
|
||||
async function main() {
|
||||
if (supportColor()) {
|
||||
@@ -28,5 +28,5 @@ main().catch((err) => {
|
||||
process.exit(0);
|
||||
}).then(() => process.exit(0));
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260411T121140+08:00.MEQCICY10pAbrhm7lwIAF7te
|
||||
// apYXE5VLvpg9IZgzWOoh+QWdAiB9+jWbpYK5/RtGPk+CdQCNPYpxGT1xjq8J8145PnMlLA==
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260415T232655+08:00.MEYCIQCwo/fkGCMYLUiPy73p
|
||||
// DYoyOJWRvbUc+zjAiRWH6EoNeAIhAO6eh2W6IOaUwlnu/MneVHbvKSHt8u77NoUcmt8HkCd3
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
import {parseArgs} from "jsr:@std/cli/parse-args";
|
||||
import {execCommandShell, exit, log, ProcessBar, term,} from "https://script.hatter.ink/@67/deno-commons-mod.ts";
|
||||
import {howto} from "https://script.hatter.ink/@2/deno-ai-mod.ts";
|
||||
import {howto} from "https://script.hatter.ink/@3/deno-ai-mod.ts";
|
||||
|
||||
async function main() {
|
||||
const flags = parseArgs(Deno.args, {
|
||||
@@ -125,5 +125,5 @@ main().catch((err) => {
|
||||
process.exit(0);
|
||||
}).then(() => process.exit(0));
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260412T225825+08:00.MEYCIQDPOL61Uv/EojOmlOVx
|
||||
// ju3YO2uKeurNj8msZe2MNUm/QwIhAJEhMrgij9sbgpvwrVFPmV0LeZk2zrtRp1+IUvag2OfV
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260415T232646+08:00.MEUCIEw1GSf+P9+9GnxdehpK
|
||||
// 1jUaC3A4NI73i5fK+CHlxauGAiEAgo47/bat/+T2xPc2OCiy38yo157pxSNBjUoRp2pBvKM=
|
||||
|
||||
Reference in New Issue
Block a user