@vuu-ui/vuu-data-types 0.13.73 → 0.13.74

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 +0 -2
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -817,7 +817,6 @@ export interface VuuUIMessageOutConnect {
817
817
  type: "connect";
818
818
  token: string;
819
819
  url: string;
820
- username?: string;
821
820
  retryLimitDisconnect?: number;
822
821
  retryLimitStartup?: number;
823
822
  }
@@ -952,7 +951,6 @@ export declare type VuuUIMessageOut =
952
951
  export type ConnectOptions = {
953
952
  url: string;
954
953
  token: string;
955
- username: string;
956
954
  protocol?: WebSocketProtocol;
957
955
  /** Max number of reconnect attempts in the event of unsuccessful websocket connection at startup */
958
956
  retryLimitStartup?: number;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vuu-ui/vuu-data-types",
3
- "version": "0.13.73",
3
+ "version": "0.13.74",
4
4
  "author": "heswell",
5
5
  "license": "Apache-2.0",
6
6
  "devDependencies": {
7
- "@vuu-ui/vuu-filter-types": "0.13.73",
8
- "@vuu-ui/vuu-protocol-types": "0.13.73"
7
+ "@vuu-ui/vuu-filter-types": "0.13.74",
8
+ "@vuu-ui/vuu-protocol-types": "0.13.74"
9
9
  },
10
10
  "dependencies": {},
11
11
  "peerDependencies": {},