@shiftengineering/folio 0.0.79 → 0.0.80

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/README.md CHANGED
@@ -118,7 +118,7 @@ function FolioProjectManager() {
118
118
  if (!selectedProjectId) return;
119
119
 
120
120
  const newFiles = await addFilesToProject(selectedProjectId, [
121
- { path: "/path/to/file.pdf", name: "My Document.pdf" },
121
+ { blobUrl: "/path/to/file.pdf", name: "My Document.pdf" },
122
122
  ]);
123
123
 
124
124
  if (newFiles) {