Skip to content

Commit 05cbbb5

Browse files
authored
Merge pull request #61 from feyninc/dev
chore: publish stable package for token
2 parents e2401b7 + 7e01602 commit 05cbbb5

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

packages/core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"scripts": {
2424
"clean": "rimraf dist",
2525
"build": "npm run clean && tsdown",
26+
"prepack": "npm run build",
2627
"test": "vitest run"
2728
},
2829
"files": [

packages/token/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chonkiejs/token",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "HuggingFace tokenizer support for Chonkie - extends @chonkiejs/core with real tokenization",
55
"license": "MIT",
66
"homepage": "https://docs.chonkie.ai",
@@ -23,6 +23,7 @@
2323
"scripts": {
2424
"clean": "rimraf dist",
2525
"build": "npm run clean && tsc && tsc-alias -p tsconfig.json --resolve-full-paths",
26+
"prepack": "npm run build",
2627
"test": "echo 'No tests for @chonkiejs/token yet'"
2728
},
2829
"files": [

0 commit comments

Comments
 (0)