🔄 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
+1 -1
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,
},
);
}