ylib-syim 0.0.22 → 0.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bridges/main.ts +3 -3
  2. package/package.json +3 -3
package/bridges/main.ts CHANGED
@@ -7086,9 +7086,9 @@ async function startInternalApiServer(): Promise<void> {
7086
7086
  if (!enableInternalApi) return;
7087
7087
  const server = createHttpControlServer(async (req, res) => {
7088
7088
  const reqUrl = new URL(req.url || "/", "http://127.0.0.1");
7089
- console.log(
7090
- `[bridges/main] internal request method=${req.method} path=${reqUrl.pathname}`,
7091
- );
7089
+ // console.log(
7090
+ // `[bridges/main] internal request method=${req.method} path=${reqUrl.pathname}`,
7091
+ // );
7092
7092
  if (!reqUrl.pathname.startsWith("/internal/runtime")) {
7093
7093
  res.writeHead(404, { "Content-Type": "application/json" });
7094
7094
  res.end(JSON.stringify({ ok: false, error: "Not found" }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ylib-syim",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "description": "多 IM / 多 Agent 的会话路由与上下文管理(支持 /new)",
5
5
  "type": "module",
6
6
  "exports": {
@@ -46,9 +46,9 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@ffmpeg-installer/ffmpeg": "^1.1.0",
49
- "ylib-dingtalk-connector": "0.7.10-beta.14",
49
+ "ylib-dingtalk-connector": "0.7.10-beta.15",
50
50
  "ylib-openclaw-lark": "2026.3.17-beta.20",
51
- "ylib-openclaw-weixin": "2.1.7-beta.6",
51
+ "ylib-openclaw-weixin": "2.1.7-beta.7",
52
52
  "axios": "^1.6.0",
53
53
  "dingtalk-stream": "^2.1.4",
54
54
  "fluent-ffmpeg": "^2.1.3",