@yorkie-js/sdk 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.
package/dist/yorkie-js-sdk.js
CHANGED
|
@@ -19251,7 +19251,7 @@
|
|
|
19251
19251
|
};
|
|
19252
19252
|
}
|
|
19253
19253
|
const name = "@yorkie-js/sdk";
|
|
19254
|
-
const version = "0.6.
|
|
19254
|
+
const version = "0.6.43";
|
|
19255
19255
|
const pkg = {
|
|
19256
19256
|
name,
|
|
19257
19257
|
version
|
|
@@ -19794,8 +19794,7 @@
|
|
|
19794
19794
|
{
|
|
19795
19795
|
clientId: this.id,
|
|
19796
19796
|
documentId: attachment.resourceID,
|
|
19797
|
-
changePack: converter.toChangePack(doc.createChangePack())
|
|
19798
|
-
removeIfNotAttached: opts.removeIfNotAttached ?? false
|
|
19797
|
+
changePack: converter.toChangePack(doc.createChangePack())
|
|
19799
19798
|
},
|
|
19800
19799
|
{ headers: { "x-shard-key": `${this.apiKey}/${doc.getKey()}` } }
|
|
19801
19800
|
);
|