You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The publish failed with 403: the npm token is scoped to @artiz.ru but the
packages were unscoped (fleischwolf, fleischwolf-<triple>), which the token
can't create. Rename the package to @artiz.ru/fleischwolf so it matches the
token's scope — no token change needed. napi derives the platform packages as
@artiz.ru/fleischwolf-<triple> and the loader's fallback require accordingly;
both the main and platform packages publish with --access public (scoped
packages are private by default). Update imports, self-reference, examples,
READMEs, and the workflow's package-name references. The native binary base
name stays fleischwolf.<triple>.node.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01L7XwjsWSHWjrh39JxMLuB3
Copy file name to clipboardExpand all lines: crates/fleischwolf-node/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
{
2
-
"name": "fleischwolf",
2
+
"name": "@artiz.ru/fleischwolf",
3
3
"version": "0.6.1",
4
4
"description": "Node.js / Bun bindings for Fleischwolf — a Rust port of docling. Convert Markdown, HTML, DOCX, PPTX, XLSX, PDF, images and more into a unified DoclingDocument (Markdown or docling-core JSON).",
0 commit comments