🔄 Update dependencies and script metadata across multiple files

This commit is contained in:
2026-04-15 23:27:52 +08:00
parent 96ed7af5fe
commit cdfd05984f
5 changed files with 12 additions and 12 deletions

View File

@@ -3,7 +3,7 @@ import {
fetchDataWithTimeout,
getSecretValue,
term,
} from "https://script.hatter.ink/@67/deno-commons-mod.ts";
} from "https://script.hatter.ink/@71/deno-commons-mod.ts";
export async function howto(message: string): Promise<string> {
const response = await fetchDataWithTimeout(

View File

@@ -1678,7 +1678,7 @@ export async function getSecretValue(
{
tryRefresh: options?.tryRefresh,
defaultCacheTimeSecs: options?.defaultCacheTimeSecs ?? 3600,
maxCacheTimeSecs: options?.maxCacheTimeSecs ?? 3600 * 24 * 30,
maxCacheTimeSecs: options?.maxCacheTimeSecs ?? 3600 * 24 * 365,
},
);
}