@vuu-ui/vuu-protocol-types 0.9.2 → 0.10.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/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -318,7 +318,7 @@ export declare type ClientMessageBody =
318
318
  | VuuRemoveVisualLink
319
319
  | VuuRpcMenuRequest
320
320
  | VuuRpcViewportRequest
321
- | VuuRpcServiceRequest;
321
+ | VuuRpcRequest;
322
322
 
323
323
  /**
324
324
  * RPC type messages
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuu-ui/vuu-protocol-types",
3
- "version": "0.9.2",
3
+ "version": "0.10.0",
4
4
  "author": "heswell",
5
5
  "license": "Apache-2.0",
6
6
  "dependencies": {},