chore(Release): version upgrade

This commit is contained in:
iCrawl
2020-10-19 18:27:26 +02:00
parent 30808f9f0b
commit e9f36b5041
3 changed files with 825 additions and 2715 deletions

3505
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "discord.js",
"version": "12.3.1",
"version": "12.4.0",
"description": "A powerful library for interacting with the Discord API",
"main": "./src/index",
"types": "./typings/index.d.ts",
@@ -60,24 +60,24 @@
"@commitlint/cli": "^11.0.0",
"@commitlint/config-angular": "^11.0.0",
"@types/node": "^12.12.6",
"@types/ws": "^7.2.6",
"@types/ws": "^7.2.7",
"cross-env": "^7.0.2",
"discord.js-docgen": "discordjs/docgen",
"dtslint": "^4.0.0",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"dtslint": "^4.0.4",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.13.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.3.0",
"jest": "^26.4.2",
"jest": "^26.6.0",
"json-filter-loader": "^1.0.0",
"lint-staged": "^10.3.0",
"prettier": "^2.1.1",
"terser-webpack-plugin": "^4.2.0",
"lint-staged": "^10.4.2",
"prettier": "^2.1.2",
"terser-webpack-plugin": "^5.0.0",
"tslint": "^6.1.3",
"typescript": "^4.0.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
"typescript": "^4.0.3",
"webpack": "^5.1.3",
"webpack-cli": "^4.1.0"
},
"engines": {
"node": ">=12.0.0"

View File

@@ -49,7 +49,6 @@ module.exports = {
minimize: true,
minimizer: [
new TerserJSPlugin({
cache: false,
terserOptions: {
mangle: { keep_classnames: true, keep_fnames: true },
keep_classnames: true,