@klarkxy/dsh-zhihu 0.1.3 → 0.1.4

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/README.md CHANGED
@@ -6,7 +6,7 @@ Zhihu search, answers, knowledge bases, and usage tracking for DSH.
6
6
 
7
7
  ## Install
8
8
 
9
- Requires Node.js ≥22 and DSH `0.1.5-rc.2`. No repository build is needed.
9
+ Requires Node.js ≥22 and DSH `0.1.7-alpha.1`. No repository build is needed.
10
10
 
11
11
  ```sh
12
12
  dsh plugin --profile web add @klarkxy/dsh-zhihu
@@ -6,7 +6,7 @@ DSH 知乎搜索、直答、知识库与用量插件。
6
6
 
7
7
  ## 安装
8
8
 
9
- 需要 Node.js ≥22、DSH `0.1.5-rc.2`,无需构建本仓库。
9
+ 需要 Node.js ≥22、DSH `0.1.7-alpha.1`,无需构建本仓库。
10
10
 
11
11
  ```sh
12
12
  dsh plugin --profile web add @klarkxy/dsh-zhihu
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@klarkxy/dsh-zhihu",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Independent Zhihu services, tools and UI for DSH",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "type": "module",
@@ -83,18 +83,18 @@
83
83
  ]
84
84
  },
85
85
  "dependencies": {
86
- "@deepseek-ai/dsh-storage-domain": "0.1.5-rc.2",
86
+ "@deepseek-ai/dsh-storage-domain": "0.1.7-alpha.1",
87
87
  "zod": "^4.1.5"
88
88
  },
89
89
  "peerDependencies": {
90
- "@deepseek-ai/cordis": "^4.0.2",
91
- "@deepseek-ai/dsh-credentials": "0.1.5-rc.2",
92
- "@deepseek-ai/dsh-tools": ">=0.1.5-rc.2 <0.2.0"
90
+ "@deepseek-ai/cordis": "^4.0.3",
91
+ "@deepseek-ai/dsh-credentials": "0.1.7-alpha.1",
92
+ "@deepseek-ai/dsh-tools": ">=0.1.7-alpha.1 <0.2.0"
93
93
  },
94
94
  "devDependencies": {
95
- "@deepseek-ai/cordis": "^4.0.2",
96
- "@deepseek-ai/dsh-credentials": "0.1.5-rc.2",
97
- "@deepseek-ai/dsh-tools": "0.1.5-rc.2",
95
+ "@deepseek-ai/cordis": "^4.0.3",
96
+ "@deepseek-ai/dsh-credentials": "0.1.7-alpha.1",
97
+ "@deepseek-ai/dsh-tools": "0.1.7-alpha.1",
98
98
  "react": "^18.2.0",
99
99
  "@types/react": "18.3.31",
100
100
  "dsh-editor-seats": "0.1.0"
@@ -126,7 +126,7 @@
126
126
  "registry": "https://registry.npmjs.org/"
127
127
  },
128
128
  "dshRelease": {
129
- "contentHash": "sha256-44f4605c6a872ba2107bfccaeb2e273a0261f9de19ae634c5bec9dfda64cc740"
129
+ "contentHash": "sha256-f66b81b022d7f5b2851517c19b4e1ba77671e96531ffaf00141bedf9dfc1b3d3"
130
130
  },
131
131
  "scripts": {
132
132
  "build": "tsdown && node ../../scripts/wrap-client.mjs @klarkxy/dsh-zhihu",