@discordjs/builders
Advanced tools
Comparing version 0.14.0-dev.1653480270-68d5169 to 0.14.0-dev.1654344260-a45bef4
@@ -1163,3 +1163,3 @@ import * as _sapphire_shapeshift from '@sapphire/shapeshift'; | ||
*/ | ||
readonly dm_permission: boolean | null | undefined; | ||
readonly dm_permission: boolean | undefined; | ||
/** | ||
@@ -1323,3 +1323,3 @@ * Returns the final data that should be sent to Discord. | ||
*/ | ||
readonly dm_permission: boolean | null | undefined; | ||
readonly dm_permission: boolean | undefined; | ||
/** | ||
@@ -1326,0 +1326,0 @@ * Sets the name |
{ | ||
"name": "@discordjs/builders", | ||
"version": "0.14.0-dev.1653480270-68d5169", | ||
"version": "0.14.0-dev.1654344260-a45bef4", | ||
"description": "A set of builders that you can use when creating your bot", | ||
@@ -57,27 +57,27 @@ "scripts": { | ||
"@sindresorhus/is": "^4.6.0", | ||
"discord-api-types": "^0.33.0", | ||
"discord-api-types": "^0.33.2", | ||
"fast-deep-equal": "^3.1.3", | ||
"ts-mixer": "^6.0.1", | ||
"tslib": "^2.3.1" | ||
"tslib": "^2.4.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.17.9", | ||
"@babel/plugin-proposal-decorators": "^7.17.9", | ||
"@babel/preset-env": "^7.16.11", | ||
"@babel/preset-typescript": "^7.16.7", | ||
"@babel/core": "^7.18.2", | ||
"@babel/plugin-proposal-decorators": "^7.18.2", | ||
"@babel/preset-env": "^7.18.2", | ||
"@babel/preset-typescript": "^7.17.12", | ||
"@discordjs/ts-docgen": "^0.4.1", | ||
"@types/jest": "^27.4.1", | ||
"@types/node": "^16.11.27", | ||
"@typescript-eslint/eslint-plugin": "^5.19.0", | ||
"@typescript-eslint/parser": "^5.19.0", | ||
"@types/jest": "^28.1.0", | ||
"@types/node": "^16.11.38", | ||
"@typescript-eslint/eslint-plugin": "^5.27.0", | ||
"@typescript-eslint/parser": "^5.27.0", | ||
"babel-plugin-transform-typescript-metadata": "^0.3.2", | ||
"eslint": "^8.13.0", | ||
"eslint": "^8.17.0", | ||
"eslint-config-marine": "^9.4.1", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"jest": "^27.5.1", | ||
"jest": "^28.1.0", | ||
"prettier": "^2.6.2", | ||
"tsup": "^5.12.5", | ||
"typedoc": "^0.22.15", | ||
"typescript": "^4.6.3" | ||
"tsup": "^6.0.1", | ||
"typedoc": "^0.22.17", | ||
"typescript": "^4.7.3" | ||
}, | ||
@@ -84,0 +84,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
454080
Updateddiscord-api-types@^0.33.2
Updatedtslib@^2.4.0