@lvnt/release-radar 1.9.3 → 1.9.5

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.
@@ -112,12 +112,8 @@
112
112
  },
113
113
  "YAML": {
114
114
  "displayName": "YAML Extension",
115
- "downloadUrl": "{{MIRROR_URL}}",
116
- "filename": "vscode-yaml-{{VERSION}}.vsix",
117
- "mirror": {
118
- "sourceUrl": "marketplace-api",
119
- "extensionId": "redhat.vscode-yaml"
120
- }
115
+ "downloadUrl": "github.com/redhat-developer/vscode-yaml/releases/download/{{VERSION}}/vscode-yaml-{{VERSION}}.vsix",
116
+ "filename": "vscode-yaml-{{VERSION}}.vsix"
121
117
  },
122
118
  "Python": {
123
119
  "displayName": "Python Extension",
@@ -166,12 +162,8 @@
166
162
  },
167
163
  "Go": {
168
164
  "displayName": "Go Extension",
169
- "downloadUrl": "{{MIRROR_URL}}",
170
- "filename": "go-{{VERSION}}.vsix",
171
- "mirror": {
172
- "sourceUrl": "marketplace-api",
173
- "extensionId": "golang.go"
174
- }
165
+ "downloadUrl": "github.com/golang/vscode-go/releases/download/v{{VERSION}}/go-{{VERSION}}.vsix",
166
+ "filename": "go-{{VERSION}}.vsix"
175
167
  },
176
168
  "GitHub Theme": {
177
169
  "displayName": "GitHub Theme",
@@ -184,11 +176,7 @@
184
176
  },
185
177
  "Material Icon Theme": {
186
178
  "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
- }
179
+ "downloadUrl": "github.com/material-extensions/vscode-material-icon-theme/releases/download/v{{VERSION}}/material-icon-theme-{{VERSION}}.vsix",
180
+ "filename": "material-icon-theme-{{VERSION}}.vsix"
193
181
  }
194
182
  }
package/config/tools.json CHANGED
@@ -100,8 +100,8 @@
100
100
  },
101
101
  {
102
102
  "name": "YAML",
103
- "type": "vscode-marketplace",
104
- "extensionId": "redhat.vscode-yaml"
103
+ "type": "github",
104
+ "repo": "redhat-developer/vscode-yaml"
105
105
  },
106
106
  {
107
107
  "name": "Python",
@@ -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.5",
4
4
  "description": "Monitor tool versions and notify via Telegram when updates are detected",
5
5
  "main": "dist/index.js",
6
6
  "bin": {