Skip to content

Commit

Permalink
Merge pull request #154 from metaplex-foundation/tony/add-manifest-to…
Browse files Browse the repository at this point in the history
…-umi-uploader

add manifest uploader option to umi uploader interface
  • Loading branch information
tonyboylehub authored Jan 3, 2025
2 parents c8033fe + e192236 commit dd3ad7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/metal-planes-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@metaplex-foundation/umi': minor
---

Introduces a non breaking change to umi uploader interface and adds and optional manifest arg to the UploaderUploadOptions type.
1 change: 1 addition & 0 deletions packages/umi/src/UploaderInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export type UploaderGetUploadPriceOptions = {
export type UploaderUploadOptions = {
onProgress?: (percent: number, ...args: any) => void;
signal?: GenericAbortSignal;
manifest?: boolean;
};

/**
Expand Down

0 comments on commit dd3ad7b

Please sign in to comment.