🔄 Update dependencies and script metadata across multiple files
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -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,
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user