morphit/package.json
Morphit Team 39593dfbbe
Some checks failed
morphit-release / Build + publish release tarball (push) Has been cancelled
release: v1.0.0-beta.44
Folds cp401 (UI-bug batch) + cp402/403 (chat-page overhaul + head-block fast
path) + cp404 (order card / reputation / posting keys / UTC / locked chat PDF).

- Courtroom-grade chat export: locked PDF, every message anchored to its Blurt
  trx_id, plain-language verify page (jsPDF 4.2.1, dynamically imported)
- Composite 0-5 reputation score (Bayesian shrink + above-neutral-gated bonus)
- Faster chat (~45-60s -> ~3-6s via head-block fast path)
- Rebuilt chat page; shared OrderCard; posting-key identity shown up front
- UTC-everywhere timestamps; display-name 24-cap; push VAPID validation
- schema v36 (accounts.posting_pubkey) + idempotent boot backfill
- FAQ chat_dispute_recourse gains the court-ready-export note (x10 locales)

Full smoke battery green (vitest runs in CI); svelte-check 0/0;
indexer/relay/mcp tsc clean; i18n parity 10/10.
2026-07-01 23:20:35 -07:00

35 lines
766 B
JSON

{
"name": "morphit",
"version": "1.0.0-beta.44",
"private": true,
"description": "Morphit — non-custodial, no-KYC P2P fiat↔BTC/XMR/BLURT marketplace",
"license": "AGPL-3.0-only",
"workspaces": [
"apps/web",
"apps/relay",
"apps/indexer",
"apps/ops-cli",
"apps/matrix-bot",
"apps/mcp-server",
"packages/indexer-client",
"packages/relay-client",
"packages/operator-config",
"packages/asset-registry",
"packages/release-schema",
"packages/net-defense",
"packages/rpc-pool"
],
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"typecheck": "npm run typecheck --workspaces --if-present",
"test": "npm run test --workspaces --if-present"
},
"dependencies": {
"jsdom": "^29.1.1"
},
"overrides": {
"undici": "^7.28.0"
}
}