Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion e2e/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "myapp",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@10.10.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "@huggingface/root",
"license": "MIT",
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@10.10.0",
"scripts": {
"lint": "eslint --quiet --fix --ext .cjs,.ts .eslintrc.cjs",
"lint:check": "eslint --ext .cjs,.ts .eslintrc.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/agents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@huggingface/agents",
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@10.10.0",
"version": "0.0.5",
"description": "Multi-modal agents using Hugging Face's models",
"repository": "https://github.com/huggingface/huggingface.js.git",
Expand Down
27 changes: 16 additions & 11 deletions packages/agents/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/blob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@huggingface/blob",
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@10.10.0",
"version": "0.0.2",
"description": "Utilities to convert URLs and files to Blobs, internally used by Hugging Face libs",
"repository": "https://github.com/huggingface/huggingface.js.git",
Expand Down
27 changes: 17 additions & 10 deletions packages/blob/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/dduf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@huggingface/dduf",
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@10.10.0",
"version": "0.0.2",
"description": "Very alpha lib to check DDUF compliance",
"repository": "https://github.com/huggingface/huggingface.js.git",
Expand Down
34 changes: 20 additions & 14 deletions packages/dduf/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/dduf/src/check-dduf.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ describe("check-dduf", () => {
it("should work", async () => {
const files: DDUFFileEntry[] = [];
for await (const file of checkDDUF(
new URL("https://huggingface.co/spaces/coyotte508/dduf-check/resolve/main/file-64.dduf")
new URL("https://huggingface.co/spaces/DDUF/dduf-check/resolve/main/file-64.dduf")
)) {
files.push(file);
}
Expand Down
2 changes: 1 addition & 1 deletion packages/doc-internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@huggingface/doc-internal",
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@10.10.0",
"version": "1.0.0",
"description": "Package to generate doc for other @huggingface packages",
"private": true,
Expand Down
Loading