@eluvio/elv-client-js 4.2.14 → 4.2.16

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.
@@ -119,9 +119,10 @@ const New = context => {
119
119
  });
120
120
  };
121
121
 
122
- const write = async ({libraryId, metadata, noWait, objectId, writeToken}) => {
122
+ const write = async ({libraryId, metadataSubtree, metadata, noWait, objectId, writeToken}) => {
123
123
  return await context.concerns.Edit.writeMetadata({
124
124
  libraryId,
125
+ metadataSubtree,
125
126
  metadata,
126
127
  noWait,
127
128
  objectId,