@lvnt/release-radar 1.9.3 → 1.9.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.
@@ -166,12 +166,8 @@
166
166
  },
167
167
  "Go": {
168
168
  "displayName": "Go Extension",
169
- "downloadUrl": "{{MIRROR_URL}}",
170
- "filename": "go-{{VERSION}}.vsix",
171
- "mirror": {
172
- "sourceUrl": "marketplace-api",
173
- "extensionId": "golang.go"
174
- }
169
+ "downloadUrl": "github.com/golang/vscode-go/releases/download/v{{VERSION}}/go-{{VERSION}}.vsix",
170
+ "filename": "go-{{VERSION}}.vsix"
175
171
  },
176
172
  "GitHub Theme": {
177
173
  "displayName": "GitHub Theme",
@@ -184,11 +180,7 @@
184
180
  },
185
181
  "Material Icon Theme": {
186
182
  "displayName": "Material Icon Theme",
187
- "downloadUrl": "{{MIRROR_URL}}",
188
- "filename": "material-icon-theme-{{VERSION}}.vsix",
189
- "mirror": {
190
- "sourceUrl": "marketplace-api",
191
- "extensionId": "pkief.material-icon-theme"
192
- }
183
+ "downloadUrl": "github.com/material-extensions/vscode-material-icon-theme/releases/download/v{{VERSION}}/material-icon-theme-{{VERSION}}.vsix",
184
+ "filename": "material-icon-theme-{{VERSION}}.vsix"
193
185
  }
194
186
  }
package/config/tools.json CHANGED
@@ -130,8 +130,8 @@
130
130
  },
131
131
  {
132
132
  "name": "Go",
133
- "type": "vscode-marketplace",
134
- "extensionId": "golang.go"
133
+ "type": "github",
134
+ "repo": "golang/vscode-go"
135
135
  },
136
136
  {
137
137
  "name": "GitHub Theme",
@@ -140,8 +140,8 @@
140
140
  },
141
141
  {
142
142
  "name": "Material Icon Theme",
143
- "type": "vscode-marketplace",
144
- "extensionId": "pkief.material-icon-theme"
143
+ "type": "github",
144
+ "repo": "material-extensions/vscode-material-icon-theme"
145
145
  }
146
146
  ]
147
147
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvnt/release-radar",
3
- "version": "1.9.3",
3
+ "version": "1.9.4",
4
4
  "description": "Monitor tool versions and notify via Telegram when updates are detected",
5
5
  "main": "dist/index.js",
6
6
  "bin": {