Merge pull request #165 from warengroup/develop

Version 0.3.14
This commit is contained in:
Christer Warén 2022-02-01 03:41:59 +02:00 committed by GitHub
commit 8182a29956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 471 additions and 606 deletions

View File

@ -10,7 +10,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: install node v16 - name: install node v16
uses: actions/setup-node@v2.5.0 uses: actions/setup-node@v2.5.1
with: with:
node-version: 16 node-version: 16
- name: npm install - name: npm install

1049
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "eximiabots-radiox", "name": "eximiabots-radiox",
"version": "0.3.13", "version": "0.3.14",
"description": "Internet Radio to your Discord guild", "description": "Internet Radio to your Discord guild",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -18,23 +18,23 @@
"url": "https://github.com/warengroup/eximiabots-radiox/issues" "url": "https://github.com/warengroup/eximiabots-radiox/issues"
}, },
"dependencies": { "dependencies": {
"@discordjs/builders": "^0.9.0", "@discordjs/builders": "^0.12.0",
"@discordjs/opus": "^0.7.0", "@discordjs/opus": "^0.7.0",
"@discordjs/rest": "^0.2.0-canary.0", "@discordjs/rest": "^0.3.0",
"@discordjs/voice": "^0.7.5", "@discordjs/voice": "^0.8.0",
"discord-api-types": "^0.25.2", "discord-api-types": "^0.26.0",
"discord.js": "^13.2.0", "discord.js": "^13.6.0",
"dotenv": "^10.0.0", "dotenv": "^15.0.0",
"libsodium-wrappers": "^0.7.9", "libsodium-wrappers": "^0.7.9",
"node-fetch": "^3.1.0", "node-fetch": "^3.2.0",
"path": "^0.12.7" "path": "^0.12.7"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^17.0.2", "@types/node": "^17.0.13",
"@types/ws": "^8.2.2", "@types/ws": "^8.2.2",
"@typescript-eslint/eslint-plugin": "^5.8.0", "@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.8.0", "@typescript-eslint/parser": "^5.10.1",
"eslint": "^8.5.0", "eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",
"nodemon": "^2.0.15", "nodemon": "^2.0.15",
@ -42,7 +42,7 @@
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-node": "^10.4.0", "ts-node": "^10.4.0",
"tsc-watch": "^4.6.0", "tsc-watch": "^4.6.0",
"typescript": "^4.5.4" "typescript": "^4.5.5"
}, },
"engines": { "engines": {
"node": ">=16.9.1", "node": ">=16.9.1",