@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/bindings/zustand.js
CHANGED
|
@@ -517,7 +517,8 @@ var StarfishClient = class {
|
|
|
517
517
|
try {
|
|
518
518
|
res = await this.fetch(url, {
|
|
519
519
|
method: "GET",
|
|
520
|
-
headers: { [HEADER_ACCEPT]: "application/json", ...authHeaders }
|
|
520
|
+
headers: { [HEADER_ACCEPT]: "application/json", ...authHeaders },
|
|
521
|
+
cache: "no-store"
|
|
521
522
|
});
|
|
522
523
|
} catch (err) {
|
|
523
524
|
if (cacheKey) {
|