mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
chore: deps
This commit is contained in:
@@ -42,46 +42,46 @@
|
|||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-custom-scrollbars-2": "^4.5.0",
|
"react-custom-scrollbars-2": "^4.5.0",
|
||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.2.0",
|
||||||
"react-icons": "^4.7.1",
|
"react-icons": "^4.8.0",
|
||||||
"react-use": "^17.4.0"
|
"react-use": "^17.4.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/image": "^0.15.1",
|
"@astrojs/image": "^0.16.1",
|
||||||
"@astrojs/mdx": "^0.17.2",
|
"@astrojs/mdx": "^0.18.2",
|
||||||
"@astrojs/prefetch": "^0.1.2",
|
"@astrojs/prefetch": "^0.2.1",
|
||||||
"@astrojs/react": "^2.0.2",
|
"@astrojs/react": "^2.1.0",
|
||||||
"@testing-library/react": "^14.0.0",
|
"@testing-library/react": "^14.0.0",
|
||||||
"@testing-library/user-event": "^14.4.3",
|
"@testing-library/user-event": "^14.4.3",
|
||||||
"@types/node": "16.18.13",
|
"@types/node": "16.18.18",
|
||||||
"@types/react": "^18.0.28",
|
"@types/react": "^18.0.28",
|
||||||
"@types/react-dom": "^18.0.11",
|
"@types/react-dom": "^18.0.11",
|
||||||
"@types/react-syntax-highlighter": "^15.5.6",
|
"@types/react-syntax-highlighter": "^15.5.6",
|
||||||
"@unocss/cli": "^0.50.1",
|
"@unocss/cli": "^0.50.6",
|
||||||
"@unocss/reset": "^0.50.1",
|
"@unocss/reset": "^0.50.6",
|
||||||
"@vitejs/plugin-react": "^3.1.0",
|
"@vitejs/plugin-react": "^3.1.0",
|
||||||
"@vitest/coverage-c8": "^0.29.1",
|
"@vitest/coverage-c8": "^0.29.7",
|
||||||
"astro": "^1.9.2",
|
"astro": "^1.9.2",
|
||||||
"astro-compress": "^1.1.35",
|
"astro-compress": "^1.1.35",
|
||||||
"astro-critters": "^1.1.31",
|
"astro-critters": "^1.1.31",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"eslint": "^8.35.0",
|
"eslint": "^8.36.0",
|
||||||
"eslint-config-neon": "^0.1.40",
|
"eslint-config-neon": "^0.1.41",
|
||||||
"eslint-formatter-pretty": "^4.1.0",
|
"eslint-formatter-pretty": "^5.0.0",
|
||||||
"happy-dom": "^8.9.0",
|
"happy-dom": "^8.9.0",
|
||||||
"hast-util-to-string": "^2.0.0",
|
"hast-util-to-string": "^2.0.0",
|
||||||
"hastscript": "^7.2.0",
|
"hastscript": "^7.2.0",
|
||||||
"html-escaper": "^3.0.3",
|
"html-escaper": "^3.0.3",
|
||||||
"prettier": "^2.8.4",
|
"prettier": "^2.8.6",
|
||||||
"prettier-plugin-astro": "^0.8.0",
|
"prettier-plugin-astro": "^0.8.0",
|
||||||
"prettier-plugin-tailwindcss": "^0.2.3",
|
"prettier-plugin-tailwindcss": "^0.2.5",
|
||||||
"rehype-autolink-headings": "^6.1.1",
|
"rehype-autolink-headings": "^6.1.1",
|
||||||
"rehype-slug": "^5.1.0",
|
"rehype-slug": "^5.1.0",
|
||||||
"sharp": "^0.31.3",
|
"sharp": "^0.31.3",
|
||||||
"shiki": "^0.14.1",
|
"shiki": "^0.14.1",
|
||||||
"typescript": "^4.9.5",
|
"typescript": "^5.0.2",
|
||||||
"unocss": "^0.50.1",
|
"unocss": "^0.50.6",
|
||||||
"vercel": "^28.16.7",
|
"vercel": "^28.18.0",
|
||||||
"vitest": "^0.29.1"
|
"vitest": "^0.29.7"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.9.0"
|
"node": ">=16.9.0"
|
||||||
|
|||||||
@@ -46,16 +46,16 @@
|
|||||||
"@discordjs/api-extractor-utils": "workspace:^",
|
"@discordjs/api-extractor-utils": "workspace:^",
|
||||||
"@discordjs/scripts": "workspace:^",
|
"@discordjs/scripts": "workspace:^",
|
||||||
"@discordjs/ui": "workspace:^",
|
"@discordjs/ui": "workspace:^",
|
||||||
"@microsoft/api-extractor-model": "7.25.3",
|
"@microsoft/api-extractor-model": "7.26.4",
|
||||||
"@microsoft/tsdoc": "0.14.2",
|
"@microsoft/tsdoc": "0.14.2",
|
||||||
"@react-icons/all-files": "^4.1.0",
|
"@react-icons/all-files": "^4.1.0",
|
||||||
"@vercel/og": "^0.2.0",
|
"@vercel/og": "^0.4.1",
|
||||||
"@vscode/codicons": "^0.0.32",
|
"@vscode/codicons": "^0.0.32",
|
||||||
"ariakit": "^2.0.0-next.43",
|
"ariakit": "^2.0.0-next.43",
|
||||||
"cmdk": "^0.1.22",
|
"cmdk": "^0.2.0",
|
||||||
"meilisearch": "^0.31.1",
|
"meilisearch": "^0.31.1",
|
||||||
"next": "^13.2.1",
|
"next": "^13.2.4",
|
||||||
"next-mdx-remote": "^4.3.0",
|
"next-mdx-remote": "^4.4.1",
|
||||||
"next-themes": "^0.2.1",
|
"next-themes": "^0.2.1",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-custom-scrollbars-2": "^4.5.0",
|
"react-custom-scrollbars-2": "^4.5.0",
|
||||||
@@ -69,33 +69,33 @@
|
|||||||
"remark-gfm": "^3.0.1",
|
"remark-gfm": "^3.0.1",
|
||||||
"sharp": "^0.31.3",
|
"sharp": "^0.31.3",
|
||||||
"shiki": "^0.14.1",
|
"shiki": "^0.14.1",
|
||||||
"swr": "^2.0.4"
|
"swr": "^2.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@next/bundle-analyzer": "^13.2.1",
|
"@next/bundle-analyzer": "^13.2.4",
|
||||||
"@testing-library/react": "^14.0.0",
|
"@testing-library/react": "^14.0.0",
|
||||||
"@testing-library/user-event": "^14.4.3",
|
"@testing-library/user-event": "^14.4.3",
|
||||||
"@types/node": "16.18.13",
|
"@types/node": "16.18.18",
|
||||||
"@types/react": "^18.0.28",
|
"@types/react": "^18.0.28",
|
||||||
"@types/react-dom": "^18.0.11",
|
"@types/react-dom": "^18.0.11",
|
||||||
"@types/react-syntax-highlighter": "^15.5.6",
|
"@types/react-syntax-highlighter": "^15.5.6",
|
||||||
"@unocss/cli": "^0.50.1",
|
"@unocss/cli": "^0.50.6",
|
||||||
"@unocss/reset": "^0.50.1",
|
"@unocss/reset": "^0.50.6",
|
||||||
"@vitejs/plugin-react": "^3.1.0",
|
"@vitejs/plugin-react": "^3.1.0",
|
||||||
"@vitest/coverage-c8": "^0.29.1",
|
"@vitest/coverage-c8": "^0.29.7",
|
||||||
"concurrently": "^7.6.0",
|
"concurrently": "^7.6.0",
|
||||||
"cpy-cli": "^4.2.0",
|
"cpy-cli": "^4.2.0",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"eslint": "^8.35.0",
|
"eslint": "^8.36.0",
|
||||||
"eslint-config-neon": "^0.1.40",
|
"eslint-config-neon": "^0.1.41",
|
||||||
"eslint-formatter-pretty": "^4.1.0",
|
"eslint-formatter-pretty": "^5.0.0",
|
||||||
"happy-dom": "^8.9.0",
|
"happy-dom": "^8.9.0",
|
||||||
"prettier": "^2.8.4",
|
"prettier": "^2.8.6",
|
||||||
"prettier-plugin-tailwindcss": "^0.2.3",
|
"prettier-plugin-tailwindcss": "^0.2.5",
|
||||||
"typescript": "^4.9.5",
|
"typescript": "^5.0.2",
|
||||||
"unocss": "^0.50.1",
|
"unocss": "^0.50.6",
|
||||||
"vercel": "^28.16.7",
|
"vercel": "^28.18.0",
|
||||||
"vitest": "^0.29.1"
|
"vitest": "^0.29.7"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.9.0"
|
"node": ">=16.9.0"
|
||||||
|
|||||||
16
package.json
16
package.json
@@ -46,19 +46,19 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://discord.js.org",
|
"homepage": "https://discord.js.org",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "^17.4.4",
|
"@commitlint/cli": "^17.5.0",
|
||||||
"@commitlint/config-angular": "^17.4.4",
|
"@commitlint/config-angular": "^17.4.4",
|
||||||
"@favware/cliff-jumper": "^1.10.0",
|
"@favware/cliff-jumper": "^2.0.0",
|
||||||
"@favware/npm-deprecate": "^1.0.7",
|
"@favware/npm-deprecate": "^1.0.7",
|
||||||
"conventional-changelog-cli": "^2.2.2",
|
"conventional-changelog-cli": "^2.2.2",
|
||||||
"husky": "^8.0.3",
|
"husky": "^8.0.3",
|
||||||
"is-ci": "^3.0.1",
|
"is-ci": "^3.0.1",
|
||||||
"lint-staged": "^13.1.2",
|
"lint-staged": "^13.2.0",
|
||||||
"tsup": "^6.6.3",
|
"tsup": "^6.7.0",
|
||||||
"turbo": "^1.8.3",
|
"turbo": "^1.8.5",
|
||||||
"typescript": "^4.9.5",
|
"typescript": "^5.0.2",
|
||||||
"unocss": "^0.50.1",
|
"unocss": "^0.50.6",
|
||||||
"vitest": "^0.29.1"
|
"vitest": "^0.29.7"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"@microsoft/tsdoc-config": "patch:@microsoft/tsdoc-config@npm%3A0.16.2#./.yarn/patches/@microsoft-tsdoc-config-npm-0.16.2-30fd115d09.patch"
|
"@microsoft/tsdoc-config": "patch:@microsoft/tsdoc-config@npm%3A0.16.2#./.yarn/patches/@microsoft-tsdoc-config-npm-0.16.2-30fd115d09.patch"
|
||||||
|
|||||||
@@ -43,16 +43,16 @@
|
|||||||
"tslib": "^2.5.0"
|
"tslib": "^2.5.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "16.18.13",
|
"@types/node": "16.18.18",
|
||||||
"@vitest/coverage-c8": "^0.29.1",
|
"@vitest/coverage-c8": "^0.29.7",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"eslint": "^8.35.0",
|
"eslint": "^8.36.0",
|
||||||
"eslint-config-neon": "^0.1.40",
|
"eslint-config-neon": "^0.1.41",
|
||||||
"eslint-formatter-pretty": "^4.1.0",
|
"eslint-formatter-pretty": "^5.0.0",
|
||||||
"prettier": "^2.8.4",
|
"prettier": "^2.8.6",
|
||||||
"tsup": "^6.6.3",
|
"tsup": "^6.7.0",
|
||||||
"typescript": "^4.9.5",
|
"typescript": "^5.0.2",
|
||||||
"vitest": "^0.29.1"
|
"vitest": "^0.29.7"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.9.0"
|
"node": ">=16.9.0"
|
||||||
|
|||||||
@@ -31,18 +31,18 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://discord.js.org",
|
"homepage": "https://discord.js.org",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@microsoft/api-extractor-model": "7.25.3",
|
"@microsoft/api-extractor-model": "7.26.4",
|
||||||
"@microsoft/tsdoc": "0.14.2"
|
"@microsoft/tsdoc": "0.14.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "16.18.13",
|
"@types/node": "16.18.18",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"eslint": "^8.35.0",
|
"eslint": "^8.36.0",
|
||||||
"eslint-config-neon": "^0.1.40",
|
"eslint-config-neon": "^0.1.41",
|
||||||
"eslint-formatter-pretty": "^4.1.0",
|
"eslint-formatter-pretty": "^5.0.0",
|
||||||
"prettier": "^2.8.4",
|
"prettier": "^2.8.6",
|
||||||
"tsup": "^6.6.3",
|
"tsup": "^6.7.0",
|
||||||
"typescript": "^4.9.5"
|
"typescript": "^5.0.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.9.0"
|
"node": ">=16.9.0"
|
||||||
|
|||||||
@@ -1,24 +1,23 @@
|
|||||||
import type { ApiReturnTypeMixin } from '@microsoft/api-extractor-model';
|
import type {
|
||||||
import {
|
ApiModel,
|
||||||
type ApiModel,
|
ApiPropertyItem,
|
||||||
ApiDeclaredItem,
|
ApiMethod,
|
||||||
type ApiPropertyItem,
|
ApiParameterListMixin,
|
||||||
type ApiMethod,
|
ApiTypeParameterListMixin,
|
||||||
type ApiParameterListMixin,
|
ApiClass,
|
||||||
type ApiTypeParameterListMixin,
|
ApiFunction,
|
||||||
type ApiClass,
|
ApiTypeAlias,
|
||||||
type ApiFunction,
|
ApiEnum,
|
||||||
ApiItemKind,
|
ApiInterface,
|
||||||
type ApiTypeAlias,
|
ApiMethodSignature,
|
||||||
type ApiEnum,
|
ApiPropertySignature,
|
||||||
type ApiInterface,
|
ApiVariable,
|
||||||
type ApiMethodSignature,
|
ApiItem,
|
||||||
type ApiPropertySignature,
|
ApiConstructor,
|
||||||
type ApiVariable,
|
ApiItemContainerMixin,
|
||||||
type ApiItem,
|
ApiReturnTypeMixin,
|
||||||
type ApiConstructor,
|
|
||||||
type ApiItemContainerMixin,
|
|
||||||
} from '@microsoft/api-extractor-model';
|
} from '@microsoft/api-extractor-model';
|
||||||
|
import { ApiDeclaredItem, ApiItemKind } from '@microsoft/api-extractor-model';
|
||||||
import { generateTypeParamData } from './TypeParameterJSONEncoder.js';
|
import { generateTypeParamData } from './TypeParameterJSONEncoder.js';
|
||||||
import { type TokenDocumentation, resolveName, genReference, genToken, genParameter, generatePath } from './parse.js';
|
import { type TokenDocumentation, resolveName, genReference, genToken, genParameter, generatePath } from './parse.js';
|
||||||
import type { DocBlockJSON } from './tsdoc/CommentBlock.js';
|
import type { DocBlockJSON } from './tsdoc/CommentBlock.js';
|
||||||
|
|||||||
@@ -62,18 +62,18 @@
|
|||||||
"ioredis": "^5.3.1"
|
"ioredis": "^5.3.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@favware/cliff-jumper": "^1.10.0",
|
"@favware/cliff-jumper": "^2.0.0",
|
||||||
"@microsoft/api-extractor": "^7.34.4",
|
"@microsoft/api-extractor": "^7.34.4",
|
||||||
"@types/node": "16.18.13",
|
"@types/node": "16.18.18",
|
||||||
"@vitest/coverage-c8": "^0.29.1",
|
"@vitest/coverage-c8": "^0.29.7",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"eslint": "^8.35.0",
|
"eslint": "^8.36.0",
|
||||||
"eslint-config-neon": "^0.1.40",
|
"eslint-config-neon": "^0.1.41",
|
||||||
"eslint-formatter-pretty": "^4.1.0",
|
"eslint-formatter-pretty": "^5.0.0",
|
||||||
"prettier": "^2.8.4",
|
"prettier": "^2.8.6",
|
||||||
"tsup": "^6.6.3",
|
"tsup": "^6.7.0",
|
||||||
"typescript": "^4.9.5",
|
"typescript": "^5.0.2",
|
||||||
"vitest": "^0.29.1"
|
"vitest": "^0.29.7"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.9.0"
|
"node": ">=16.9.0"
|
||||||
|
|||||||
@@ -58,26 +58,26 @@
|
|||||||
"@discordjs/formatters": "workspace:^",
|
"@discordjs/formatters": "workspace:^",
|
||||||
"@discordjs/util": "workspace:^",
|
"@discordjs/util": "workspace:^",
|
||||||
"@sapphire/shapeshift": "^3.8.1",
|
"@sapphire/shapeshift": "^3.8.1",
|
||||||
"discord-api-types": "^0.37.35",
|
"discord-api-types": "^0.37.37",
|
||||||
"fast-deep-equal": "^3.1.3",
|
"fast-deep-equal": "^3.1.3",
|
||||||
"ts-mixer": "^6.0.3",
|
"ts-mixer": "^6.0.3",
|
||||||
"tslib": "^2.5.0"
|
"tslib": "^2.5.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@favware/cliff-jumper": "^1.10.0",
|
"@favware/cliff-jumper": "^2.0.0",
|
||||||
"@microsoft/api-extractor": "^7.34.4",
|
"@microsoft/api-extractor": "^7.34.4",
|
||||||
"@types/node": "16.18.13",
|
"@types/node": "16.18.18",
|
||||||
"@vitest/coverage-c8": "^0.29.1",
|
"@vitest/coverage-c8": "^0.29.7",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"downlevel-dts": "^0.11.0",
|
"downlevel-dts": "^0.11.0",
|
||||||
"esbuild-plugin-version-injector": "^1.1.0",
|
"esbuild-plugin-version-injector": "^1.1.0",
|
||||||
"eslint": "^8.35.0",
|
"eslint": "^8.36.0",
|
||||||
"eslint-config-neon": "^0.1.40",
|
"eslint-config-neon": "^0.1.41",
|
||||||
"eslint-formatter-pretty": "^4.1.0",
|
"eslint-formatter-pretty": "^5.0.0",
|
||||||
"prettier": "^2.8.4",
|
"prettier": "^2.8.6",
|
||||||
"tsup": "^6.6.3",
|
"tsup": "^6.7.0",
|
||||||
"typescript": "^4.9.5",
|
"typescript": "^5.0.2",
|
||||||
"vitest": "^0.29.1"
|
"vitest": "^0.29.7"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.9.0"
|
"node": ">=16.9.0"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import type { APIStringSelectComponent } from 'discord-api-types/v10';
|
import { ComponentType } from 'discord-api-types/v10';
|
||||||
import { ComponentType, type APISelectMenuOption } from 'discord-api-types/v10';
|
import type { APIStringSelectComponent, APISelectMenuOption } from 'discord-api-types/v10';
|
||||||
import { normalizeArray, type RestOrArray } from '../../util/normalizeArray.js';
|
import { normalizeArray, type RestOrArray } from '../../util/normalizeArray.js';
|
||||||
import { jsonOptionValidator, optionsLengthValidator, validateRequiredSelectMenuParameters } from '../Assertions.js';
|
import { jsonOptionValidator, optionsLengthValidator, validateRequiredSelectMenuParameters } from '../Assertions.js';
|
||||||
import { BaseSelectMenuBuilder } from './BaseSelectMenu.js';
|
import { BaseSelectMenuBuilder } from './BaseSelectMenu.js';
|
||||||
|
|||||||
@@ -51,19 +51,19 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://discord.js.org",
|
"homepage": "https://discord.js.org",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@favware/cliff-jumper": "^1.10.0",
|
"@favware/cliff-jumper": "^2.0.0",
|
||||||
"@microsoft/api-extractor": "^7.34.4",
|
"@microsoft/api-extractor": "^7.34.4",
|
||||||
"@types/node": "16.18.13",
|
"@types/node": "16.18.18",
|
||||||
"@vitest/coverage-c8": "^0.29.1",
|
"@vitest/coverage-c8": "^0.29.7",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"esbuild-plugin-version-injector": "^1.1.0",
|
"esbuild-plugin-version-injector": "^1.1.0",
|
||||||
"eslint": "^8.35.0",
|
"eslint": "^8.36.0",
|
||||||
"eslint-config-neon": "^0.1.40",
|
"eslint-config-neon": "^0.1.41",
|
||||||
"eslint-formatter-pretty": "^4.1.0",
|
"eslint-formatter-pretty": "^5.0.0",
|
||||||
"prettier": "^2.8.4",
|
"prettier": "^2.8.6",
|
||||||
"tsup": "^6.6.3",
|
"tsup": "^6.7.0",
|
||||||
"typescript": "^4.9.5",
|
"typescript": "^5.0.2",
|
||||||
"vitest": "^0.29.1"
|
"vitest": "^0.29.7"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.9.0"
|
"node": ">=16.9.0"
|
||||||
|
|||||||
@@ -51,21 +51,21 @@
|
|||||||
"@discordjs/ws": "workspace:^",
|
"@discordjs/ws": "workspace:^",
|
||||||
"@sapphire/snowflake": "^3.4.0",
|
"@sapphire/snowflake": "^3.4.0",
|
||||||
"@vladfrangu/async_event_emitter": "^2.1.4",
|
"@vladfrangu/async_event_emitter": "^2.1.4",
|
||||||
"discord-api-types": "^0.37.35"
|
"discord-api-types": "^0.37.37"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@favware/cliff-jumper": "^1.10.0",
|
"@favware/cliff-jumper": "^2.0.0",
|
||||||
"@microsoft/api-extractor": "^7.34.4",
|
"@microsoft/api-extractor": "^7.34.4",
|
||||||
"@types/node": "16.18.13",
|
"@types/node": "16.18.18",
|
||||||
"@vitest/coverage-c8": "^0.29.1",
|
"@vitest/coverage-c8": "^0.29.7",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"eslint": "^8.35.0",
|
"eslint": "^8.36.0",
|
||||||
"eslint-config-neon": "^0.1.40",
|
"eslint-config-neon": "^0.1.41",
|
||||||
"eslint-formatter-pretty": "^4.1.0",
|
"eslint-formatter-pretty": "^5.0.0",
|
||||||
"prettier": "^2.8.4",
|
"prettier": "^2.8.6",
|
||||||
"tsup": "^6.6.3",
|
"tsup": "^6.7.0",
|
||||||
"typescript": "^4.9.5",
|
"typescript": "^5.0.2",
|
||||||
"vitest": "^0.29.1"
|
"vitest": "^0.29.7"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.9.0"
|
"node": ">=16.9.0"
|
||||||
|
|||||||
@@ -1,94 +1,92 @@
|
|||||||
import type { RawFile } from '@discordjs/rest';
|
import { makeURLSearchParams } from '@discordjs/rest';
|
||||||
import { makeURLSearchParams, type REST } from '@discordjs/rest';
|
import type { RawFile, REST } from '@discordjs/rest';
|
||||||
|
import { Routes } from 'discord-api-types/v10';
|
||||||
import type {
|
import type {
|
||||||
RESTPatchAPIGuildVoiceStateCurrentMemberJSONBody,
|
RESTPatchAPIGuildVoiceStateCurrentMemberJSONBody,
|
||||||
RESTPatchAPIGuildVoiceStateCurrentMemberResult,
|
RESTPatchAPIGuildVoiceStateCurrentMemberResult,
|
||||||
} from 'discord-api-types/v10';
|
GuildMFALevel,
|
||||||
import {
|
GuildWidgetStyle,
|
||||||
Routes,
|
RESTGetAPIAuditLogQuery,
|
||||||
type GuildMFALevel,
|
RESTGetAPIAuditLogResult,
|
||||||
type GuildWidgetStyle,
|
RESTGetAPIAutoModerationRuleResult,
|
||||||
type RESTGetAPIAuditLogQuery,
|
RESTGetAPIAutoModerationRulesResult,
|
||||||
type RESTGetAPIAuditLogResult,
|
RESTGetAPIGuildBansResult,
|
||||||
type RESTGetAPIAutoModerationRuleResult,
|
RESTGetAPIGuildChannelsResult,
|
||||||
type RESTGetAPIAutoModerationRulesResult,
|
RESTGetAPIGuildEmojiResult,
|
||||||
type RESTGetAPIGuildBansResult,
|
RESTGetAPIGuildEmojisResult,
|
||||||
type RESTGetAPIGuildChannelsResult,
|
RESTGetAPIGuildIntegrationsResult,
|
||||||
type RESTGetAPIGuildEmojiResult,
|
RESTGetAPIGuildInvitesResult,
|
||||||
type RESTGetAPIGuildEmojisResult,
|
RESTGetAPIGuildMemberResult,
|
||||||
type RESTGetAPIGuildIntegrationsResult,
|
RESTGetAPIGuildMembersResult,
|
||||||
type RESTGetAPIGuildInvitesResult,
|
RESTGetAPIGuildMembersQuery,
|
||||||
type RESTGetAPIGuildMemberResult,
|
RESTGetAPIGuildMembersSearchResult,
|
||||||
type RESTGetAPIGuildMembersResult,
|
RESTGetAPIGuildPreviewResult,
|
||||||
type RESTGetAPIGuildMembersQuery,
|
RESTGetAPIGuildPruneCountResult,
|
||||||
type RESTGetAPIGuildMembersSearchResult,
|
RESTGetAPIGuildResult,
|
||||||
type RESTGetAPIGuildPreviewResult,
|
RESTGetAPIGuildRolesResult,
|
||||||
type RESTGetAPIGuildPruneCountResult,
|
RESTGetAPIGuildScheduledEventQuery,
|
||||||
type RESTGetAPIGuildResult,
|
RESTGetAPIGuildScheduledEventResult,
|
||||||
type RESTGetAPIGuildRolesResult,
|
RESTGetAPIGuildScheduledEventsQuery,
|
||||||
type RESTGetAPIGuildScheduledEventQuery,
|
RESTGetAPIGuildScheduledEventsResult,
|
||||||
type RESTGetAPIGuildScheduledEventResult,
|
RESTGetAPIGuildScheduledEventUsersQuery,
|
||||||
type RESTGetAPIGuildScheduledEventsQuery,
|
RESTGetAPIGuildScheduledEventUsersResult,
|
||||||
type RESTGetAPIGuildScheduledEventsResult,
|
RESTGetAPIGuildStickerResult,
|
||||||
type RESTGetAPIGuildScheduledEventUsersQuery,
|
RESTGetAPIGuildStickersResult,
|
||||||
type RESTGetAPIGuildScheduledEventUsersResult,
|
RESTGetAPIGuildTemplatesResult,
|
||||||
type RESTGetAPIGuildStickerResult,
|
RESTGetAPIGuildThreadsResult,
|
||||||
type RESTGetAPIGuildStickersResult,
|
RESTGetAPIGuildVanityUrlResult,
|
||||||
type RESTGetAPIGuildTemplatesResult,
|
RESTGetAPIGuildVoiceRegionsResult,
|
||||||
type RESTGetAPIGuildThreadsResult,
|
RESTGetAPIGuildPruneCountQuery,
|
||||||
type RESTGetAPIGuildVanityUrlResult,
|
RESTPostAPIGuildStickerFormDataBody,
|
||||||
type RESTGetAPIGuildVoiceRegionsResult,
|
RESTPostAPIGuildStickerResult,
|
||||||
type RESTGetAPIGuildPruneCountQuery,
|
RESTGetAPIGuildMembersSearchQuery,
|
||||||
type RESTPostAPIGuildStickerFormDataBody,
|
RESTGetAPIGuildWebhooksResult,
|
||||||
type RESTPostAPIGuildStickerResult,
|
RESTGetAPIGuildWelcomeScreenResult,
|
||||||
type RESTGetAPIGuildMembersSearchQuery,
|
RESTGetAPIGuildWidgetImageResult,
|
||||||
type RESTGetAPIGuildWebhooksResult,
|
RESTGetAPIGuildWidgetJSONResult,
|
||||||
type RESTGetAPIGuildWelcomeScreenResult,
|
RESTGetAPITemplateResult,
|
||||||
type RESTGetAPIGuildWidgetImageResult,
|
RESTPatchAPIAutoModerationRuleJSONBody,
|
||||||
type RESTGetAPIGuildWidgetJSONResult,
|
RESTPatchAPIGuildChannelPositionsJSONBody,
|
||||||
type RESTGetAPITemplateResult,
|
RESTPatchAPIGuildEmojiJSONBody,
|
||||||
type RESTPatchAPIAutoModerationRuleJSONBody,
|
RESTPatchAPIGuildEmojiResult,
|
||||||
type RESTPatchAPIGuildChannelPositionsJSONBody,
|
RESTPatchAPIGuildJSONBody,
|
||||||
type RESTPatchAPIGuildEmojiJSONBody,
|
RESTPatchAPIGuildMemberJSONBody,
|
||||||
type RESTPatchAPIGuildEmojiResult,
|
RESTPatchAPIGuildMemberResult,
|
||||||
type RESTPatchAPIGuildJSONBody,
|
RESTPatchAPIGuildResult,
|
||||||
type RESTPatchAPIGuildMemberJSONBody,
|
RESTPatchAPIGuildRoleJSONBody,
|
||||||
type RESTPatchAPIGuildMemberResult,
|
RESTPatchAPIGuildRolePositionsJSONBody,
|
||||||
type RESTPatchAPIGuildResult,
|
RESTPatchAPIGuildRolePositionsResult,
|
||||||
type RESTPatchAPIGuildRoleJSONBody,
|
RESTPatchAPIGuildRoleResult,
|
||||||
type RESTPatchAPIGuildRolePositionsJSONBody,
|
RESTPatchAPIGuildScheduledEventJSONBody,
|
||||||
type RESTPatchAPIGuildRolePositionsResult,
|
RESTPatchAPIGuildScheduledEventResult,
|
||||||
type RESTPatchAPIGuildRoleResult,
|
RESTPatchAPIGuildStickerJSONBody,
|
||||||
type RESTPatchAPIGuildScheduledEventJSONBody,
|
RESTPatchAPIGuildStickerResult,
|
||||||
type RESTPatchAPIGuildScheduledEventResult,
|
RESTPatchAPIGuildTemplateJSONBody,
|
||||||
type RESTPatchAPIGuildStickerJSONBody,
|
RESTPatchAPIGuildTemplateResult,
|
||||||
type RESTPatchAPIGuildStickerResult,
|
RESTPatchAPIGuildVoiceStateUserJSONBody,
|
||||||
type RESTPatchAPIGuildTemplateJSONBody,
|
RESTPatchAPIGuildWelcomeScreenJSONBody,
|
||||||
type RESTPatchAPIGuildTemplateResult,
|
RESTPatchAPIGuildWelcomeScreenResult,
|
||||||
type RESTPatchAPIGuildVoiceStateUserJSONBody,
|
RESTPatchAPIGuildWidgetSettingsJSONBody,
|
||||||
type RESTPatchAPIGuildWelcomeScreenJSONBody,
|
RESTPatchAPIGuildWidgetSettingsResult,
|
||||||
type RESTPatchAPIGuildWelcomeScreenResult,
|
RESTPostAPIAutoModerationRuleJSONBody,
|
||||||
type RESTPatchAPIGuildWidgetSettingsJSONBody,
|
RESTPostAPIAutoModerationRuleResult,
|
||||||
type RESTPatchAPIGuildWidgetSettingsResult,
|
RESTPostAPIGuildChannelJSONBody,
|
||||||
type RESTPostAPIAutoModerationRuleJSONBody,
|
RESTPostAPIGuildChannelResult,
|
||||||
type RESTPostAPIAutoModerationRuleResult,
|
RESTPostAPIGuildEmojiJSONBody,
|
||||||
type RESTPostAPIGuildChannelJSONBody,
|
RESTPostAPIGuildEmojiResult,
|
||||||
type RESTPostAPIGuildChannelResult,
|
RESTPostAPIGuildPruneJSONBody,
|
||||||
type RESTPostAPIGuildEmojiJSONBody,
|
RESTPostAPIGuildRoleJSONBody,
|
||||||
type RESTPostAPIGuildEmojiResult,
|
RESTPostAPIGuildRoleResult,
|
||||||
type RESTPostAPIGuildPruneJSONBody,
|
RESTPostAPIGuildScheduledEventJSONBody,
|
||||||
type RESTPostAPIGuildRoleJSONBody,
|
RESTPostAPIGuildScheduledEventResult,
|
||||||
type RESTPostAPIGuildRoleResult,
|
RESTPostAPIGuildsJSONBody,
|
||||||
type RESTPostAPIGuildScheduledEventJSONBody,
|
RESTPostAPIGuildsMFAResult,
|
||||||
type RESTPostAPIGuildScheduledEventResult,
|
RESTPostAPIGuildsResult,
|
||||||
type RESTPostAPIGuildsJSONBody,
|
RESTPostAPIGuildTemplatesResult,
|
||||||
type RESTPostAPIGuildsMFAResult,
|
RESTPostAPITemplateCreateGuildJSONBody,
|
||||||
type RESTPostAPIGuildsResult,
|
RESTPutAPIGuildBanJSONBody,
|
||||||
type RESTPostAPIGuildTemplatesResult,
|
RESTPutAPIGuildTemplateSyncResult,
|
||||||
type RESTPostAPITemplateCreateGuildJSONBody,
|
Snowflake,
|
||||||
type RESTPutAPIGuildBanJSONBody,
|
|
||||||
type RESTPutAPIGuildTemplateSyncResult,
|
|
||||||
type Snowflake,
|
|
||||||
} from 'discord-api-types/v10';
|
} from 'discord-api-types/v10';
|
||||||
|
|
||||||
export class GuildsAPI {
|
export class GuildsAPI {
|
||||||
|
|||||||
@@ -1,12 +1,11 @@
|
|||||||
import type { RawFile, REST } from '@discordjs/rest';
|
import type { RawFile, REST } from '@discordjs/rest';
|
||||||
import type { Snowflake } from 'discord-api-types/v10';
|
import { InteractionResponseType, Routes } from 'discord-api-types/v10';
|
||||||
import {
|
import type {
|
||||||
InteractionResponseType,
|
Snowflake,
|
||||||
Routes,
|
APICommandAutocompleteInteractionResponseCallbackData,
|
||||||
type APICommandAutocompleteInteractionResponseCallbackData,
|
APIInteractionResponseCallbackData,
|
||||||
type APIInteractionResponseCallbackData,
|
APIModalInteractionResponseCallbackData,
|
||||||
type APIModalInteractionResponseCallbackData,
|
RESTGetAPIWebhookWithTokenMessageResult,
|
||||||
type RESTGetAPIWebhookWithTokenMessageResult,
|
|
||||||
} from 'discord-api-types/v10';
|
} from 'discord-api-types/v10';
|
||||||
import type { WebhooksAPI } from './webhook.js';
|
import type { WebhooksAPI } from './webhook.js';
|
||||||
|
|
||||||
|
|||||||
@@ -56,25 +56,25 @@
|
|||||||
"@discordjs/util": "workspace:^",
|
"@discordjs/util": "workspace:^",
|
||||||
"@sapphire/snowflake": "^3.4.0",
|
"@sapphire/snowflake": "^3.4.0",
|
||||||
"@types/ws": "^8.5.4",
|
"@types/ws": "^8.5.4",
|
||||||
"discord-api-types": "^0.37.35",
|
"discord-api-types": "^0.37.37",
|
||||||
"fast-deep-equal": "^3.1.3",
|
"fast-deep-equal": "^3.1.3",
|
||||||
"lodash.snakecase": "^4.1.1",
|
"lodash.snakecase": "^4.1.1",
|
||||||
"tslib": "^2.5.0",
|
"tslib": "^2.5.0",
|
||||||
"undici": "^5.20.0",
|
"undici": "^5.21.0",
|
||||||
"ws": "^8.12.1"
|
"ws": "^8.13.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@discordjs/docgen": "workspace:^",
|
"@discordjs/docgen": "workspace:^",
|
||||||
"@favware/cliff-jumper": "^1.10.0",
|
"@favware/cliff-jumper": "^2.0.0",
|
||||||
"@types/node": "16.18.13",
|
"@types/node": "16.18.18",
|
||||||
"dtslint": "^4.2.1",
|
"dtslint": "^4.2.1",
|
||||||
"eslint": "^8.35.0",
|
"eslint": "^8.36.0",
|
||||||
"eslint-formatter-pretty": "^4.1.0",
|
"eslint-formatter-pretty": "^5.0.0",
|
||||||
"jest": "^29.4.3",
|
"jest": "^29.5.0",
|
||||||
"prettier": "^2.8.4",
|
"prettier": "^2.8.6",
|
||||||
"tsd": "^0.25.0",
|
"tsd": "^0.28.0",
|
||||||
"tslint": "^6.1.3",
|
"tslint": "^6.1.3",
|
||||||
"typescript": "^4.9.5"
|
"typescript": "^5.0.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.9.0"
|
"node": ">=16.9.0"
|
||||||
|
|||||||
@@ -43,19 +43,19 @@
|
|||||||
"commander": "^10.0.0",
|
"commander": "^10.0.0",
|
||||||
"jsdoc-to-markdown": "^8.0.0",
|
"jsdoc-to-markdown": "^8.0.0",
|
||||||
"tslib": "^2.5.0",
|
"tslib": "^2.5.0",
|
||||||
"typedoc": "^0.23.26"
|
"typedoc": "^0.23.28"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@favware/cliff-jumper": "^1.10.0",
|
"@favware/cliff-jumper": "^2.0.0",
|
||||||
"@types/jsdoc-to-markdown": "^7.0.3",
|
"@types/jsdoc-to-markdown": "^7.0.3",
|
||||||
"@types/node": "16.18.13",
|
"@types/node": "16.18.18",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"eslint": "^8.35.0",
|
"eslint": "^8.36.0",
|
||||||
"eslint-config-neon": "^0.1.40",
|
"eslint-config-neon": "^0.1.41",
|
||||||
"eslint-formatter-pretty": "^4.1.0",
|
"eslint-formatter-pretty": "^5.0.0",
|
||||||
"prettier": "^2.8.4",
|
"prettier": "^2.8.6",
|
||||||
"tsup": "^6.6.3",
|
"tsup": "^6.7.0",
|
||||||
"typescript": "^4.9.5"
|
"typescript": "^5.0.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.9.0"
|
"node": ">=16.9.0"
|
||||||
|
|||||||
@@ -45,21 +45,21 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://discord.js.org",
|
"homepage": "https://discord.js.org",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"discord-api-types": "^0.37.35"
|
"discord-api-types": "^0.37.37"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@favware/cliff-jumper": "^1.10.0",
|
"@favware/cliff-jumper": "^2.0.0",
|
||||||
"@microsoft/api-extractor": "^7.34.4",
|
"@microsoft/api-extractor": "^7.34.4",
|
||||||
"@types/node": "16.18.13",
|
"@types/node": "16.18.18",
|
||||||
"@vitest/coverage-c8": "^0.29.1",
|
"@vitest/coverage-c8": "^0.29.7",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"eslint": "^8.35.0",
|
"eslint": "^8.36.0",
|
||||||
"eslint-config-neon": "^0.1.40",
|
"eslint-config-neon": "^0.1.41",
|
||||||
"eslint-formatter-pretty": "^4.1.0",
|
"eslint-formatter-pretty": "^5.0.0",
|
||||||
"prettier": "^2.8.4",
|
"prettier": "^2.8.6",
|
||||||
"tsup": "^6.6.3",
|
"tsup": "^6.7.0",
|
||||||
"typescript": "^4.9.5",
|
"typescript": "^5.0.2",
|
||||||
"vitest": "^0.29.1"
|
"vitest": "^0.29.7"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.9.0"
|
"node": ">=16.9.0"
|
||||||
|
|||||||
@@ -59,22 +59,22 @@
|
|||||||
"@discordjs/rest": "workspace:^",
|
"@discordjs/rest": "workspace:^",
|
||||||
"@discordjs/util": "workspace:^",
|
"@discordjs/util": "workspace:^",
|
||||||
"@discordjs/ws": "workspace:^",
|
"@discordjs/ws": "workspace:^",
|
||||||
"discord-api-types": "^0.37.35"
|
"discord-api-types": "^0.37.37"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@favware/cliff-jumper": "^1.10.0",
|
"@favware/cliff-jumper": "^2.0.0",
|
||||||
"@microsoft/api-extractor": "^7.34.4",
|
"@microsoft/api-extractor": "^7.34.4",
|
||||||
"@types/node": "18.14.2",
|
"@types/node": "18.15.5",
|
||||||
"@vitest/coverage-c8": "^0.29.1",
|
"@vitest/coverage-c8": "^0.29.7",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"esbuild-plugin-version-injector": "^1.1.0",
|
"esbuild-plugin-version-injector": "^1.1.0",
|
||||||
"eslint": "^8.35.0",
|
"eslint": "^8.36.0",
|
||||||
"eslint-config-neon": "^0.1.40",
|
"eslint-config-neon": "^0.1.41",
|
||||||
"eslint-formatter-pretty": "^4.1.0",
|
"eslint-formatter-pretty": "^5.0.0",
|
||||||
"prettier": "^2.8.4",
|
"prettier": "^2.8.6",
|
||||||
"tsup": "^6.6.3",
|
"tsup": "^6.7.0",
|
||||||
"typescript": "^4.9.5",
|
"typescript": "^5.0.2",
|
||||||
"vitest": "^0.29.1"
|
"vitest": "^0.29.7"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.13.0"
|
"node": ">=18.13.0"
|
||||||
|
|||||||
@@ -48,14 +48,14 @@
|
|||||||
"tslib": "^2.5.0"
|
"tslib": "^2.5.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "16.18.13",
|
"@types/node": "16.18.18",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"eslint": "^8.35.0",
|
"eslint": "^8.36.0",
|
||||||
"eslint-config-neon": "^0.1.40",
|
"eslint-config-neon": "^0.1.41",
|
||||||
"eslint-formatter-pretty": "^4.1.0",
|
"eslint-formatter-pretty": "^5.0.0",
|
||||||
"prettier": "^2.8.4",
|
"prettier": "^2.8.6",
|
||||||
"tsup": "^6.6.3",
|
"tsup": "^6.7.0",
|
||||||
"typescript": "^4.9.5"
|
"typescript": "^5.0.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.9.0"
|
"node": ">=16.9.0"
|
||||||
|
|||||||
@@ -58,23 +58,23 @@
|
|||||||
"@discordjs/rest": "workspace:^",
|
"@discordjs/rest": "workspace:^",
|
||||||
"@discordjs/util": "workspace:^",
|
"@discordjs/util": "workspace:^",
|
||||||
"tslib": "^2.5.0",
|
"tslib": "^2.5.0",
|
||||||
"undici": "^5.20.0"
|
"undici": "^5.21.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@favware/cliff-jumper": "^1.10.0",
|
"@favware/cliff-jumper": "^2.0.0",
|
||||||
"@microsoft/api-extractor": "^7.34.4",
|
"@microsoft/api-extractor": "^7.34.4",
|
||||||
"@types/node": "16.18.13",
|
"@types/node": "16.18.18",
|
||||||
"@types/supertest": "^2.0.12",
|
"@types/supertest": "^2.0.12",
|
||||||
"@vitest/coverage-c8": "^0.29.1",
|
"@vitest/coverage-c8": "^0.29.7",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"eslint": "^8.35.0",
|
"eslint": "^8.36.0",
|
||||||
"eslint-config-neon": "^0.1.40",
|
"eslint-config-neon": "^0.1.41",
|
||||||
"eslint-formatter-pretty": "^4.1.0",
|
"eslint-formatter-pretty": "^5.0.0",
|
||||||
"prettier": "^2.8.4",
|
"prettier": "^2.8.6",
|
||||||
"supertest": "^6.3.3",
|
"supertest": "^6.3.3",
|
||||||
"tsup": "^6.6.3",
|
"tsup": "^6.7.0",
|
||||||
"typescript": "^4.9.5",
|
"typescript": "^5.0.2",
|
||||||
"vitest": "^0.29.1"
|
"vitest": "^0.29.7"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.9.0"
|
"node": ">=16.9.0"
|
||||||
|
|||||||
@@ -57,25 +57,25 @@
|
|||||||
"@discordjs/util": "workspace:^",
|
"@discordjs/util": "workspace:^",
|
||||||
"@sapphire/async-queue": "^1.5.0",
|
"@sapphire/async-queue": "^1.5.0",
|
||||||
"@sapphire/snowflake": "^3.4.0",
|
"@sapphire/snowflake": "^3.4.0",
|
||||||
"discord-api-types": "^0.37.35",
|
"discord-api-types": "^0.37.37",
|
||||||
"file-type": "^18.2.1",
|
"file-type": "^18.2.1",
|
||||||
"tslib": "^2.5.0",
|
"tslib": "^2.5.0",
|
||||||
"undici": "^5.20.0"
|
"undici": "^5.21.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@favware/cliff-jumper": "^1.10.0",
|
"@favware/cliff-jumper": "^2.0.0",
|
||||||
"@microsoft/api-extractor": "^7.34.4",
|
"@microsoft/api-extractor": "^7.34.4",
|
||||||
"@types/node": "16.18.13",
|
"@types/node": "16.18.18",
|
||||||
"@vitest/coverage-c8": "^0.29.1",
|
"@vitest/coverage-c8": "^0.29.7",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"esbuild-plugin-version-injector": "^1.1.0",
|
"esbuild-plugin-version-injector": "^1.1.0",
|
||||||
"eslint": "^8.35.0",
|
"eslint": "^8.36.0",
|
||||||
"eslint-config-neon": "^0.1.40",
|
"eslint-config-neon": "^0.1.41",
|
||||||
"eslint-formatter-pretty": "^4.1.0",
|
"eslint-formatter-pretty": "^5.0.0",
|
||||||
"prettier": "^2.8.4",
|
"prettier": "^2.8.6",
|
||||||
"tsup": "^6.6.3",
|
"tsup": "^6.7.0",
|
||||||
"typescript": "^4.9.5",
|
"typescript": "^5.0.2",
|
||||||
"vitest": "^0.29.1"
|
"vitest": "^0.29.7"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.9.0"
|
"node": ">=16.9.0"
|
||||||
|
|||||||
@@ -44,27 +44,27 @@
|
|||||||
"homepage": "https://discord.js.org",
|
"homepage": "https://discord.js.org",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@discordjs/api-extractor-utils": "workspace:^",
|
"@discordjs/api-extractor-utils": "workspace:^",
|
||||||
"@microsoft/api-extractor-model": "7.25.3",
|
"@microsoft/api-extractor-model": "7.26.4",
|
||||||
"@microsoft/tsdoc": "0.14.2",
|
"@microsoft/tsdoc": "0.14.2",
|
||||||
"@microsoft/tsdoc-config": "0.16.2",
|
"@microsoft/tsdoc-config": "0.16.2",
|
||||||
"commander": "^10.0.0",
|
"commander": "^10.0.0",
|
||||||
"fs-extra": "^11.1.0",
|
"fs-extra": "^11.1.1",
|
||||||
"tslib": "^2.5.0",
|
"tslib": "^2.5.0",
|
||||||
"undici": "^5.20.0",
|
"undici": "^5.21.0",
|
||||||
"yaml": "^2.2.1"
|
"yaml": "^2.2.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/fs-extra": "^11.0.1",
|
"@types/fs-extra": "^11.0.1",
|
||||||
"@types/node": "16.18.13",
|
"@types/node": "16.18.18",
|
||||||
"@vitest/coverage-c8": "^0.29.1",
|
"@vitest/coverage-c8": "^0.29.7",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"eslint": "^8.35.0",
|
"eslint": "^8.36.0",
|
||||||
"eslint-config-neon": "^0.1.40",
|
"eslint-config-neon": "^0.1.41",
|
||||||
"eslint-formatter-pretty": "^4.1.0",
|
"eslint-formatter-pretty": "^5.0.0",
|
||||||
"prettier": "^2.8.4",
|
"prettier": "^2.8.6",
|
||||||
"tsup": "^6.6.3",
|
"tsup": "^6.7.0",
|
||||||
"typescript": "^4.9.5",
|
"typescript": "^5.0.2",
|
||||||
"vitest": "^0.29.1"
|
"vitest": "^0.29.7"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.9.0"
|
"node": ">=16.9.0"
|
||||||
|
|||||||
@@ -48,25 +48,25 @@
|
|||||||
"react-dom": "^18.2.0"
|
"react-dom": "^18.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@favware/cliff-jumper": "^1.10.0",
|
"@favware/cliff-jumper": "^2.0.0",
|
||||||
"@ladle/react": "^2.9.0",
|
"@ladle/react": "^2.10.2",
|
||||||
"@react-icons/all-files": "^4.1.0",
|
"@react-icons/all-files": "^4.1.0",
|
||||||
"@types/node": "16.18.13",
|
"@types/node": "16.18.18",
|
||||||
"@types/react": "^18.0.28",
|
"@types/react": "^18.0.28",
|
||||||
"@types/react-dom": "^18.0.11",
|
"@types/react-dom": "^18.0.11",
|
||||||
"@unocss/reset": "^0.50.1",
|
"@unocss/reset": "^0.50.6",
|
||||||
"@vitejs/plugin-react": "^3.1.0",
|
"@vitejs/plugin-react": "^3.1.0",
|
||||||
"@vitest/coverage-c8": "^0.29.1",
|
"@vitest/coverage-c8": "^0.29.7",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"eslint": "^8.35.0",
|
"eslint": "^8.36.0",
|
||||||
"eslint-config-neon": "^0.1.40",
|
"eslint-config-neon": "^0.1.41",
|
||||||
"eslint-formatter-pretty": "^4.1.0",
|
"eslint-formatter-pretty": "^5.0.0",
|
||||||
"prettier": "^2.8.4",
|
"prettier": "^2.8.6",
|
||||||
"typescript": "^4.9.5",
|
"typescript": "^5.0.2",
|
||||||
"unocss": "^0.50.1",
|
"unocss": "^0.50.6",
|
||||||
"vite": "^4.1.4",
|
"vite": "^4.2.1",
|
||||||
"vite-plugin-dts": "^2.0.2",
|
"vite-plugin-dts": "^2.1.0",
|
||||||
"vitest": "^0.29.1"
|
"vitest": "^0.29.7"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.9.0"
|
"node": ">=16.9.0"
|
||||||
|
|||||||
@@ -52,19 +52,19 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://discord.js.org",
|
"homepage": "https://discord.js.org",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@favware/cliff-jumper": "^1.10.0",
|
"@favware/cliff-jumper": "^2.0.0",
|
||||||
"@microsoft/api-extractor": "^7.34.4",
|
"@microsoft/api-extractor": "^7.34.4",
|
||||||
"@types/node": "16.18.13",
|
"@types/node": "16.18.18",
|
||||||
"@vitest/coverage-c8": "^0.29.1",
|
"@vitest/coverage-c8": "^0.29.7",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"eslint": "^8.35.0",
|
"eslint": "^8.36.0",
|
||||||
"eslint-config-neon": "^0.1.40",
|
"eslint-config-neon": "^0.1.41",
|
||||||
"eslint-formatter-pretty": "^4.1.0",
|
"eslint-formatter-pretty": "^5.0.0",
|
||||||
"prettier": "^2.8.4",
|
"prettier": "^2.8.6",
|
||||||
"tsd": "^0.25.0",
|
"tsd": "^0.28.0",
|
||||||
"tsup": "^6.6.3",
|
"tsup": "^6.7.0",
|
||||||
"typescript": "^4.9.5",
|
"typescript": "^5.0.2",
|
||||||
"vitest": "^0.29.1"
|
"vitest": "^0.29.7"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.9.0"
|
"node": ">=16.9.0"
|
||||||
|
|||||||
@@ -54,31 +54,31 @@
|
|||||||
"homepage": "https://discord.js.org",
|
"homepage": "https://discord.js.org",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/ws": "^8.5.4",
|
"@types/ws": "^8.5.4",
|
||||||
"discord-api-types": "^0.37.35",
|
"discord-api-types": "^0.37.37",
|
||||||
"prism-media": "^1.3.5",
|
"prism-media": "^1.3.5",
|
||||||
"tslib": "^2.5.0",
|
"tslib": "^2.5.0",
|
||||||
"ws": "^8.12.1"
|
"ws": "^8.13.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.21.0",
|
"@babel/core": "^7.21.3",
|
||||||
"@babel/preset-env": "^7.20.2",
|
"@babel/preset-env": "^7.20.2",
|
||||||
"@babel/preset-typescript": "^7.21.0",
|
"@babel/preset-typescript": "^7.21.0",
|
||||||
"@favware/cliff-jumper": "^1.10.0",
|
"@favware/cliff-jumper": "^2.0.0",
|
||||||
"@microsoft/api-extractor": "^7.34.4",
|
"@microsoft/api-extractor": "^7.34.4",
|
||||||
"@types/jest": "^29.4.0",
|
"@types/jest": "^29.5.0",
|
||||||
"@types/node": "16.18.13",
|
"@types/node": "16.18.18",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"esbuild-plugin-version-injector": "^1.1.0",
|
"esbuild-plugin-version-injector": "^1.1.0",
|
||||||
"eslint": "^8.35.0",
|
"eslint": "^8.36.0",
|
||||||
"eslint-config-neon": "^0.1.40",
|
"eslint-config-neon": "^0.1.41",
|
||||||
"eslint-formatter-pretty": "^4.1.0",
|
"eslint-formatter-pretty": "^5.0.0",
|
||||||
"jest": "^29.4.3",
|
"jest": "^29.5.0",
|
||||||
"jest-websocket-mock": "^2.4.0",
|
"jest-websocket-mock": "^2.4.0",
|
||||||
"mock-socket": "^9.2.1",
|
"mock-socket": "^9.2.1",
|
||||||
"prettier": "^2.8.4",
|
"prettier": "^2.8.6",
|
||||||
"tsup": "^6.6.3",
|
"tsup": "^6.7.0",
|
||||||
"tweetnacl": "^1.0.3",
|
"tweetnacl": "^1.0.3",
|
||||||
"typescript": "^4.9.5"
|
"typescript": "^5.0.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.9.0"
|
"node": ">=16.9.0"
|
||||||
|
|||||||
@@ -65,26 +65,26 @@
|
|||||||
"@sapphire/async-queue": "^1.5.0",
|
"@sapphire/async-queue": "^1.5.0",
|
||||||
"@types/ws": "^8.5.4",
|
"@types/ws": "^8.5.4",
|
||||||
"@vladfrangu/async_event_emitter": "^2.1.4",
|
"@vladfrangu/async_event_emitter": "^2.1.4",
|
||||||
"discord-api-types": "^0.37.35",
|
"discord-api-types": "^0.37.37",
|
||||||
"tslib": "^2.5.0",
|
"tslib": "^2.5.0",
|
||||||
"ws": "^8.12.1"
|
"ws": "^8.13.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@favware/cliff-jumper": "^1.10.0",
|
"@favware/cliff-jumper": "^2.0.0",
|
||||||
"@microsoft/api-extractor": "^7.34.4",
|
"@microsoft/api-extractor": "^7.34.4",
|
||||||
"@types/node": "16.18.13",
|
"@types/node": "16.18.18",
|
||||||
"@vitest/coverage-c8": "^0.29.1",
|
"@vitest/coverage-c8": "^0.29.7",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"esbuild-plugin-version-injector": "^1.1.0",
|
"esbuild-plugin-version-injector": "^1.1.0",
|
||||||
"eslint": "^8.35.0",
|
"eslint": "^8.36.0",
|
||||||
"eslint-config-neon": "^0.1.40",
|
"eslint-config-neon": "^0.1.41",
|
||||||
"eslint-formatter-pretty": "^4.1.0",
|
"eslint-formatter-pretty": "^5.0.0",
|
||||||
"mock-socket": "^9.2.1",
|
"mock-socket": "^9.2.1",
|
||||||
"prettier": "^2.8.4",
|
"prettier": "^2.8.6",
|
||||||
"tsup": "^6.6.3",
|
"tsup": "^6.7.0",
|
||||||
"typescript": "^4.9.5",
|
"typescript": "^5.0.2",
|
||||||
"undici": "^5.20.0",
|
"undici": "^5.21.0",
|
||||||
"vitest": "^0.29.1",
|
"vitest": "^0.29.7",
|
||||||
"zlib-sync": "^0.1.8"
|
"zlib-sync": "^0.1.8"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
@@ -23,7 +23,6 @@
|
|||||||
"declaration": true,
|
"declaration": true,
|
||||||
"declarationMap": true,
|
"declarationMap": true,
|
||||||
"importHelpers": true,
|
"importHelpers": true,
|
||||||
"importsNotUsedAsValues": "error",
|
|
||||||
"inlineSources": true,
|
"inlineSources": true,
|
||||||
"newLine": "lf",
|
"newLine": "lf",
|
||||||
"noEmitHelpers": true,
|
"noEmitHelpers": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user