magmastream 2.2.3 → 2.2.4
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.ts +1 -1
- package/package.json +15 -15
package/dist/index.d.ts
CHANGED
|
@@ -946,4 +946,4 @@ interface PlaylistData {
|
|
|
946
946
|
tracks: Track[];
|
|
947
947
|
}
|
|
948
948
|
|
|
949
|
-
export { CPUStats, EqualizerBand, Exception, Extendable, FrameStats, LavalinkResponse, LoadType, Manager, ManagerOptions, MemoryStats, Node, NodeMessage, NodeOptions, NodeStats, NowPlayingMessage, Payload, PlayOptions, Player, PlayerEvent, PlayerEventType, PlayerEvents, PlayerOptions, PlayerUpdate, PlaylistData, PlaylistRawData, Plugin, Queue, SearchPlatform, SearchQuery, SearchResult, Severity, Sizes, State, Structure, Track, TrackData, TrackDataInfo, TrackEndEvent, TrackEndReason, TrackExceptionEvent, TrackStartEvent, TrackStuckEvent, TrackUtils, UnresolvedQuery, UnresolvedTrack, VoicePacket, VoiceServer, VoiceState, WebSocketClosedEvent };
|
|
949
|
+
export { type CPUStats, type EqualizerBand, type Exception, type Extendable, type FrameStats, type LavalinkResponse, type LoadType, Manager, type ManagerOptions, type MemoryStats, Node, type NodeMessage, type NodeOptions, type NodeStats, type NowPlayingMessage, type Payload, type PlayOptions, Player, type PlayerEvent, type PlayerEventType, type PlayerEvents, type PlayerOptions, type PlayerUpdate, type PlaylistData, type PlaylistRawData, Plugin, Queue, type SearchPlatform, type SearchQuery, type SearchResult, type Severity, type Sizes, type State, Structure, type Track, type TrackData, type TrackDataInfo, type TrackEndEvent, type TrackEndReason, type TrackExceptionEvent, type TrackStartEvent, type TrackStuckEvent, TrackUtils, type UnresolvedQuery, type UnresolvedTrack, type VoicePacket, type VoiceServer, type VoiceState, type WebSocketClosedEvent };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "magmastream",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.4",
|
|
4
4
|
"description": "A user-friendly Lavalink client designed for NodeJS.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -14,25 +14,25 @@
|
|
|
14
14
|
"ci": "run-s lint build types"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@favware/rollup-type-bundler": "^2.
|
|
18
|
-
"@types/lodash": "^4.14.
|
|
19
|
-
"@types/node": "^20.
|
|
20
|
-
"@types/ws": "^8.5.
|
|
21
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
22
|
-
"@typescript-eslint/parser": "^6.
|
|
23
|
-
"eslint": "^8.
|
|
17
|
+
"@favware/rollup-type-bundler": "^3.2.1",
|
|
18
|
+
"@types/lodash": "^4.14.202",
|
|
19
|
+
"@types/node": "^20.10.4",
|
|
20
|
+
"@types/ws": "^8.5.10",
|
|
21
|
+
"@typescript-eslint/eslint-plugin": "^6.13.2",
|
|
22
|
+
"@typescript-eslint/parser": "^6.13.2",
|
|
23
|
+
"eslint": "^8.55.0",
|
|
24
24
|
"npm-run-all": "^1.7.0",
|
|
25
|
-
"typedoc": "^0.
|
|
25
|
+
"typedoc": "^0.25.4",
|
|
26
26
|
"typedoc-plugin-no-inherit": "^1.4.0",
|
|
27
|
-
"typescript": "^5.
|
|
27
|
+
"typescript": "^5.3.3"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@discordjs/collection": "^
|
|
31
|
-
"axios": "^1.
|
|
30
|
+
"@discordjs/collection": "^2.0.0",
|
|
31
|
+
"axios": "^1.6.2",
|
|
32
32
|
"events": "^3.3.0",
|
|
33
33
|
"lodash": "^4.17.21",
|
|
34
|
-
"tslib": "^2.6.
|
|
35
|
-
"ws": "^8.
|
|
34
|
+
"tslib": "^2.6.2",
|
|
35
|
+
"ws": "^8.15.0"
|
|
36
36
|
},
|
|
37
37
|
"engines": {
|
|
38
38
|
"node": ">=16.0.0"
|
|
@@ -84,4 +84,4 @@
|
|
|
84
84
|
"homepage": "https://docs.blackforthosting.com",
|
|
85
85
|
"author": "Abel Purnwasy",
|
|
86
86
|
"license": "Apache-2.0"
|
|
87
|
-
}
|
|
87
|
+
}
|