Add retried fetch and connection check

This commit is contained in:
Andras Schmelczer 2025-01-02 20:37:18 +00:00
parent b73c26ffd8
commit b53cc5beb4
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 79 additions and 1 deletions

View file

@ -19,6 +19,7 @@
"dayjs": "^1.11.13",
"esbuild": "0.24.0",
"esbuild-plugin-wasm-pack": "^1.1.0",
"esbuild-sass-plugin": "^3.3.1",
"eslint": "9.17.0",
"eslint-plugin-unused-imports": "^4.1.4",
"obsidian": "1.7.2",
@ -28,6 +29,6 @@
"tslib": "2.4.0",
"typescript": "5.7.2",
"typescript-eslint": "8.18.0",
"esbuild-sass-plugin": "^3.3.1"
"fetch-retry": "^6.0.0"
}
}