wechaty-web-panel 1.6.38 → 1.6.39

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## 更新日志
2
2
 
3
- ### V1.6.38(2024-01-25)
3
+ ### V1.6.39(2024-01-25)
4
4
  1、支持 Dify 的智能助手模式,支持生成图片和识图
5
5
 
6
6
  ### V1.6.37(2024-01-15)
@@ -66,8 +66,6 @@ export namespace packageJson {
66
66
  sharp: string;
67
67
  superagent: string;
68
68
  uuid: string;
69
- wechaty: string;
70
- "wechaty-puppet-service": string;
71
69
  };
72
70
  namespace publishConfig {
73
71
  const registry: string;
@@ -6,7 +6,7 @@ exports.packageJson = void 0;
6
6
  */
7
7
  exports.packageJson = {
8
8
  "name": "wechaty-web-panel",
9
- "version": "1.6.38",
9
+ "version": "1.6.39",
10
10
  "description": "智能微秘书插件",
11
11
  "exports": {
12
12
  ".": {
@@ -86,9 +86,7 @@ exports.packageJson = {
86
86
  "rss-parser": "^3.13.0",
87
87
  "sharp": "^0.33.2",
88
88
  "superagent": "^5.3.1",
89
- "uuid": "^9.0.0",
90
- "wechaty": "^1.20.2",
91
- "wechaty-puppet-service": "^1.19.9"
89
+ "uuid": "^9.0.0"
92
90
  },
93
91
  "publishConfig": {
94
92
  "registry": " https://registry.npmjs.org/",
@@ -66,8 +66,6 @@ export namespace packageJson {
66
66
  sharp: string;
67
67
  superagent: string;
68
68
  uuid: string;
69
- wechaty: string;
70
- "wechaty-puppet-service": string;
71
69
  };
72
70
  namespace publishConfig {
73
71
  const registry: string;
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const packageJson = {
5
5
  "name": "wechaty-web-panel",
6
- "version": "1.6.38",
6
+ "version": "1.6.39",
7
7
  "description": "智能微秘书插件",
8
8
  "exports": {
9
9
  ".": {
@@ -83,9 +83,7 @@ export const packageJson = {
83
83
  "rss-parser": "^3.13.0",
84
84
  "sharp": "^0.33.2",
85
85
  "superagent": "^5.3.1",
86
- "uuid": "^9.0.0",
87
- "wechaty": "^1.20.2",
88
- "wechaty-puppet-service": "^1.19.9"
86
+ "uuid": "^9.0.0"
89
87
  },
90
88
  "publishConfig": {
91
89
  "registry": " https://registry.npmjs.org/",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wechaty-web-panel",
3
- "version": "1.6.38",
3
+ "version": "1.6.39",
4
4
  "description": "智能微秘书插件",
5
5
  "exports": {
6
6
  ".": {
@@ -80,9 +80,7 @@
80
80
  "rss-parser": "^3.13.0",
81
81
  "sharp": "^0.33.2",
82
82
  "superagent": "^5.3.1",
83
- "uuid": "^9.0.0",
84
- "wechaty": "^1.20.2",
85
- "wechaty-puppet-service": "^1.19.9"
83
+ "uuid": "^9.0.0"
86
84
  },
87
85
  "publishConfig": {
88
86
  "registry": " https://registry.npmjs.org/",