Skip to content

Commit efdf1ee

Browse files
committed
πŸ”– @huggingface/hub 2.13.0
1 parent a1e0a8d commit efdf1ee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ You can run our packages with vanilla JS, without any bundler, by using a CDN or
9999
```html
100100
<script type="module">
101101
import { InferenceClient } from 'https://cdn.jsdelivr.net/npm/@huggingface/inference@4.13.18/+esm';
102-
import { createRepo, commit, deleteRepo, listFiles } from "https://cdn.jsdelivr.net/npm/@huggingface/hub@2.12.0/+esm";
102+
import { createRepo, commit, deleteRepo, listFiles } from "https://cdn.jsdelivr.net/npm/@huggingface/hub@2.13.0/+esm";
103103
</script>
104104
```
105105

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@huggingface/hub",
3-
"version": "2.12.0",
3+
"version": "2.13.0",
44
"description": "Utilities to interact with the Hugging Face hub",
55
"keywords": [
66
"api",

0 commit comments

Comments
Β (0)