@lynn123411/dsh-a6api 1.3.0 → 1.4.1

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.
@@ -1,4 +1,6 @@
1
1
  import type { A6ApiModelMeta, CatalogModelEntry } from '../types.js';
2
+ /** 当前 catalog 文件路径(v1.4+:插件子目录,不再占用 DSH home 根目录)。
3
+ * dshHomePath 与 DSH 的 resolveDshHome 完全一致:显式配置 home → $DSH_HOME(~ 展开)→ ~/.dsh。 */
2
4
  export declare function catalogFile(): string;
3
5
  export declare function getCatalog(): CatalogModelEntry[];
4
6
  export declare function getCatalogEntry(id: string): CatalogModelEntry | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynn123411/dsh-a6api",
3
- "version": "1.3.0",
3
+ "version": "1.4.1",
4
4
  "description": "A6API 多模型聚合站接入插件:原生 LLM 提供商注册、账户实时余额与价格波动监控、Token 白名单同步、商户线路探测与全景指标卡片",
5
5
  "license": "MIT",
6
6
  "author": "lynn123411",
@@ -71,5 +71,8 @@
71
71
  "@types/react": "^19.2.18",
72
72
  "esbuild": "^0.25.0",
73
73
  "typescript": "^6.0.0"
74
+ },
75
+ "dependencies": {
76
+ "@deepseek-ai/dsh-home-paths": "0.1.2-alpha.2"
74
77
  }
75
78
  }