bpe-lite 0.4.1 → 0.4.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -64,7 +64,7 @@ Vocab files are bundled in the package — no network required at runtime or ins
64
64
 
65
65
  ## Performance
66
66
 
67
- Benchmarked on Node v24, win32/x64, against [js-tiktoken](https://github.com/dqbd/tiktoken) and [ai-tokenizer](https://github.com/nicepkg/ai-tokenizer) (`node --expose-gc scripts/bench.js`).
67
+ Benchmarked on Node v24 (win32/x64). Benchmark command: `node --expose-gc scripts/bench.js`.
68
68
 
69
69
  **OpenAI cl100k — large text (~54 KB)**
70
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bpe-lite",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Offline BPE tokenizer for OpenAI, Anthropic, and Gemini — zero dependencies",
5
5
  "main": "src/index.js",
6
6
  "types": "index.d.ts",