@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 +1 -1
- package/docs/README.zh-CN.md +1 -1
- package/package.json +9 -9
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.
|
|
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
|
package/docs/README.zh-CN.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@klarkxy/dsh-zhihu",
|
|
3
|
-
"version": "0.1.
|
|
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.
|
|
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.
|
|
91
|
-
"@deepseek-ai/dsh-credentials": "0.1.
|
|
92
|
-
"@deepseek-ai/dsh-tools": ">=0.1.
|
|
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.
|
|
96
|
-
"@deepseek-ai/dsh-credentials": "0.1.
|
|
97
|
-
"@deepseek-ai/dsh-tools": "0.1.
|
|
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-
|
|
129
|
+
"contentHash": "sha256-f66b81b022d7f5b2851517c19b4e1ba77671e96531ffaf00141bedf9dfc1b3d3"
|
|
130
130
|
},
|
|
131
131
|
"scripts": {
|
|
132
132
|
"build": "tsdown && node ../../scripts/wrap-client.mjs @klarkxy/dsh-zhihu",
|