Skip to content

Commit

Permalink
chore(Release): 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skick1234 committed Aug 30, 2023
1 parent 662189a commit 4ece777
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "distube",
"version": "4.0.5",
"version": "4.1.0",
"description": "A Discord.js module to simplify your music commands and play songs with audio filters on Discord without any API key.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -61,8 +61,8 @@
],
"homepage": "https://distube.js.org/",
"dependencies": {
"@distube/ytdl-core": "^4.12.0",
"@distube/ytpl": "^1.1.3",
"@distube/ytdl-core": "^4.12.1",
"@distube/ytpl": "^1.1.4",
"@distube/ytsr": "^1.1.10",
"prism-media": "npm:@distube/prism-media@latest",
"tiny-typed-emitter": "^2.1.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1717,25 +1717,25 @@ __metadata:
languageName: node
linkType: hard

"@distube/ytdl-core@npm:^4.12.0":
version: 4.12.0
resolution: "@distube/ytdl-core@npm:4.12.0"
"@distube/ytdl-core@npm:^4.12.1":
version: 4.12.1
resolution: "@distube/ytdl-core@npm:4.12.1"
dependencies:
http-cookie-agent: ^5.0.4
m3u8stream: ^0.8.6
sax: ^1.2.4
tough-cookie: ^4.1.3
undici: ^5.23.0
checksum: 851b031d102430a81ec617442cae791f2dd6fe4eba0ff44359e4d4d8c96cf32c8c1d8fe77598b9a008065e69a6b302ad7a407c4cfb9a45c1df84420cd157aadb
checksum: 3a00ab3a3988ad5190331d48b8439be6a8053c68e6811a2e11d546b30052fe53d35a912d705726d48690fda2ff517dbf4336677ed3c7bdf83df424f3a727ad18
languageName: node
linkType: hard

"@distube/ytpl@npm:^1.1.3":
version: 1.1.3
resolution: "@distube/ytpl@npm:1.1.3"
"@distube/ytpl@npm:^1.1.4":
version: 1.1.4
resolution: "@distube/ytpl@npm:1.1.4"
dependencies:
miniget: ^4.2.3
checksum: 558f126ffc1f4ed9a7f807b16a3c02820830cacdd1c70da744a04e2c0843bf91351f45e56f46b6fef8a361c6d7babbf054083c795c25b420dca848f3e8ca3fe2
checksum: be7f66b6fab3c1275da192ea231f11cd6e305173c4843828c4b998c4c187597b206d81d23930f31e67040b94541767b378de9e04c6e914ed1433c7c3c8001f49
languageName: node
linkType: hard

Expand Down Expand Up @@ -4284,8 +4284,8 @@ __metadata:
"@commitlint/cli": ^17.7.1
"@commitlint/config-conventional": ^17.7.0
"@discordjs/voice": ^0.16.0
"@distube/ytdl-core": ^4.12.0
"@distube/ytpl": ^1.1.3
"@distube/ytdl-core": ^4.12.1
"@distube/ytpl": ^1.1.4
"@distube/ytsr": ^1.1.10
"@distubejs/docgen": distubejs/docgen
"@types/jest": ^29.5.4
Expand Down

0 comments on commit 4ece777

Please sign in to comment.