@a9i5k4/dsh-literature 0.2.6 → 0.2.7

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/lib/index.js CHANGED
@@ -746,7 +746,7 @@ var UA, FetchFailure;
746
746
  var init_net = __esm({
747
747
  "src/node/net.js"() {
748
748
  init_log();
749
- UA = "dsh-literature/0.2.6 (+https://github.com/deepseek-ai/deepseek-harness)";
749
+ UA = "dsh-literature/0.2.7 (+https://github.com/deepseek-ai/deepseek-harness)";
750
750
  FetchFailure = class extends Error {
751
751
  constructor(message, { code = "network", status = 0, retryable = true, cause } = {}) {
752
752
  super(message, { cause });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a9i5k4/dsh-literature",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "DSH Literature 文献侧窗:在 DeepSeek Harness 侧边栏识别 DOI/arXiv/标题、抓取元数据与全文、写入本地文献库或导出目录,并提供内置 PDF 阅读器(缩放/翻页/目录/搜索/高亮/笔记)。",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",