wechaty-web-panel 1.5.5 → 1.5.6

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,5 +1,8 @@
1
1
  ## 更新日志
2
2
 
3
+ ### V1.5.6(2023-04-06)
4
+ 1、去除only esm的包,解决chatgpt中文回复会中断问题
5
+
3
6
  ### V1.5.3(2023-04-04)
4
7
  1、chatgpt-api 直接本地化,直接打包成cjs
5
8
 
@@ -51,7 +51,6 @@ export namespace packageJson {
51
51
  }
52
52
  const dependencies: {
53
53
  keyv: string;
54
- "quick-lru": string;
55
54
  uuid: string;
56
55
  "eventsource-parser": string;
57
56
  "@dqbd/tiktoken": string;
@@ -6,7 +6,7 @@ exports.packageJson = void 0;
6
6
  */
7
7
  exports.packageJson = {
8
8
  "name": "wechaty-web-panel",
9
- "version": "1.5.5",
9
+ "version": "1.5.6",
10
10
  "description": "智能微秘书插件",
11
11
  "exports": {
12
12
  ".": {
@@ -69,7 +69,6 @@ exports.packageJson = {
69
69
  },
70
70
  "dependencies": {
71
71
  "keyv": "^4.5.2",
72
- "quick-lru": "^6.1.1",
73
72
  "uuid": "^9.0.0",
74
73
  "eventsource-parser": "^1.0.0",
75
74
  "@dqbd/tiktoken": "^1.0.2",
@@ -51,7 +51,6 @@ export namespace packageJson {
51
51
  }
52
52
  const dependencies: {
53
53
  keyv: string;
54
- "quick-lru": string;
55
54
  uuid: string;
56
55
  "eventsource-parser": string;
57
56
  "@dqbd/tiktoken": string;
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const packageJson = {
5
5
  "name": "wechaty-web-panel",
6
- "version": "1.5.5",
6
+ "version": "1.5.6",
7
7
  "description": "智能微秘书插件",
8
8
  "exports": {
9
9
  ".": {
@@ -66,7 +66,6 @@ export const packageJson = {
66
66
  },
67
67
  "dependencies": {
68
68
  "keyv": "^4.5.2",
69
- "quick-lru": "^6.1.1",
70
69
  "uuid": "^9.0.0",
71
70
  "eventsource-parser": "^1.0.0",
72
71
  "@dqbd/tiktoken": "^1.0.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wechaty-web-panel",
3
- "version": "1.5.5",
3
+ "version": "1.5.6",
4
4
  "description": "智能微秘书插件",
5
5
  "exports": {
6
6
  ".": {
@@ -63,7 +63,6 @@
63
63
  },
64
64
  "dependencies": {
65
65
  "keyv": "^4.5.2",
66
- "quick-lru": "^6.1.1",
67
66
  "uuid": "^9.0.0",
68
67
  "eventsource-parser": "^1.0.0",
69
68
  "@dqbd/tiktoken": "^1.0.2",