@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.
|
@@ -19244,7 +19244,7 @@ function createAuthInterceptor(apiKey, token) {
|
|
|
19244
19244
|
};
|
|
19245
19245
|
}
|
|
19246
19246
|
const name$1 = "@yorkie-js/sdk";
|
|
19247
|
-
const version$1 = "0.6.
|
|
19247
|
+
const version$1 = "0.6.43";
|
|
19248
19248
|
const pkg$1 = {
|
|
19249
19249
|
name: name$1,
|
|
19250
19250
|
version: version$1
|
|
@@ -19777,8 +19777,7 @@ class Client {
|
|
|
19777
19777
|
{
|
|
19778
19778
|
clientId: this.id,
|
|
19779
19779
|
documentId: attachment.resourceID,
|
|
19780
|
-
changePack: converter.toChangePack(doc.createChangePack())
|
|
19781
|
-
removeIfNotAttached: opts.removeIfNotAttached ?? false
|
|
19780
|
+
changePack: converter.toChangePack(doc.createChangePack())
|
|
19782
19781
|
},
|
|
19783
19782
|
{ headers: { "x-shard-key": `${this.apiKey}/${doc.getKey()}` } }
|
|
19784
19783
|
);
|
|
@@ -21031,7 +21030,7 @@ if (typeof globalThis !== "undefined") {
|
|
|
21031
21030
|
};
|
|
21032
21031
|
}
|
|
21033
21032
|
const name = "@yorkie-js/react";
|
|
21034
|
-
const version = "0.6.
|
|
21033
|
+
const version = "0.6.43";
|
|
21035
21034
|
const pkg = {
|
|
21036
21035
|
name,
|
|
21037
21036
|
version
|