openpencil/packages/package.json
Kayshen-X 4fb4cc0071 chore(release): bump to 0.8.4
v0.8.3's published binaries could never start the public relay; this
release carries that fix, the build guard that keeps a malformed injected
hub from shipping again, the control-plane failure classification, and the
update-check fallback.

The prebuilt op-auth libraries are version-pinned through their signed
provenance, so a 0.8.4 build requires 0.8.4 artifacts; the 0.8.3 archives
are refused rather than silently linked.
2026-08-11 01:01:58 +08:00

42 lines
1.7 KiB
JSON

{
"name": "@zseven-w/openpencil-packages",
"version": "0.8.4",
"private": true,
"description": "Web SDK workspace for OpenPencil (the Rust product lives in ../crates). Hosts the wasm-backed op-web-sdk viewer family plus the JS build glue that feeds the Rust web target.",
"author": {
"name": "ZSeven-W",
"email": "xkayshen@gmail.com"
},
"workspaces": [
"op-vscode",
"op-web-sdk",
"op-web-sdk-react",
"op-web-sdk-vue"
],
"type": "module",
"scripts": {
"lint": "oxlint . && bun run check-extractor-sync && bun run check-sw-imports && bun run check-locales",
"check-extractor-sync": "bash op-chrome-extension/scripts/check-extractor-sync.sh",
"check-sw-imports": "node op-chrome-extension/scripts/check-sw-imports.mjs",
"check-locales": "node op-chrome-extension/scripts/check-locales.mjs",
"check-extractor-sync:fix": "bash op-chrome-extension/scripts/check-extractor-sync.sh --fix",
"build-extension": "bash op-chrome-extension/scripts/build-wasm.sh",
"package-extension": "bash op-chrome-extension/scripts/package-extension.sh",
"lint:fix": "oxlint --fix . && bun run check-extractor-sync:fix",
"format": "oxfmt .",
"format:check": "oxfmt --check .",
"generate-iconify-catalog": "node scripts/generate-iconify-catalog.mjs",
"sync-version": "node scripts/sync-version.mjs",
"sync-version:check": "node scripts/sync-version.mjs --check"
},
"devDependencies": {
"@iconify-json/feather": "^1.2.1",
"@iconify-json/lucide": "^1.2.93",
"@iconify-json/simple-icons": "^1.2.71",
"oxfmt": "^0.42.0",
"oxlint": "^1.57.0",
"typescript": "^5.7.2"
},
"packageManager": "bun@1.3.14"
}