magmastream
Advanced tools
Comparing version 2.2.3 to 2.2.4
@@ -949,2 +949,2 @@ /// <reference types="node" /> | ||
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 }; | ||
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 }; |
{ | ||
"name": "magmastream", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "A user-friendly Lavalink client designed for NodeJS.", | ||
@@ -17,21 +17,21 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@favware/rollup-type-bundler": "^2.0.0", | ||
"@types/lodash": "^4.14.197", | ||
"@types/node": "^20.5.7", | ||
"@types/ws": "^8.5.3", | ||
"@typescript-eslint/eslint-plugin": "^6.5.0", | ||
"@typescript-eslint/parser": "^6.5.0", | ||
"eslint": "^8.48.0", | ||
"@favware/rollup-type-bundler": "^3.2.1", | ||
"@types/lodash": "^4.14.202", | ||
"@types/node": "^20.10.4", | ||
"@types/ws": "^8.5.10", | ||
"@typescript-eslint/eslint-plugin": "^6.13.2", | ||
"@typescript-eslint/parser": "^6.13.2", | ||
"eslint": "^8.55.0", | ||
"npm-run-all": "^1.7.0", | ||
"typedoc": "^0.24.8", | ||
"typedoc": "^0.25.4", | ||
"typedoc-plugin-no-inherit": "^1.4.0", | ||
"typescript": "^5.1.6" | ||
"typescript": "^5.3.3" | ||
}, | ||
"dependencies": { | ||
"@discordjs/collection": "^1.5.3", | ||
"axios": "^1.4.0", | ||
"@discordjs/collection": "^2.0.0", | ||
"axios": "^1.6.2", | ||
"events": "^3.3.0", | ||
"lodash": "^4.17.21", | ||
"tslib": "^2.6.1", | ||
"ws": "^8.8.1" | ||
"tslib": "^2.6.2", | ||
"ws": "^8.15.0" | ||
}, | ||
@@ -88,2 +88,2 @@ "engines": { | ||
"license": "Apache-2.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
107553
+ Added@discordjs/collection@2.1.1(transitive)
+ Addedaxios@1.7.7(transitive)
- Removed@discordjs/collection@1.5.3(transitive)
- Removedaxios@1.7.8(transitive)
Updated@discordjs/collection@^2.0.0
Updatedaxios@^1.6.2
Updatedtslib@^2.6.2
Updatedws@^8.15.0