magmastream
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -295,3 +295,3 @@ "use strict"; | ||
return; | ||
let shuffled = _.shuffle(this.queue); | ||
const shuffled = _.shuffle(this.queue); | ||
this.queue.clear(); | ||
@@ -298,0 +298,0 @@ shuffled.forEach((track) => { |
{ | ||
"name": "magmastream", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "A user-friendly Lavalink client designed for NodeJS.", | ||
@@ -18,8 +18,8 @@ "main": "dist/index.js", | ||
"@favware/rollup-type-bundler": "^2.0.0", | ||
"@types/lodash": "^4.14.196", | ||
"@types/node": "^20.4.6", | ||
"@types/lodash": "^4.14.197", | ||
"@types/node": "^20.5.7", | ||
"@types/ws": "^8.5.3", | ||
"@typescript-eslint/eslint-plugin": "^6.2.1", | ||
"@typescript-eslint/parser": "^6.2.1", | ||
"eslint": "^8.46.0", | ||
"@typescript-eslint/eslint-plugin": "^6.5.0", | ||
"@typescript-eslint/parser": "^6.5.0", | ||
"eslint": "^8.48.0", | ||
"npm-run-all": "^1.7.0", | ||
@@ -31,3 +31,3 @@ "typedoc": "^0.24.8", | ||
"dependencies": { | ||
"@discordjs/collection": "^1.5.2", | ||
"@discordjs/collection": "^1.5.3", | ||
"axios": "^1.4.0", | ||
@@ -34,0 +34,0 @@ "events": "^3.3.0", |
@@ -8,3 +8,5 @@ # Magmastream | ||
[![Pull Requests](https://img.shields.io/github/issues-pr/Blackfort-Hosting/magmastream.svg)](https://github.com/Blackfort-Hosting/magmastream/pulls) | ||
[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/Blackfort-Hosting) | ||
**Magmastream** a lavalink wrapper for NodeJs. Magmastream only supports lavalink version 4. | ||
@@ -11,0 +13,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
107340
59
+ Addedaxios@1.7.7(transitive)
- Removedaxios@1.7.8(transitive)
Updated@discordjs/collection@^1.5.3