pinata 2.4.2 → 2.4.3

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/index.mjs CHANGED
@@ -2461,6 +2461,7 @@ var createSignedUploadURL = async (config, options, network) => {
2461
2461
  const request = await fetch(`${endpoint}/files/sign`, {
2462
2462
  method: "POST",
2463
2463
  headers,
2464
+ cache: "no-store",
2464
2465
  body: JSON.stringify(payload)
2465
2466
  });
2466
2467
  if (!request.ok) {