skikrumb-api 2.1.14 → 2.1.15
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.
- package/.claude/settings.local.json +11 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -470,6 +470,7 @@ export const skiKrumb = (options = {
|
|
|
470
470
|
const getReplayData = async (serialNumber, date, timezone = 'America/Vancouver', size = 10000) => {
|
|
471
471
|
const requestWithAuth = ky.create({
|
|
472
472
|
prefixUrl: options.url,
|
|
473
|
+
timeout: 60000,
|
|
473
474
|
headers: {
|
|
474
475
|
'Content-Type': 'application/json',
|
|
475
476
|
Authorization: `Bearer ${options.apiKey}`,
|