@@ -138,51 +138,13 @@ const distributionChecks = [
138138 validate : ( data ) => assertVersion ( 'Gemini extension' , data . version ) ,
139139 } ,
140140 {
141- label : 'gemini-prompts core manifest' ,
142- url : 'https://raw.githubusercontent.com/minipuft/gemini-prompts/main/core/manifest.json' ,
143- validate : ( data ) => assertVersion ( 'Gemini core manifest' , data . version ) ,
144- } ,
145- {
146- label : 'gemini-prompts core server package' ,
147- url : 'https://raw.githubusercontent.com/minipuft/gemini-prompts/main/core/server/package.json' ,
148- validate : ( data ) => assertVersion ( 'Gemini core server package' , data . version ) ,
149- } ,
150- {
151- label : 'gemini-prompts core package' ,
152- url : 'https://raw.githubusercontent.com/minipuft/gemini-prompts/main/core/package.json' ,
153- validate : ( data ) => assertVersion ( 'Gemini core package' , data . version ) ,
154- } ,
155- {
156- label : 'gemini-prompts release manifest' ,
157- url : 'https://raw.githubusercontent.com/minipuft/gemini-prompts/main/core/.release-please-manifest.json' ,
158- validate : ( data ) => {
159- const version = data . server || data [ '.' ] ;
160- assertVersion ( 'Gemini release manifest' , version ) ;
161- } ,
162- } ,
163- {
164- label : 'opencode-prompts package' ,
141+ label : 'opencode-prompts package.json' ,
165142 url : 'https://raw.githubusercontent.com/minipuft/opencode-prompts/main/package.json' ,
166143 validate : ( data ) => assertVersion ( 'OpenCode package' , data . version ) ,
167144 } ,
168- {
169- label : 'opencode-prompts core manifest' ,
170- url : 'https://raw.githubusercontent.com/minipuft/opencode-prompts/main/core/manifest.json' ,
171- validate : ( data ) => assertVersion ( 'OpenCode core manifest' , data . version ) ,
172- } ,
173- {
174- label : 'opencode-prompts core server package' ,
175- url : 'https://raw.githubusercontent.com/minipuft/opencode-prompts/main/core/server/package.json' ,
176- validate : ( data ) => assertVersion ( 'OpenCode core server package' , data . version ) ,
177- } ,
178- {
179- label : 'opencode-prompts core package' ,
180- url : 'https://raw.githubusercontent.com/minipuft/opencode-prompts/main/core/package.json' ,
181- validate : ( data ) => assertVersion ( 'OpenCode core package' , data . version ) ,
182- } ,
183145 {
184146 label : 'opencode-prompts release manifest' ,
185- url : 'https://raw.githubusercontent.com/minipuft/opencode-prompts/main/core/ .release-please-manifest.json' ,
147+ url : 'https://raw.githubusercontent.com/minipuft/opencode-prompts/main/.release-please-manifest.json' ,
186148 validate : ( data ) => {
187149 const version = data . server || data [ '.' ] ;
188150 assertVersion ( 'OpenCode release manifest' , version ) ;
0 commit comments