@swan-io/shared-business 7.0.0 → 7.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swan-io/shared-business",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "engines": {
5
5
  "node": ">=18.0.0",
6
6
  "yarn": "^1.22.0"
@@ -122,6 +122,7 @@ export const SupportingDocumentCollectionWithRef = ({ documents, generateUpload,
122
122
  body.append("file", file);
123
123
  return Request.make({
124
124
  url: upload.url,
125
+ method: "POST",
125
126
  onLoadStart,
126
127
  onProgress,
127
128
  body,