Merge branch 'master' into slowcord

This commit is contained in:
Madeline 2022-06-26 20:51:39 +10:00
commit ee7431f0fa
9 changed files with 1519 additions and 1477 deletions

View File

@ -30,7 +30,7 @@
"discord-open-source" "discord-open-source"
], ],
"author": "Fosscord", "author": "Fosscord",
"license": "AGPLV3", "license": "AGPL-3.0-only",
"bugs": { "bugs": {
"url": "https://github.com/fosscord/fosscord-server/issues" "url": "https://github.com/fosscord/fosscord-server/issues"
}, },

View File

@ -18,7 +18,7 @@
}, },
"keywords": [], "keywords": [],
"author": "Fosscord", "author": "Fosscord",
"license": "AGPLV3", "license": "AGPL-3.0-only",
"bugs": { "bugs": {
"url": "https://github.com/fosscord/fosscord-server/issues" "url": "https://github.com/fosscord/fosscord-server/issues"
}, },

View File

@ -15,7 +15,7 @@
}, },
"keywords": [], "keywords": [],
"author": "Fosscord", "author": "Fosscord",
"license": "AGPLV3", "license": "AGPL-3.0-only",
"bugs": { "bugs": {
"url": "https://github.com/fosscord/fosscord-server/issues" "url": "https://github.com/fosscord/fosscord-server/issues"
}, },

View File

@ -15,7 +15,7 @@
}, },
"keywords": [], "keywords": [],
"author": "Fosscord", "author": "Fosscord",
"license": "AGPLV3", "license": "AGPL-3.0-only",
"bugs": { "bugs": {
"url": "https://github.com/fosscord/fosscord-server/issues" "url": "https://github.com/fosscord/fosscord-server/issues"
}, },

View File

@ -13,7 +13,7 @@
}, },
"keywords": [], "keywords": [],
"author": "Fosscord", "author": "Fosscord",
"license": "AGPLV3", "license": "AGPL-3.0-only",
"devDependencies": { "devDependencies": {
"@types/amqplib": "^0.8.1", "@types/amqplib": "^0.8.1",
"@types/jsonwebtoken": "^8.5.0", "@types/jsonwebtoken": "^8.5.0",

View File

@ -9,7 +9,7 @@
"url": "git+https://github.com/fosscord/fosscord-server.git" "url": "git+https://github.com/fosscord/fosscord-server.git"
}, },
"author": "Fosscord", "author": "Fosscord",
"license": "AGPLV3", "license": "AGPL-3.0-only",
"bugs": { "bugs": {
"url": "https://github.com/fosscord/fosscord-server/issues" "url": "https://github.com/fosscord/fosscord-server/issues"
}, },

2980
util/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,7 @@
"discord-open-source" "discord-open-source"
], ],
"author": "Fosscord", "author": "Fosscord",
"license": "AGPLV3", "license": "AGPL-3.0-only",
"bugs": { "bugs": {
"url": "https://github.com/fosscord/fosscord-server/issues" "url": "https://github.com/fosscord/fosscord-server/issues"
}, },

View File

@ -10,7 +10,7 @@
}, },
"keywords": [], "keywords": [],
"author": "Fosscord", "author": "Fosscord",
"license": "AGPLV3", "license": "AGPL-3.0-only",
"devDependencies": { "devDependencies": {
"@types/node": "^15.6.1", "@types/node": "^15.6.1",
"@types/sdp-transform": "^2.4.5", "@types/sdp-transform": "^2.4.5",