@vex-chat/libvex 1.0.0-rc.2 → 1.0.1
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.
- package/dist/Client.d.ts +1 -1
- package/package.json +1 -1
package/dist/Client.d.ts
CHANGED
|
@@ -128,7 +128,7 @@ export type { IChannel } from "@vex-chat/types";
|
|
|
128
128
|
*/
|
|
129
129
|
export type { IServer } from "@vex-chat/types";
|
|
130
130
|
/**
|
|
131
|
-
*
|
|
131
|
+
* IFile is an uploaded encrypted file.
|
|
132
132
|
*
|
|
133
133
|
* Common fields:
|
|
134
134
|
* - `fileID`: file identifier
|