@lvnt/release-radar 1.7.14 → 1.7.15

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.
@@ -68,5 +68,15 @@
68
68
  "type": "npm",
69
69
  "displayName": "Ralphy CLI",
70
70
  "package": "ralphy-cli"
71
+ },
72
+ "Claude Code Router": {
73
+ "type": "npm",
74
+ "displayName": "Claude Code Router",
75
+ "package": "@musistudio/claude-code-router"
76
+ },
77
+ "PowerShell": {
78
+ "displayName": "PowerShell",
79
+ "downloadUrl": "github.com/PowerShell/PowerShell/releases/download/v{{VERSION}}/PowerShell-{{VERSION}}-win-x64.msi",
80
+ "filename": "PowerShell-{{VERSION}}-win-x64.msi"
71
81
  }
72
82
  }
package/config/tools.json CHANGED
@@ -75,6 +75,16 @@
75
75
  "name": "Zed",
76
76
  "type": "github",
77
77
  "repo": "zed-industries/zed"
78
+ },
79
+ {
80
+ "name": "Claude Code Router",
81
+ "type": "npm",
82
+ "package": "@musistudio/claude-code-router"
83
+ },
84
+ {
85
+ "name": "PowerShell",
86
+ "type": "github",
87
+ "repo": "PowerShell/PowerShell"
78
88
  }
79
89
  ]
80
90
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvnt/release-radar",
3
- "version": "1.7.14",
3
+ "version": "1.7.15",
4
4
  "description": "Monitor tool versions and notify via Telegram when updates are detected",
5
5
  "main": "dist/index.js",
6
6
  "bin": {