@aiwayds/dsh-tui-pi 0.7.0 → 0.7.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiwayds/dsh-tui-pi",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "pi-style terminal UI for DeepSeek Harness (dsh) — pi-tui look & feel, dsh slash commands, GitHub light/dark themes, powerline footer",
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,16 +31,16 @@
31
31
  "bin",
32
32
  "cordis.patch.yml",
33
33
  "patches",
34
- "pnpm-workspace.yaml",
35
34
  "scripts",
36
35
  "templates",
37
36
  "README.md",
38
37
  "LICENSE"
39
38
  ],
40
39
  "scripts": {
41
- "postinstall": "node scripts/link-dsh-closure.mjs",
40
+ "link-closure": "node scripts/link-dsh-closure.mjs",
42
41
  "build": "tsc -p tsconfig.json",
43
42
  "check": "tsc --noEmit -p tsconfig.json",
43
+ "precheck": "node scripts/link-dsh-closure.mjs",
44
44
  "pretest": "npm run build",
45
45
  "test": "node --test test/*.test.mjs"
46
46
  },
@@ -1,2 +0,0 @@
1
- patchedDependencies:
2
- '@earendil-works/pi-tui': patches/@earendil-works__pi-tui.patch