deepseek-tui 0.8.41 → 0.8.42

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
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 one transition release.
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,6 +1,6 @@
1
1
  {
2
2
  "name": "deepseek-tui",
3
- "version": "0.8.41",
3
+ "version": "0.8.42",
4
4
  "description": "Deprecated. Renamed to `codewhale`. Run `npm install -g codewhale` instead.",
5
5
  "author": "Hmbown",
6
6
  "license": "MIT",