Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fieztazica committed Dec 2, 2024
1 parent 406ef93 commit ee7f53c
Show file tree
Hide file tree
Showing 8 changed files with 1,568 additions and 1,239 deletions.
5 changes: 3 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [

{
"command": "npm start",
"name": "Run npm start",
"request": "launch",
"type": "node-terminal"
},
{
"command": "npm run dev",
"command": "pnpm run watch:start",
"name": "Run npm run dev",
"request": "launch",
"type": "node-terminal"
},
]
}
}
49 changes: 26 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,53 +1,53 @@
{
"name": "hoot",
"version": "0.2.2",
"version": "0.3.0",
"main": "dist/index.js",
"author": "@Owlvernyte",
"license": "Apache-2.0",
"type": "commonjs",
"dependencies": {
"@discordjs/formatters": "^0.4.0",
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.17.0",
"@discordjs/voice": "^0.18.0",
"@distube/direct-link": "^1.0.1",
"@distube/soundcloud": "^2.0.3",
"@distube/soundcloud": "^2.0.4",
"@distube/spotify": "^2.0.2",
"@distube/youtube": "^1.0.2",
"@distube/youtube": "^1.0.4",
"@distube/yt-dlp": "^2.0.1",
"@sapphire/decorators": "^6.1.0",
"@sapphire/discord-utilities": "^3.2.3",
"@sapphire/decorators": "^6.1.1",
"@sapphire/discord-utilities": "^3.4.3",
"@sapphire/discord.js-utilities": "7.1.6",
"@sapphire/fetch": "^3.0.2",
"@sapphire/framework": "^5.2.1",
"@sapphire/fetch": "^3.0.5",
"@sapphire/framework": "^5.3.1",
"@sapphire/plugin-api": "^6.1.1",
"@sapphire/plugin-editable-commands": "^4.0.2",
"@sapphire/plugin-editable-commands": "^4.0.3",
"@sapphire/plugin-logger": "^4.0.2",
"@sapphire/plugin-subcommands": "^6.0.3",
"@sapphire/time-utilities": "^1.7.12",
"@sapphire/type": "^2.4.4",
"@sapphire/utilities": "^3.15.3",
"@sapphire/time-utilities": "^1.7.14",
"@sapphire/type": "^2.5.1",
"@sapphire/utilities": "^3.18.1",
"@skyra/env-utilities": "^1.3.0",
"colorette": "^2.0.20",
"discord.js": "^14.15.2",
"distube": "^5.0.2",
"discord.js": "^14.16.3",
"distube": "^5.0.4",
"lodash": "^4.17.21",
"millify": "^6.1.0",
"node-cron": "^3.0.3",
"os": "^0.1.2",
"sodium-native": "^4.1.1"
"sodium-native": "^4.3.1"
},
"devDependencies": {
"@sapphire/cli": "^1.9.3",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@types/lodash": "^4.17.1",
"@types/node": "^20.12.11",
"@types/lodash": "^4.17.13",
"@types/node": "^20.17.9",
"@types/node-cron": "^3.0.11",
"@types/ws": "^8.5.10",
"npm-run-all2": "^6.1.2",
"prettier": "^3.2.5",
"tsc-watch": "^6.2.0",
"typescript": "^5.4.5"
"@types/ws": "^8.5.13",
"npm-run-all2": "^6.2.6",
"prettier": "^3.4.1",
"tsc-watch": "^6.2.1",
"typescript": "^5.7.2"
},
"scripts": {
"sapphire": "sapphire",
Expand All @@ -66,5 +66,8 @@
"type": "git",
"url": "https://github.com/Owlvernyte/Hoot.git"
},
"prettier": "@sapphire/prettier-config"
"prettier": "@sapphire/prettier-config",
"volta": {
"node": "18.20.5"
}
}
Loading

0 comments on commit ee7f53c

Please sign in to comment.