@yorkie-js/sdk 0.7.2 → 0.7.3-alpha
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.es.js
CHANGED
|
@@ -19943,7 +19943,7 @@ function createAuthInterceptor(apiKey, token) {
|
|
|
19943
19943
|
};
|
|
19944
19944
|
}
|
|
19945
19945
|
const name = "@yorkie-js/sdk";
|
|
19946
|
-
const version = "0.7.
|
|
19946
|
+
const version = "0.7.3-alpha";
|
|
19947
19947
|
const pkg = {
|
|
19948
19948
|
name,
|
|
19949
19949
|
version
|
package/dist/yorkie-js-sdk.js
CHANGED
|
@@ -19947,7 +19947,7 @@
|
|
|
19947
19947
|
};
|
|
19948
19948
|
}
|
|
19949
19949
|
const name = "@yorkie-js/sdk";
|
|
19950
|
-
const version = "0.7.
|
|
19950
|
+
const version = "0.7.3-alpha";
|
|
19951
19951
|
const pkg = {
|
|
19952
19952
|
name,
|
|
19953
19953
|
version
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yorkie-js/sdk",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.3-alpha",
|
|
4
4
|
"description": "Yorkie JS SDK",
|
|
5
5
|
"main": "./dist/yorkie-js-sdk.js",
|
|
6
6
|
"publishConfig": {
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@connectrpc/connect": "^2.1.1",
|
|
56
56
|
"@connectrpc/connect-web": "^2.1.1",
|
|
57
57
|
"long": "^5.3.2",
|
|
58
|
-
"@yorkie-js/schema": "0.7.
|
|
58
|
+
"@yorkie-js/schema": "0.7.3-alpha"
|
|
59
59
|
},
|
|
60
60
|
"scripts": {
|
|
61
61
|
"build": "tsc && vite build -c vite.build.ts",
|