Skip to content

Commit 9b1ee3a

Browse files
committed
πŸ”– @huggingface/hub 0.16.0
1 parent 400ea89 commit 9b1ee3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ You can run our packages with vanilla JS, without any bundler, by using a CDN or
8989
```html
9090
<script type="module">
9191
import { HfInference } from 'https://cdn.jsdelivr.net/npm/@huggingface/inference@2.8.0/+esm';
92-
import { createRepo, commit, deleteRepo, listFiles } from "https://cdn.jsdelivr.net/npm/@huggingface/hub@0.15.2/+esm";
92+
import { createRepo, commit, deleteRepo, listFiles } from "https://cdn.jsdelivr.net/npm/@huggingface/hub@0.16.0/+esm";
9393
</script>
9494
```
9595

β€Žpackages/hub/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@huggingface/hub",
33
"packageManager": "pnpm@8.10.5",
4-
"version": "0.15.2",
4+
"version": "0.16.0",
55
"description": "Utilities to interact with the Hugging Face hub",
66
"repository": "https://github.com/huggingface/huggingface.js.git",
77
"publishConfig": {

0 commit comments

Comments
Β (0)