mirror of
https://github.com/discordjs/discord.js.git
synced 2026-09-17 16:57:28 +00:00
* feat: rpc * chore: update CODEOWNERS * fix: linter rules * chore: add rpc to workflows and readme * chore: remove rpc tests folder * chore: add package details from rpc repo * docs: rpc docs readme * chore: fix rpc license * chore: remove vitest * fix: rpc links * build: dependencies * docs: "id" * chore: awkward doc spacing * chore: lockfile * chore: clean stuff * fix: apply suggested changes * chore: suggested changes * chore: suggested changes * chore: suggested changes * fix: silly things * chore: suggested changes * chore: suggested changes * chore: suggested changes * chore: suggested changes * suggested changes * remove examples in favor of later guide additions * add very basic guide for rpc * meta config changes for guide * guide changes * suggested changes * suggested changes * Update packages/rpc/package.json Co-authored-by: Qjuh <76154676+Qjuh@users.noreply.github.com> * Update packages/rpc/package.json * fix: revert version bumps, use esm * fix regression from suggested change * suggested changes * forgot to remove extra image --------- Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com> Co-authored-by: Qjuh <76154676+Qjuh@users.noreply.github.com>
111 lines
2.9 KiB
YAML
111 lines
2.9 KiB
YAML
apps:guide:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- apps/guide/*
|
|
- apps/guide/**/*
|
|
apps:proxy-container:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- apps/proxy-container/*
|
|
- apps/proxy-container/**/*
|
|
apps:website:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- apps/website/*
|
|
- apps/website/**/*
|
|
packages:api-extractor:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/api-extractor/*
|
|
- packages/api-extractor/**/*
|
|
packages:api-extractor-model:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/api-extractor-model/*
|
|
- packages/api-extractor-model/**/*
|
|
packages:brokers:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/brokers/*
|
|
- packages/brokers/**/*
|
|
packages:builders:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/builders/*
|
|
- packages/builders/**/*
|
|
packages:collection:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/collection/*
|
|
- packages/collection/**/*
|
|
packages:core:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/core/*
|
|
- packages/core/**/*
|
|
packages:create-discord-bot:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/create-discord-bot/*
|
|
- packages/create-discord-bot/**/*
|
|
packages:discord.js:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/discord.js/*
|
|
- packages/discord.js/**/*
|
|
packages:docgen:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/docgen/*
|
|
- packages/docgen/**/*
|
|
packages:formatters:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/formatters/*
|
|
- packages/formatters/**/*
|
|
packages:next:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/next/*
|
|
- packages/next/**/*
|
|
packages:proxy:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/proxy/*
|
|
- packages/proxy/**/*
|
|
packages:rest:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/rest/*
|
|
- packages/rest/**/*
|
|
packages:rpc:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/rpc/*
|
|
- packages/rpc/**/*
|
|
packages:structures:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/structures/*
|
|
- packages/structures/**/*
|
|
packages:ui:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/ui/*
|
|
- packages/ui/**/*
|
|
packages:util:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/util/*
|
|
- packages/util/**/*
|
|
packages:voice:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/voice/*
|
|
- packages/voice/**/*
|
|
packages:ws:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- packages/ws/*
|
|
- packages/ws/**/*
|