@tailor-cms/cek-common
Advanced tools
+1
-1
@@ -53,3 +53,3 @@ var __create = Object.create; | ||
| var getApiClient = (url, runtime = "authoring") => { | ||
| const api = import_ky.default.create({ prefixUrl: url }); | ||
| const api = import_ky.default.create({ prefixUrl: url, timeout: false }); | ||
| const opts = { searchParams: { runtime } }; | ||
@@ -56,0 +56,0 @@ const getElement = (id) => api(endpoint.element(id), opts).json(); |
+1
-1
@@ -15,3 +15,3 @@ // src/api.ts | ||
| var getApiClient = (url, runtime = "authoring") => { | ||
| const api = ky.create({ prefixUrl: url }); | ||
| const api = ky.create({ prefixUrl: url, timeout: false }); | ||
| const opts = { searchParams: { runtime } }; | ||
@@ -18,0 +18,0 @@ const getElement = (id) => api(endpoint.element(id), opts).json(); |
+1
-1
@@ -6,3 +6,3 @@ { | ||
| "type": "module", | ||
| "version": "1.2.3", | ||
| "version": "1.2.4", | ||
| "exports": { | ||
@@ -9,0 +9,0 @@ ".": { |
22605
0.14%