@raolin2025/claude-code-node 2.5.1 → 2.5.2

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": "@raolin2025/claude-code-node",
3
- "version": "2.5.1",
3
+ "version": "2.5.2",
4
4
  "description": "Node.js AI Code Agent CLI - Zero dependencies, pure JavaScript, security hardened, multi-channel notifications, Telegram & QQ Bot remote programming, rich media upload, multi-account management",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -10,8 +10,8 @@
10
10
  * qqbot_media: { action: 'upload', path: '/home/.../image.png', scope: 'group', targetId: '群OPENID' }
11
11
  */
12
12
 
13
- import { QQBotEnhanced } from '../src/channel/qqbot-enhanced.js'
14
- import { parseQQMediaTags } from '../src/channel/qqbot-enhanced.js'
13
+ import { QQBotEnhanced } from '../channel/qqbot-enhanced.js'
14
+ import { parseQQMediaTags } from '../channel/qqbot-enhanced.js'
15
15
 
16
16
  const API_BASE = 'https://api.sgroup.qq.com'
17
17