deepseek-tui 0.8.18 → 0.8.20

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "deepseek-tui",
3
- "version": "0.8.18",
4
- "deepseekBinaryVersion": "0.8.18",
3
+ "version": "0.8.20",
4
+ "deepseekBinaryVersion": "0.8.20",
5
5
  "description": "Install and run deepseek and deepseek-tui binaries from GitHub release artifacts.",
6
6
  "author": "Hmbown",
7
7
  "license": "MIT",
@@ -29,7 +29,7 @@ test("install failure hint explains release base override for blocked GitHub dow
29
29
  try {
30
30
  const error = Object.assign(
31
31
  new Error(
32
- "fetch https://github.com/Hmbown/DeepSeek-TUI/releases/download/v0.8.18/deepseek-artifacts-sha256.txt failed after 5 attempts:\ngetaddrinfo ENOTFOUND github.com",
32
+ "fetch https://github.com/Hmbown/DeepSeek-TUI/releases/download/v0.8.19/deepseek-artifacts-sha256.txt failed after 5 attempts:\ngetaddrinfo ENOTFOUND github.com",
33
33
  ),
34
34
  { code: "ENOTFOUND" },
35
35
  );