@halo-sdk/tokenizer 1.0.0 → 2.0.0

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@halo-sdk/tokenizer",
3
- "version": "1.0.0",
3
+ "version": "2.0.0",
4
4
  "description": "Pluggable tokenizers for Halo AI SDK — accurate token counts for truncation budgets and cache/cost accounting",
5
5
  "keywords": [
6
6
  "ai",
@@ -34,10 +34,10 @@
34
34
  "devDependencies": {
35
35
  "typescript": "^5.8.0",
36
36
  "vitest": "^3.0.0",
37
- "@halo-sdk/core": "1.1.0"
37
+ "@halo-sdk/core": "1.2.0"
38
38
  },
39
39
  "peerDependencies": {
40
- "@halo-sdk/core": ">=1.1.0",
40
+ "@halo-sdk/core": ">=1.2.0",
41
41
  "gpt-tokenizer": "^2.0.0"
42
42
  },
43
43
  "peerDependenciesMeta": {