Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #213 from mariusbegby/dependabot/npm_and_yarn/medi…
Browse files Browse the repository at this point in the history
…aplex-0.0.7

chore(deps): bump mediaplex from 0.0.6 to 0.0.7
  • Loading branch information
mariusbegby authored Sep 11, 2023
2 parents 78c5e65 + a79cb44 commit c8d5e40
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 106 deletions.
88 changes: 44 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

124 changes: 62 additions & 62 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,62 +1,62 @@
{
"name": "cadence-discord-bot",
"version": "5.3.3",
"description": "A free Discord music and audio bot.",
"repository": {
"type": "git",
"url": "https://github.com/mariusbegby/cadence-discord-bot"
},
"bugs": {
"url": "https://github.com/mariusbegby/cadence-discord-bot/issues"
},
"homepage": "https://github.com/mariusbegby/cadence-discord-bot#readme",
"author": {
"name": "Marius Begby",
"url": "https://github.com/mariusbegby"
},
"publisher": "mariusbegby",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./dist/index.js",
"start-pretty": "node ./dist/index.js | pino-pretty --ignore environment,source,module,action,name,context,executionId,executionTime,shardId,guildId,interactionType",
"start-pretty-no-ignore": "node ./dist/index.js | pino-pretty",
"deploy": "node ./dist/utils/deploySlashCommands.js",
"deploy-pretty": "node ./dist/utils/deploySlashCommands.js | pino-pretty --ignore environment,source,module,action,name,context,executionId,executionTime,shardId,guildId,interactionType",
"bun-start": "bun ./src/index.ts",
"bun-start-pretty": "bun ./src/index.ts | pino-pretty --ignore environment,source,module,action,name,context,executionId,executionTime,shardId,guildId,interactionType",
"bun-start-pretty-no-ignore": "bun ./src/index.ts | pino-pretty",
"bun-deploy": "bun ./src/utils/deploySlashCommands.ts",
"bun-deploy-pretty": "bun ./src/utils/deploySlashCommands.ts | pino-pretty --ignore environment,source,module,action,name,context,executionId,executionTime,shardId,guildId,interactionType",
"eslint": "eslint ./src",
"build": "tsc"
},
"dependencies": {
"@discord-player/extractor": "^4.4.3",
"@discord-player/opus": "^0.1.2",
"@discordjs/rest": "^2.0.1",
"config": "^3.3.9",
"discord-player": "^6.6.3",
"discord-voip": "^0.1.2",
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"mediaplex": "^0.0.6",
"node-os-utils": "^1.3.7",
"pino": "^8.15.0",
"pino-loki": "^2.1.3",
"youtube-ext": "^1.1.14"
},
"devDependencies": {
"@types/config": "^3.3.1",
"@types/node": "^20.5.9",
"@types/node-os-utils": "^1.3.1",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
}
}
{
"name": "cadence-discord-bot",
"version": "5.3.3",
"description": "A free Discord music and audio bot.",
"repository": {
"type": "git",
"url": "https://github.com/mariusbegby/cadence-discord-bot"
},
"bugs": {
"url": "https://github.com/mariusbegby/cadence-discord-bot/issues"
},
"homepage": "https://github.com/mariusbegby/cadence-discord-bot#readme",
"author": {
"name": "Marius Begby",
"url": "https://github.com/mariusbegby"
},
"publisher": "mariusbegby",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./dist/index.js",
"start-pretty": "node ./dist/index.js | pino-pretty --ignore environment,source,module,action,name,context,executionId,executionTime,shardId,guildId,interactionType",
"start-pretty-no-ignore": "node ./dist/index.js | pino-pretty",
"deploy": "node ./dist/utils/deploySlashCommands.js",
"deploy-pretty": "node ./dist/utils/deploySlashCommands.js | pino-pretty --ignore environment,source,module,action,name,context,executionId,executionTime,shardId,guildId,interactionType",
"bun-start": "bun ./src/index.ts",
"bun-start-pretty": "bun ./src/index.ts | pino-pretty --ignore environment,source,module,action,name,context,executionId,executionTime,shardId,guildId,interactionType",
"bun-start-pretty-no-ignore": "bun ./src/index.ts | pino-pretty",
"bun-deploy": "bun ./src/utils/deploySlashCommands.ts",
"bun-deploy-pretty": "bun ./src/utils/deploySlashCommands.ts | pino-pretty --ignore environment,source,module,action,name,context,executionId,executionTime,shardId,guildId,interactionType",
"eslint": "eslint ./src",
"build": "tsc"
},
"dependencies": {
"@discord-player/extractor": "^4.4.3",
"@discord-player/opus": "^0.1.2",
"@discordjs/rest": "^2.0.1",
"config": "^3.3.9",
"discord-player": "^6.6.3",
"discord-voip": "^0.1.2",
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"mediaplex": "^0.0.7",
"node-os-utils": "^1.3.7",
"pino": "^8.15.0",
"pino-loki": "^2.1.3",
"youtube-ext": "^1.1.14"
},
"devDependencies": {
"@types/config": "^3.3.1",
"@types/node": "^20.5.9",
"@types/node-os-utils": "^1.3.1",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
}
}

0 comments on commit c8d5e40

Please # to comment.