magmastream 2.10.1-dev.2 → 2.10.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.
@@ -244,7 +244,7 @@ export interface VoiceServerUpdate {
244
244
  */
245
245
  export interface RedisConfig {
246
246
  host: string;
247
- port: string;
247
+ port: number;
248
248
  password?: string;
249
249
  db?: number;
250
250
  prefix?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "magmastream",
3
- "version": "2.10.1-dev.2",
3
+ "version": "2.10.1",
4
4
  "description": "A user-friendly Lavalink client designed for NodeJS.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",