@drakkar.software/starfish-client 3.0.0-alpha.44 → 3.0.0-alpha.48
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/dist/bindings/zustand.js +2 -1
- package/dist/bindings/zustand.js.map +2 -2
- package/dist/index.js +2 -1
- package/dist/index.js.map +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -292,7 +292,8 @@ var StarfishClient = class {
|
|
|
292
292
|
try {
|
|
293
293
|
res = await this.fetch(url, {
|
|
294
294
|
method: "GET",
|
|
295
|
-
headers: { [HEADER_ACCEPT]: "application/json", ...authHeaders }
|
|
295
|
+
headers: { [HEADER_ACCEPT]: "application/json", ...authHeaders },
|
|
296
|
+
cache: "no-store"
|
|
296
297
|
});
|
|
297
298
|
} catch (err) {
|
|
298
299
|
if (cacheKey) {
|