@lvce-editor/rpc-registry 3.5.0 → 3.6.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 +1 -1
package/dist/index.d.ts CHANGED
@@ -687,6 +687,7 @@ export {
687
687
  RendererProcess,
688
688
  RendererWorker,
689
689
  Rpc,
690
+ MockRpc,
690
691
  RpcId,
691
692
  SearchProcess,
692
693
  SharedProcess,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/rpc-registry",
3
- "version": "3.5.0",
3
+ "version": "3.6.0",
4
4
  "description": "Rpc Registry",
5
5
  "license": "MIT",
6
6
  "author": "Lvce Editor",