distube 5.2.0 → 5.2.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/index.d.mts +8 -2
- package/dist/index.d.ts +8 -2
- package/dist/index.js +34 -16
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +34 -16
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "distube",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.1",
|
|
4
4
|
"description": "A powerful Discord.js module for simplifying music commands and effortless playback of various sources with integrated audio filters.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"docs": "typedoc",
|
|
30
30
|
"lint": "biome ci .",
|
|
31
31
|
"lint:fix": "biome check --write --unsafe",
|
|
32
|
-
"
|
|
32
|
+
"format": "biome format --write",
|
|
33
33
|
"build": "tsup",
|
|
34
34
|
"type": "tsc --noEmit",
|
|
35
35
|
"update": "bun upgrade",
|