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.
@@ -0,0 +1,11 @@
1
+ {
2
+ "permissions": {
3
+ "allow": [
4
+ "Read(//Users/michael/.config/nvim/**)",
5
+ "Read(//Users/michael/.config/**)",
6
+ "Read(//Users/michael/Code/skikrumb-api/**)"
7
+ ],
8
+ "deny": [],
9
+ "ask": []
10
+ }
11
+ }
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}`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skikrumb-api",
3
- "version": "2.1.14",
3
+ "version": "2.1.15",
4
4
  "description": "Wrapper for the skiKrumb API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",