fix(deps): remove photon root runtime · openclaw/openclaw@8438589
vincentkoc
·
2026-05-30
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1865,7 +1865,6 @@
|
1865 | 1865 | "@mozilla/readability": "0.6.0", |
1866 | 1866 | "@openclaw/fs-safe": "0.3.0", |
1867 | 1867 | "@openclaw/proxyline": "0.3.3", |
1868 | | -"@silvia-odwyer/photon-node": "0.3.4", |
1869 | 1868 | "chalk": "5.6.2", |
1870 | 1869 | "chokidar": "5.0.0", |
1871 | 1870 | "clawpdf": "0.2.0", |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -28,10 +28,6 @@ const ROOT_OWNED_EXTENSION_RUNTIME_DEPENDENCIES = new Map([
|
28 | 28 | "playwright-core", |
29 | 29 | "keep at root; the internal browser runtime is shipped with core even though downloadable browser-adjacent plugins also declare it", |
30 | 30 | ], |
31 | | -[ |
32 | | -"@silvia-odwyer/photon-node", |
33 | | -"keep at root; the internal media understanding runtime is shipped with packaged image-processing surfaces even though the bundled plugin also declares it", |
34 | | -], |
35 | 31 | ]); |
36 | 32 | |
37 | 33 | function readJson(filePath) { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。