@yorkie-js/sdk 0.6.3 → 0.6.5

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.
@@ -20153,7 +20153,7 @@ function createAuthInterceptor(apiKey, token) {
20153
20153
  };
20154
20154
  }
20155
20155
  const name = "@yorkie-js/sdk";
20156
- const version = "0.6.3";
20156
+ const version = "0.6.5";
20157
20157
  const description = "Yorkie JS SDK";
20158
20158
  const main = "./src/yorkie.ts";
20159
20159
  const publishConfig = {
@@ -20157,7 +20157,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
20157
20157
  };
20158
20158
  }
20159
20159
  const name = "@yorkie-js/sdk";
20160
- const version = "0.6.3";
20160
+ const version = "0.6.5";
20161
20161
  const description = "Yorkie JS SDK";
20162
20162
  const main = "./src/yorkie.ts";
20163
20163
  const publishConfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yorkie-js/sdk",
3
- "version": "0.6.3",
3
+ "version": "0.6.5",
4
4
  "description": "Yorkie JS SDK",
5
5
  "main": "./dist/yorkie-js-sdk.js",
6
6
  "publishConfig": {