magmastream
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -373,5 +373,3 @@ /// <reference types="node" /> | ||
/** The delete function. */ | ||
delete: () => Promise<void>; | ||
/** The edit function. */ | ||
edit: () => Promise<void>; | ||
delete: () => Promise<any>; | ||
} | ||
@@ -378,0 +376,0 @@ |
{ | ||
"name": "magmastream", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "A user-friendly Lavalink client designed for NodeJS.", | ||
@@ -21,5 +21,5 @@ "main": "dist/index.js", | ||
"@types/ws": "^8.5.3", | ||
"@typescript-eslint/eslint-plugin": "^6.0.0", | ||
"@typescript-eslint/parser": "^6.0.0", | ||
"eslint": "^8.23.1", | ||
"@typescript-eslint/eslint-plugin": "^6.1.0", | ||
"@typescript-eslint/parser": "^6.1.0", | ||
"eslint": "^8.45.0", | ||
"npm-run-all": "^1.7.0", | ||
@@ -26,0 +26,0 @@ "typedoc": "^0.24.8", |
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
105255
2665