Skip to content

Commit cc91ec5

Browse files
committed
add lz4 dependency
1 parent 2f8fc9f commit cc91ec5

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

packages/hub/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,3 +174,4 @@ Under the hood, `@huggingface/hub` uses a lazy blob implementation to load the f
174174
## Dependencies
175175

176176
- `@huggingface/tasks` : Typings only
177+
- `@huggingface/lz4` : URL join utility

packages/hub/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,11 @@
5959
"author": "Hugging Face",
6060
"license": "MIT",
6161
"devDependencies": {
62+
"@types/lz4js": "^0.2.1",
6263
"@types/node": "^20.11.28"
6364
},
6465
"dependencies": {
65-
"@huggingface/tasks": "workspace:^"
66+
"@huggingface/tasks": "workspace:^",
67+
"lz4js": "^0.2.0"
6668
}
6769
}

packages/hub/pnpm-lock.yaml

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)