claude-token-saver 2.13.1 → 2.13.2
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.
- package/README.en.md +2 -2
- package/README.md +1 -1
- package/package.json +3 -3
package/README.en.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[한국어](./README.md) · **English**
|
|
2
2
|
|
|
3
|
-
[](https://www.youtube.com/@DeepPulseKR)
|
|
4
4
|
[](https://www.npmjs.com/package/claude-token-saver)
|
|
5
5
|
|
|
6
6
|
# claude-token-saver
|
|
@@ -246,7 +246,7 @@ Node.js ≥ 18 · macOS / Windows / Linux / WSL · zero dependencies.
|
|
|
246
246
|
|
|
247
247
|
- [GitHub Issue #46829](https://github.com/anthropics/claude-code/issues/46829) — cache TTL regression
|
|
248
248
|
- [HN discussion](https://news.ycombinator.com/item?id=47736476) — 168 points, 142 comments
|
|
249
|
-
- [HNPulse KR](https://www.youtube.com/@
|
|
249
|
+
- [HNPulse KR](https://www.youtube.com/@DeepPulseKR) — Korean HN tech deep-dives
|
|
250
250
|
|
|
251
251
|
## Known environment quirks
|
|
252
252
|
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
**한국어** · [English](./README.en.md)
|
|
2
2
|
|
|
3
|
-
[](https://www.youtube.com/@DeepPulseKR)
|
|
4
4
|
[](https://www.npmjs.com/package/claude-token-saver)
|
|
5
5
|
|
|
6
6
|
# claude-token-saver
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-token-saver",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.2",
|
|
4
4
|
"description": "Save tokens on Claude Code — spike diagnosis, 1M-context detection, TTL countdown, statusline. (formerly claude-cache-monitor)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"type": "git",
|
|
38
38
|
"url": "git+https://github.com/rootstudioyaml/claude-token-saver.git"
|
|
39
39
|
},
|
|
40
|
-
"homepage": "https://www.youtube.com/@
|
|
40
|
+
"homepage": "https://www.youtube.com/@DeepPulseKR",
|
|
41
41
|
"bugs": {
|
|
42
42
|
"url": "https://github.com/rootstudioyaml/claude-token-saver/issues"
|
|
43
43
|
},
|
|
44
|
-
"author": "DeepPulse (https://www.youtube.com/@
|
|
44
|
+
"author": "DeepPulse (https://www.youtube.com/@DeepPulseKR)"
|
|
45
45
|
}
|