Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dank074 committed Mar 20, 2024
1 parent ecfba6f commit 88bc5df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@dank074/discord-video-stream": "3.0.5",
"@dank074/discord-video-stream": "3.1.0",
"discord.js-selfbot-v13": "^2.14.9"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-stream-copy-codec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@dank074/discord-video-stream": "3.0.5",
"@dank074/discord-video-stream": "3.1.0",
"@dank074/fluent-ffmpeg-multistream-ts": "^1.0.2",
"discord.js-selfbot-v13": "^2.14.9",
"fluent-ffmpeg": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/puppeteer-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@dank074/discord-video-stream": "3.0.5",
"@dank074/discord-video-stream": "3.1.0",
"discord.js-selfbot-v13": "^2.15.1",
"puppeteer": "^19.11.1",
"puppeteer-stream": "^2.1.4"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dank074/discord-video-stream",
"version": "3.0.5",
"version": "3.1.0",
"description": "Experiment for making video streaming work for discord selfbots",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 88bc5df

Please sign in to comment.