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.mjs CHANGED
@@ -2447,7 +2447,7 @@ var createSignedUploadURL = async (config, options) => {
2447
2447
  payload.group_id = options.groupId;
2448
2448
  }
2449
2449
  if (options.name) {
2450
- payload.name = options.name;
2450
+ payload.filename = options.name;
2451
2451
  }
2452
2452
  if (options.keyvalues) {
2453
2453
  payload.keyvalues = options.keyvalues;