dsh-milestone 0.3.0 → 0.3.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.
Files changed (2) hide show
  1. package/lib/client.js +1 -1
  2. package/package.json +1 -1
package/lib/client.js CHANGED
@@ -743,7 +743,7 @@ window.__ModuleLoader__.load({
743
743
  //#endregion
744
744
  //#region src/client/index.ts
745
745
  /** Required services (cordis fiber inject). */
746
- const inject = ["slots"];
746
+ const inject = ["slots", "sessions"];
747
747
  /**
748
748
  * Register the overlay and rail once their slot declarations are on the
749
749
  * ledger. The overlay registers directly against the shipped shell.overlay
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-milestone",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Git-style milestone timeline for DeepSeek Harness: hover for metadata, click to jump to any message. 会话里程碑导航条:圆点时间线,定位并跳转到每条提问。",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",