@chaoset/session-archive 0.3.5 → 0.3.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/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.3.7 (2026-09-05)
4
+
5
+ ### Fixes
6
+
7
+ * 0.10.4 / 0.3.10 / 0.3.6 / 0.4.6 的 `dsh.host` 字段因改动散落两个工作树未随 0.10.4 的提交进入发布产物——本版本重新包含该字段。此外无任何变更。
8
+
9
+ ## 0.3.6 (2026-09-05)
10
+
11
+ ### Metadata
12
+
13
+ * package.json 新增 `dsh.host` 字段:声明本包适配的 DSH 版本,随每次
14
+ 宿主适配由 `adapt-dsh.mjs` 自动维护;`npm view <包名> dsh.host` 可查,
15
+ README 安装节与仓库 `dsh-v*` 归档 tag 同步标注。无功能变更。
16
+
3
17
  ## 0.3.5 (2026-09-05)
4
18
 
5
19
  ### Fixes
package/README.md CHANGED
@@ -13,6 +13,10 @@
13
13
 
14
14
  ## 安装
15
15
 
16
+ > 适配的 DSH 版本见本包 `package.json` 的 `dsh.host` 字段
17
+ > (`npm view <包名> dsh.host` 可查);仓库的 `dsh-v*` git tag 是各次
18
+ > 稳定版适配的归档点。
19
+
16
20
  ```bash
17
21
  dsh plugin --profile web add @chaoset/session-archive
18
22
  dsh plugin --profile web remove @chaoset/session-archive
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chaoset/session-archive",
3
- "version": "0.3.5",
3
+ "version": "0.3.7",
4
4
  "description": "DSH plugin: browse archived sessions, inspect their content, batch-restore or permanently delete them with multi-select",
5
5
  "engines": {
6
6
  "node": ">=22.19.0"
@@ -23,6 +23,7 @@
23
23
  "./package.json": "./package.json"
24
24
  },
25
25
  "dsh": {
26
+ "host": "0.1.2-rc.1",
26
27
  "bundle": {
27
28
  "patch": "./cordis.patch.yml"
28
29
  },