@huo15/dingtalk-connector-pro 1.0.2 → 1.0.3

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 (1) hide show
  1. package/package.json +5 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huo15/dingtalk-connector-pro",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "火一五定制版钉钉 OpenClaw 连接器 - 支持记忆系统集成、会话管理、AI Card 流式响应",
5
5
  "main": "index.ts",
6
6
  "type": "module",
@@ -78,7 +78,10 @@
78
78
  "clientSecret": {
79
79
  "env": "DINGTALK_CLIENT_SECRET"
80
80
  }
81
- }
81
+ },
82
+ "extensions": [
83
+ "./index.ts"
84
+ ]
82
85
  },
83
86
  "oclif": {
84
87
  "commands": "./dist/commands",