@drscrewdriver/dsh-better-display 0.3.3-fork.1 → 0.3.3-fork.2

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/cordis.patch.yml +1 -1
  2. package/package.json +1 -1
package/cordis.patch.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  # Official bundle layer. `dsh plugin add` applies this into the profile.
2
2
  # Rows resolve by package name so the installed copy is what boots.
3
3
  - insert:
4
- - id: dsh-better-display
4
+ - id: '@drscrewdriver/dsh-better-display'
5
5
  name: '@drscrewdriver/dsh-better-display'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drscrewdriver/dsh-better-display",
3
- "version": "0.3.3-fork.1",
3
+ "version": "0.3.3-fork.2",
4
4
  "description": "A calmer reading view for DeepSeek Harness: native process details, live reasoning, and clean final answers. Fork adds answer message bubbles with a settings switch.",
5
5
  "type": "module",
6
6
  "license": "MIT",