@vuu-ui/vuu-protocol-types 0.8.17-debug → 0.8.18-debug

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
@@ -216,7 +216,7 @@ export interface ServerToClientRPC {
216
216
  export interface ServerToClientViewportRpcResponse {
217
217
  action: {
218
218
  msg?: string;
219
- type: "VP_RCP_FAILURE" | "VP_RCP_SUCCESS";
219
+ type: "VP_RPC_FAILURE" | "VP_RPC_SUCCESS";
220
220
  };
221
221
  type: "VIEW_PORT_RPC_REPONSE";
222
222
  method: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuu-ui/vuu-protocol-types",
3
- "version": "0.8.17-debug",
3
+ "version": "0.8.18-debug",
4
4
  "author": "heswell",
5
5
  "license": "Apache-2.0",
6
6
  "dependencies": {},