pi-umbra 0.1.3 → 0.1.4

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-umbra-help",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Two commands over the pi-umbra family: /umb-help lists what is installed and how to configure it, /umb-doctor reports the faults that would otherwise stay silent.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -30,5 +30,8 @@
30
30
  "extensions": [
31
31
  "./extensions"
32
32
  ]
33
+ },
34
+ "peerDependencies": {
35
+ "@earendil-works/pi-coding-agent": "*"
33
36
  }
34
37
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-umbra-inputbar",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "pi's input bar, rebuilt: a chevron prompt, the session name on the border, a colour you pick, and a command to rename the session.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -29,5 +29,9 @@
29
29
  "extensions": [
30
30
  "./extensions"
31
31
  ]
32
+ },
33
+ "peerDependencies": {
34
+ "@earendil-works/pi-coding-agent": "*",
35
+ "@earendil-works/pi-tui": "*"
32
36
  }
33
37
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-umbra-preview",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Render a document with pandoc and open it in the browser, from inside pi.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -29,5 +29,8 @@
29
29
  "extensions": [
30
30
  "./extensions"
31
31
  ]
32
+ },
33
+ "peerDependencies": {
34
+ "@earendil-works/pi-coding-agent": "*"
32
35
  }
33
36
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-umbra-rename",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "One command that renames a pi session and the terminal window title together, which pi keeps behind two separate APIs.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -29,5 +29,8 @@
29
29
  "extensions": [
30
30
  "./extensions"
31
31
  ]
32
+ },
33
+ "peerDependencies": {
34
+ "@earendil-works/pi-coding-agent": "*"
32
35
  }
33
36
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-umbra-shimmer",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "A wave of colour running through pi's working indicator, over both the spinner and the text. Needs the umbra bundle patches; without them it does nothing.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -29,5 +29,8 @@
29
29
  "extensions": [
30
30
  "./extensions"
31
31
  ]
32
+ },
33
+ "peerDependencies": {
34
+ "@earendil-works/pi-coding-agent": "*"
32
35
  }
33
36
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-umbra",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Every small thing pi does not build in, in one install: seven themes and the chrome around them, the input bar, session rename, a shimmer through the working indicator, mid-prompt skill completion, ask, copy-chat, preview and help.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -42,11 +42,11 @@
42
42
  "pi-umbra-theme": "0.1.1",
43
43
  "pi-umbra-ask": "0.1.1",
44
44
  "pi-umbra-copy-chat": "0.1.1",
45
- "pi-umbra-help": "0.1.1",
46
- "pi-umbra-inputbar": "0.1.1",
47
- "pi-umbra-preview": "0.1.1",
48
- "pi-umbra-rename": "0.1.1",
49
- "pi-umbra-shimmer": "0.1.1",
45
+ "pi-umbra-help": "0.1.2",
46
+ "pi-umbra-inputbar": "0.1.2",
47
+ "pi-umbra-preview": "0.1.2",
48
+ "pi-umbra-rename": "0.1.2",
49
+ "pi-umbra-shimmer": "0.1.2",
50
50
  "pi-umbra-skill-matcher": "0.1.1"
51
51
  },
52
52
  "bundledDependencies": [