@univerjs/rpc 0.10.8 → 0.10.9

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  When handling some time-intensive tasks, such as formula computation, Univer can offload them to a location outside of the main thread, such as a Web Worker thread. The `@univerjs/rpc` library provides an RPC mechanism that simplifies communication between the main thread and other threads.
12
12
 
13
- For more information, see the [Architecture of Web Worker](https://univer.ai/guides/sheet/architecture/web-worker).
13
+ For more information, see the [Architecture of Web Worker](https://docs.univer.ai/guides/recipes/architecture/web-worker).
14
14
 
15
15
  ## Usage
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/rpc",
3
- "version": "0.10.8",
3
+ "version": "0.10.9",
4
4
  "private": false,
5
5
  "author": "DreamNum <developer@univer.ai>",
6
6
  "license": "Apache-2.0",
@@ -47,14 +47,14 @@
47
47
  "rxjs": ">=7.0.0"
48
48
  },
49
49
  "dependencies": {
50
- "@univerjs/core": "0.10.8"
50
+ "@univerjs/core": "0.10.9"
51
51
  },
52
52
  "devDependencies": {
53
53
  "rxjs": "^7.8.2",
54
54
  "typescript": "^5.9.2",
55
55
  "vite": "^7.1.4",
56
56
  "vitest": "^3.2.4",
57
- "@univerjs-infra/shared": "0.10.8"
57
+ "@univerjs-infra/shared": "0.10.9"
58
58
  },
59
59
  "scripts": {
60
60
  "test": "vitest run",