mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-29 21:17:05 +02:00
Adds a raw config pending-changes diff panel in Control UI raw mode, with JSON5 parsing, sensitive-value redaction until explicit reveal, bounded diff work, and tests for redaction/reveal and stale reveal-state reset. Also aligns provider manifest contract coverage for google-vertex and Qwen aliases to unblock the rebased CI matrix. Supersedes stale PRs #48621 and #46654. PR #48621 had gone stale without maintainer follow-up, so this maintainer-authored PR carries the implementation forward transparently while preserving changelog credit for the original contributor and @BunsDev.
30 lines
691 B
JSON
30 lines
691 B
JSON
{
|
|
"name": "openclaw-control-ui",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite",
|
|
"preview": "vite preview",
|
|
"test": "vitest run --config vitest.config.ts"
|
|
},
|
|
"dependencies": {
|
|
"@create-markdown/preview": "^2.0.3",
|
|
"@noble/ed25519": "3.1.0",
|
|
"dompurify": "^3.4.1",
|
|
"json5": "^2.2.3",
|
|
"lit": "^3.3.2",
|
|
"markdown-it": "^14.1.1",
|
|
"markdown-it-task-lists": "^2.1.1",
|
|
"marked": "^18.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@vitest/browser-playwright": "4.1.5",
|
|
"jsdom": "^29.0.2",
|
|
"playwright": "^1.59.1",
|
|
"vite": "8.0.10",
|
|
"vitest": "4.1.5"
|
|
}
|
|
}
|