deepseek-tui 0.8.41 → 0.8.47
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/package.json +13 -3
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ npm install -g codewhale
|
|
|
9
9
|
|
|
10
10
|
`codewhale` ships the same `codewhale` and `codewhale-tui` binaries plus
|
|
11
11
|
deprecation shims under the old `deepseek` / `deepseek-tui` names so existing
|
|
12
|
-
scripts keep working through
|
|
12
|
+
scripts keep working through the v0.8.x transition.
|
|
13
13
|
|
|
14
14
|
See [docs/REBRAND.md](https://github.com/Hmbown/CodeWhale/blob/main/docs/REBRAND.md)
|
|
15
15
|
for the full migration story.
|
package/package.json
CHANGED
|
@@ -1,9 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "deepseek-tui",
|
|
3
|
-
"version": "0.8.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.8.47",
|
|
4
|
+
"description": "Legacy compatibility package. Renamed to `codewhale`; run `npm install -g codewhale` for new installs.",
|
|
5
5
|
"author": "Hmbown",
|
|
6
6
|
"license": "MIT",
|
|
7
|
+
"funding": [
|
|
8
|
+
{
|
|
9
|
+
"type": "github",
|
|
10
|
+
"url": "https://github.com/sponsors/Hmbown"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"type": "buymeacoffee",
|
|
14
|
+
"url": "https://www.buymeacoffee.com/hmbown"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
7
17
|
"homepage": "https://github.com/Hmbown/CodeWhale/blob/main/docs/REBRAND.md",
|
|
8
18
|
"repository": {
|
|
9
19
|
"type": "git",
|
|
@@ -13,7 +23,7 @@
|
|
|
13
23
|
"url": "https://github.com/Hmbown/CodeWhale/issues"
|
|
14
24
|
},
|
|
15
25
|
"keywords": [
|
|
16
|
-
"
|
|
26
|
+
"compatibility",
|
|
17
27
|
"deepseek",
|
|
18
28
|
"codewhale"
|
|
19
29
|
],
|