@nextclaw/channel-plugin-feishu 0.2.27 → 0.2.29-beta.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextclaw/channel-plugin-feishu",
3
- "version": "0.2.27",
3
+ "version": "0.2.29-beta.0",
4
4
  "private": false,
5
5
  "description": "NextClaw Feishu/Lark channel plugin with doc/wiki/drive tools.",
6
6
  "type": "module",
package/src/media.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import fs from "fs";
2
2
  import path from "path";
3
- import { Readable } from "stream";
3
+ import type { Readable } from "stream";
4
4
  import { withTempDownloadPath, type ClawdbotConfig } from "./nextclaw-sdk/feishu.js";
5
5
  import { resolveFeishuAccount } from "./accounts.js";
6
6
  import { createFeishuClient } from "./client.js";
@@ -1,5 +1,5 @@
1
- import * as http from "http";
2
- import * as Lark from "@larksuiteoapi/node-sdk";
1
+ import type * as http from "http";
2
+ import type * as Lark from "@larksuiteoapi/node-sdk";
3
3
  import {
4
4
  createFixedWindowRateLimiter,
5
5
  createWebhookAnomalyTracker,