Change release checker endpoint, update dependencies

This commit is contained in:
Djuri Baars 2024-11-25 23:58:21 +01:00 committed by kdmukai
parent 0828f8e9b8
commit abeceab14c
2 changed files with 333 additions and 362 deletions

View file

@ -145,7 +145,7 @@
onMount(async () => { onMount(async () => {
try { try {
const response = await fetch( const response = await fetch(
'https://api.github.com/repos/btclock/btclock_v3/releases/latest' 'https://git.btclock.dev/api/v1/repos/btclock/btclock_v3/releases/latest'
); );
if (!response.ok) { if (!response.ok) {

693
yarn.lock

File diff suppressed because it is too large Load diff