@yorkie-js/sdk 0.7.11 → 0.7.12-rc

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.
@@ -21453,7 +21453,7 @@ function createAuthInterceptor(apiKey, token) {
21453
21453
  };
21454
21454
  }
21455
21455
  const name = "@yorkie-js/sdk";
21456
- const version = "0.7.11";
21456
+ const version = "0.7.12-rc";
21457
21457
  const pkg = {
21458
21458
  name,
21459
21459
  version
@@ -21457,7 +21457,7 @@
21457
21457
  };
21458
21458
  }
21459
21459
  const name = "@yorkie-js/sdk";
21460
- const version = "0.7.11";
21460
+ const version = "0.7.12-rc";
21461
21461
  const pkg = {
21462
21462
  name,
21463
21463
  version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yorkie-js/sdk",
3
- "version": "0.7.11",
3
+ "version": "0.7.12-rc",
4
4
  "description": "Yorkie JS SDK",
5
5
  "main": "./dist/yorkie-js-sdk.js",
6
6
  "publishConfig": {
@@ -34,9 +34,9 @@
34
34
  "@bufbuild/protoc-gen-es": "^2.10.1",
35
35
  "@types/express": "^5.0.6",
36
36
  "@types/google-protobuf": "^3.15.12",
37
- "@vitest/coverage-istanbul": "^4.0.15",
38
- "@vitest/coverage-v8": "^4.0.15",
39
- "axios": "^1.15.2",
37
+ "@vitest/coverage-istanbul": "^4.1.8",
38
+ "@vitest/coverage-v8": "^4.1.8",
39
+ "axios": "^1.17.0",
40
40
  "express": "^5.2.1",
41
41
  "prettier": "^3.7.4",
42
42
  "ts-node": "^10.9.2",
@@ -47,7 +47,7 @@
47
47
  "vite-plugin-commonjs": "^0.10.4",
48
48
  "vite-plugin-dts": "^4.5.4",
49
49
  "vite-tsconfig-paths": "^5.1.4",
50
- "vitest": "^4.0.15"
50
+ "vitest": "^4.1.8"
51
51
  },
52
52
  "dependencies": {
53
53
  "@bufbuild/protobuf": "^2.10.1",