dsh-plugin-completion-notify 0.1.0 → 0.2.0

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 +6 -0
  2. package/package.json +6 -2
@@ -0,0 +1,6 @@
1
+ # dsh-plugin-completion-notify bundle layer: inserts the completion-notify
2
+ # client plugin row. Applied automatically when a profile lists this bundle
3
+ # (dsh plugin add dsh-plugin-completion-notify).
4
+ - insert:
5
+ - id: completion-notify
6
+ name: dsh-plugin-completion-notify
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dsh-plugin-completion-notify",
3
3
  "description": "Desktop completion notifications for dsh web: a system notification when a session finishes while you are not looking at it",
4
- "version": "0.1.0",
4
+ "version": "0.2.0",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "exports": {
@@ -16,6 +16,9 @@
16
16
  "./package.json": "./package.json"
17
17
  },
18
18
  "dsh": {
19
+ "bundle": {
20
+ "patch": "./cordis.patch.yml"
21
+ },
19
22
  "client": {
20
23
  "inject": [
21
24
  "@deepseek-ai/dsh-client-locale",
@@ -56,7 +59,8 @@
56
59
  "files": [
57
60
  "lib/index.js",
58
61
  "lib/client.js",
59
- "lib/types/**/*.d.ts"
62
+ "lib/types/**/*.d.ts",
63
+ "cordis.patch.yml"
60
64
  ],
61
65
  "keywords": [
62
66
  "dsh-plugin",