omp-cache-optimizer 1.0.3 → 1.0.4

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.
Files changed (2) hide show
  1. package/index.ts +1 -1
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -3345,7 +3345,7 @@ function formatTokenCount(value: number): string {
3345
3345
  }
3346
3346
 
3347
3347
  function localizeAdapterLabel(label: string): string {
3348
- return label.endsWith(" cache") ? `${label.slice(0, -6)} 缓存` : label;
3348
+ return label.endsWith(" cache") ? `${label.slice(0, -6)} Cache` : label;
3349
3349
  }
3350
3350
 
3351
3351
  function formatCacheStats(adapter: CacheProviderAdapter, stats: CacheStats): string {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omp-cache-optimizer",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Improve OMP prompt/KV cache hit rates with stable prompts, OpenAI-compatible cache keys, proxy compat warnings, and footer cache stats.",
5
5
  "keywords": [
6
6
  "omp-package",