@drakkar.software/starfish-client 3.0.0-alpha.45 → 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.
@@ -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) {