@yorkie-js/react 0.6.42 → 0.6.43

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.
@@ -19246,7 +19246,7 @@
19246
19246
  };
19247
19247
  }
19248
19248
  const name$1 = "@yorkie-js/sdk";
19249
- const version$1 = "0.6.42";
19249
+ const version$1 = "0.6.43";
19250
19250
  const pkg$1 = {
19251
19251
  name: name$1,
19252
19252
  version: version$1
@@ -19779,8 +19779,7 @@
19779
19779
  {
19780
19780
  clientId: this.id,
19781
19781
  documentId: attachment.resourceID,
19782
- changePack: converter.toChangePack(doc.createChangePack()),
19783
- removeIfNotAttached: opts.removeIfNotAttached ?? false
19782
+ changePack: converter.toChangePack(doc.createChangePack())
19784
19783
  },
19785
19784
  { headers: { "x-shard-key": `${this.apiKey}/${doc.getKey()}` } }
19786
19785
  );
@@ -21033,7 +21032,7 @@
21033
21032
  };
21034
21033
  }
21035
21034
  const name = "@yorkie-js/react";
21036
- const version = "0.6.42";
21035
+ const version = "0.6.43";
21037
21036
  const pkg = {
21038
21037
  name,
21039
21038
  version