sync: update from private repo (dfadcd5f)
CI / build-and-test (push) Has been cancelled

This commit is contained in:
oss-sync
2026-06-23 06:38:48 +00:00
parent 6a2f2cc736
commit 29ccaf1e92
377 changed files with 31028 additions and 8994 deletions
+8
View File
@@ -21,6 +21,8 @@
"dev": "node --loader ts-node/esm src/main.ts",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test --config ui/playwright.config.ts",
"test:e2e:auth": "playwright test --config ui/playwright.auth.config.ts",
"lint:pieces": "node scripts/lint-pieces.mjs",
"bench": "tsx scripts/bench-run.ts",
"bench:fixtures": "tsx scripts/build-bench-fixtures.ts",
@@ -29,6 +31,7 @@
"dependencies": {
"@kenjiuno/msgreader": "^1.28.0",
"@modelcontextprotocol/sdk": "^1.29.0",
"@mozilla/readability": "^0.6.0",
"@novnc/novnc": "^1.6.0",
"@types/ssh2": "^1.15.5",
"@types/web-push": "^3.6.4",
@@ -42,6 +45,7 @@
"fast-xml-parser": "^5.4.2",
"gray-matter": "^4.0.3",
"http-proxy": "^1.18.1",
"linkedom": "^0.18.12",
"mammoth": "^1.11.0",
"p-queue": "^9.3.0",
"passport": "^0.7.0",
@@ -55,6 +59,8 @@
"selfsigned": "^2.4.1",
"sharp": "^0.34.5",
"ssh2": "^1.17.0",
"turndown": "^7.2.4",
"turndown-plugin-gfm": "^1.0.2",
"undici": "^7.25.0",
"uuid": "^13.0.0",
"web-push": "^3.6.7",
@@ -62,6 +68,7 @@
"yaml": "^2.4.1"
},
"devDependencies": {
"@playwright/test": "^1.61.0",
"@types/adm-zip": "^0.5.7",
"@types/better-sqlite3": "^7.6.8",
"@types/express": "^4.17.21",
@@ -73,6 +80,7 @@
"@types/passport-oauth2": "^1.8.0",
"@types/proper-lockfile": "^4.1.4",
"@types/supertest": "^7.2.0",
"@types/turndown": "^5.0.6",
"@types/uuid": "^10.0.0",
"@types/ws": "^8.18.1",
"fast-check": "^3.23.2",