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