@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.
Files changed (2) hide show
  1. package/dist/Client.d.ts +1 -1
  2. 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
- * Ifile is an uploaded encrypted file.
131
+ * IFile is an uploaded encrypted file.
132
132
  *
133
133
  * Common fields:
134
134
  * - `fileID`: file identifier
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vex-chat/libvex",
3
- "version": "1.0.0-rc.2",
3
+ "version": "1.0.1",
4
4
  "description": "Library for communicating with xchat server.",
5
5
  "type": "module",
6
6
  "sideEffects": false,