@lvce-editor/rpc-registry 2.10.0 → 2.11.0

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/dist/index.d.ts +1 -0
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -173,6 +173,7 @@ export {
173
173
  ExtensionHost,
174
174
  MainProcess,
175
175
  RendererWorker,
176
+ Rpc,
176
177
  SearchProcess,
177
178
  SharedProcess,
178
179
  };
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@lvce-editor/rpc-registry",
3
- "version": "2.10.0",
3
+ "version": "2.11.0",
4
4
  "description": "Rpc Registry",
5
5
  "license": "MIT",
6
6
  "author": "Lvce Editor",
7
7
  "type": "module",
8
8
  "main": "dist/index.js",
9
- "optionalDependencies": {
10
- "@lvce-editor/rpc": "^2.2.0"
9
+ "dependencies": {
10
+ "@lvce-editor/rpc": "^3.4.0"
11
11
  },
12
12
  "types": "dist/index.d.ts"
13
13
  }