pinata 1.10.0 → 1.10.1
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 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2473,7 +2473,7 @@ var createSignedUploadURL = async (config, options) => {
|
|
|
2473
2473
|
payload.group_id = options.groupId;
|
|
2474
2474
|
}
|
|
2475
2475
|
if (options.name) {
|
|
2476
|
-
payload.
|
|
2476
|
+
payload.filename = options.name;
|
|
2477
2477
|
}
|
|
2478
2478
|
if (options.keyvalues) {
|
|
2479
2479
|
payload.keyvalues = options.keyvalues;
|