File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 99 "base64" : " f44b4d0ca78b3deed9931a568c526fe49a6b420258325a85e5f89e94cb2ca540" ,
1010 "binary" : " 253d19c1d84df15daa47c329a7299c6a50873c27929656ee96fa61ae988526d7" ,
1111 "url" : " https://raw.githubusercontent.com/standardnotes/community-packages/main/cdn/static/com.sncommunity.minimal-markdown/index.html" ,
12- "download_url" : " https://raw.githubusercontent.com/standardnotes/community-packages/main/cdn/zips/com.sncommunity.minimal-markdown.zip"
12+ "download_url" : " https://raw.githubusercontent.com/standardnotes/community-packages/main/cdn/zips/com.sncommunity.minimal-markdown.zip" ,
13+ "latest_url" : " https://raw.githubusercontent.com/standardnotes/community-packages/main/cdn/entries/com.sncommunity.minimal-markdown.json"
1314}
Original file line number Diff line number Diff line change 1010 "base64" : " f44b4d0ca78b3deed9931a568c526fe49a6b420258325a85e5f89e94cb2ca540" ,
1111 "binary" : " 253d19c1d84df15daa47c329a7299c6a50873c27929656ee96fa61ae988526d7" ,
1212 "url" : " https://raw.githubusercontent.com/standardnotes/community-packages/main/cdn/static/com.sncommunity.minimal-markdown/index.html" ,
13- "download_url" : " https://raw.githubusercontent.com/standardnotes/community-packages/main/cdn/zips/com.sncommunity.minimal-markdown.zip"
13+ "download_url" : " https://raw.githubusercontent.com/standardnotes/community-packages/main/cdn/zips/com.sncommunity.minimal-markdown.zip" ,
14+ "latest_url" : " https://raw.githubusercontent.com/standardnotes/community-packages/main/cdn/entries/com.sncommunity.minimal-markdown.json"
1415 }
1516}
Original file line number Diff line number Diff line change @@ -164,6 +164,7 @@ const packageFeature = async ({ feature, noZip }) => {
164164 ...checksum ,
165165 url : `${ CdnInfoJson . host } /static/${ feature . identifier } /${ packageJsonFile . sn . main } ` ,
166166 download_url : `${ CdnInfoJson . host } /zips/${ feature . identifier } .zip` ,
167+ latest_url : `${ CdnInfoJson . host } /entries/${ feature . identifier } .json` ,
167168 }
168169
169170 PackagesJson [ feature . identifier ] = packageEntry
You can’t perform that action at this time.
0 commit comments