@simplysm/sd-claude 13.0.77 → 13.0.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,7 +8,7 @@ import { stdin } from "process";
8
8
 
9
9
  const STDIN_TIMEOUT_MS = 5000;
10
10
  const FETCH_TIMEOUT_MS = 3000;
11
- const CACHE_TTL_MS = 120_000; // 2 minutes
11
+ const CACHE_TTL_MS = 60_000; // 1 minutes
12
12
  const CACHE_PATH = path.join(os.homedir(), ".claude", "usage-api-cache.json");
13
13
 
14
14
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplysm/sd-claude",
3
- "version": "13.0.77",
3
+ "version": "13.0.78",
4
4
  "description": "Simplysm Claude Code CLI — asset installer",
5
5
  "author": "simplysm",
6
6
  "license": "Apache-2.0",