@mrclrchtr/supi-review 1.1.2 → 1.1.3

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": "@mrclrchtr/supi-core",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "SuPi core — shared infrastructure for SuPi extensions (XML context tags, config system)",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -22,5 +22,13 @@
22
22
  "@earendil-works/pi-coding-agent": "*",
23
23
  "@earendil-works/pi-tui": "*"
24
24
  },
25
+ "peerDependenciesMeta": {
26
+ "@earendil-works/pi-coding-agent": {
27
+ "optional": true
28
+ },
29
+ "@earendil-works/pi-tui": {
30
+ "optional": true
31
+ }
32
+ },
25
33
  "main": "src/index.ts"
26
34
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrclrchtr/supi-review",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "SuPi Review extension — structured code review via /supi-review command",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -20,7 +20,7 @@
20
20
  "README.md"
21
21
  ],
22
22
  "dependencies": {
23
- "@mrclrchtr/supi-core": "1.1.2"
23
+ "@mrclrchtr/supi-core": "1.1.3"
24
24
  },
25
25
  "bundledDependencies": [
26
26
  "@mrclrchtr/supi-core"
@@ -31,6 +31,20 @@
31
31
  "@earendil-works/pi-tui": "*",
32
32
  "typebox": "*"
33
33
  },
34
+ "peerDependenciesMeta": {
35
+ "@earendil-works/pi-ai": {
36
+ "optional": true
37
+ },
38
+ "@earendil-works/pi-coding-agent": {
39
+ "optional": true
40
+ },
41
+ "@earendil-works/pi-tui": {
42
+ "optional": true
43
+ },
44
+ "typebox": {
45
+ "optional": true
46
+ }
47
+ },
34
48
  "pi": {
35
49
  "extensions": [
36
50
  "./src/review.ts"