necord 6.13.0 → 6.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/coverage/clover.xml +947 -936
- package/coverage/coverage-final.json +112 -112
- package/coverage/lcov-report/index.html +99 -99
- package/coverage/lcov.info +1061 -1040
- package/dist/commands/commands.module.d.ts +2 -2
- package/dist/commands/commands.module.js +3 -3
- package/dist/commands/commands.service.d.ts +1 -1
- package/dist/commands/commands.service.js +1 -1
- package/dist/commands/context-menus/context-menu.discovery.d.ts +2 -2
- package/dist/commands/context-menus/context-menus.module.d.ts +3 -3
- package/dist/commands/context-menus/context-menus.module.js +2 -2
- package/dist/commands/context-menus/context-menus.service.js +1 -1
- package/dist/commands/context-menus/decorators/context-menu.decorator.js +1 -1
- package/dist/commands/context-menus/decorators/index.d.ts +1 -1
- package/dist/commands/context-menus/decorators/index.js +1 -1
- package/dist/commands/context-menus/index.d.ts +1 -1
- package/dist/commands/context-menus/index.js +1 -1
- package/dist/commands/index.d.ts +2 -2
- package/dist/commands/index.js +2 -2
- package/dist/commands/slash-commands/autocomplete/autocomplete.interceptor.d.ts +1 -1
- package/dist/commands/slash-commands/decorators/index.d.ts +1 -1
- package/dist/commands/slash-commands/decorators/index.js +1 -1
- package/dist/commands/slash-commands/decorators/slash-command.decorator.js +1 -1
- package/dist/commands/slash-commands/decorators/subcommand-group.decorator.js +3 -3
- package/dist/commands/slash-commands/decorators/subcommand.decorator.js +1 -1
- package/dist/commands/slash-commands/slash-command.discovery.d.ts +3 -3
- package/dist/commands/slash-commands/slash-commands.module.d.ts +2 -2
- package/dist/commands/slash-commands/slash-commands.module.js +1 -1
- package/dist/commands/slash-commands/slash-commands.service.d.ts +2 -2
- package/dist/commands/slash-commands/slash-commands.service.js +1 -1
- package/dist/context/decorators/params.util.d.ts +1 -1
- package/dist/context/necord-arguments-host.d.ts +2 -2
- package/dist/context/necord-base.discovery.d.ts +1 -1
- package/dist/context/necord-params.factory.d.ts +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +4 -4
- package/dist/listeners/decorators/listener.decorator.js +1 -1
- package/dist/listeners/decorators/on.decorator.d.ts +1 -1
- package/dist/listeners/decorators/once.decorator.d.ts +1 -1
- package/dist/listeners/handlers/channel-update.handler.d.ts +1 -1
- package/dist/listeners/handlers/channel-update.handler.js +3 -3
- package/dist/listeners/handlers/guild-audit-log-entry-create.handler.d.ts +1 -1
- package/dist/listeners/handlers/guild-audit-log-entry-create.handler.js +3 -3
- package/dist/listeners/handlers/guild-member-update.handler.d.ts +1 -1
- package/dist/listeners/handlers/guild-member-update.handler.js +2 -2
- package/dist/listeners/handlers/guild-update.handler.d.ts +1 -1
- package/dist/listeners/handlers/guild-update.handler.js +3 -3
- package/dist/listeners/handlers/message-update.handler.d.ts +1 -1
- package/dist/listeners/handlers/message-update.handler.js +4 -4
- package/dist/listeners/handlers/presence-update.handler.d.ts +1 -1
- package/dist/listeners/handlers/presence-update.handler.js +3 -3
- package/dist/listeners/handlers/role-update.handler.d.ts +1 -1
- package/dist/listeners/handlers/role-update.handler.js +3 -3
- package/dist/listeners/handlers/thread-update.handler.d.ts +1 -1
- package/dist/listeners/handlers/thread-update.handler.js +2 -2
- package/dist/listeners/handlers/user-update.handler.d.ts +1 -1
- package/dist/listeners/handlers/user-update.handler.js +2 -2
- package/dist/listeners/handlers/voice-state-update.handler.d.ts +1 -1
- package/dist/listeners/handlers/voice-state-update.handler.js +3 -3
- package/dist/listeners/index.d.ts +1 -1
- package/dist/listeners/index.js +1 -1
- package/dist/listeners/listeners.module.d.ts +2 -2
- package/dist/listeners/listeners.module.js +3 -3
- package/dist/listeners/scopes/async-custom-listener.context.d.ts +1 -1
- package/dist/message-components/decorators/message-component.decorator.js +1 -1
- package/dist/message-components/decorators/selected.decorator.js +1 -1
- package/dist/message-components/message-components.module.d.ts +3 -3
- package/dist/message-components/message-components.module.js +1 -1
- package/dist/modals/decorators/index.d.ts +1 -1
- package/dist/modals/decorators/index.js +1 -1
- package/dist/modals/decorators/modal.decorator.js +1 -1
- package/dist/modals/modal.discovery.d.ts +1 -1
- package/dist/modals/modal.discovery.js +1 -1
- package/dist/modals/modals.module.d.ts +2 -2
- package/dist/modals/modals.module.js +2 -2
- package/dist/necord-context.creator.js +6 -6
- package/dist/necord-explorer.service.d.ts +1 -1
- package/dist/necord-explorer.service.js +1 -1
- package/dist/necord-options.interface.d.ts +4 -0
- package/dist/necord.module.d.ts +2 -2
- package/dist/necord.module.js +7 -7
- package/dist/providers/channels.provider.d.ts +1 -1
- package/dist/providers/guilds.provider.d.ts +1 -1
- package/dist/providers/shard.provider.d.ts +1 -1
- package/dist/providers/users.provider.d.ts +1 -1
- package/dist/providers/voice.provider.d.ts +1 -1
- package/dist/providers/ws.provider.d.ts +1 -1
- package/dist/text-commands/decorators/text-command.decorator.js +1 -1
- package/dist/text-commands/text-command.discovery.d.ts +2 -0
- package/dist/text-commands/text-command.discovery.js +3 -0
- package/dist/text-commands/text-commands.module.d.ts +4 -4
- package/dist/text-commands/text-commands.module.js +14 -6
- package/dist/text-commands/text-commands.service.js +8 -1
- package/eslint.config.mjs +41 -0
- package/package.json +10 -10
- package/tsconfig.json +1 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.14.0](https://github.com/necordjs/necord/compare/v6.13.0...v6.14.0) (2026-05-12)
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* added aliases to text commands ([#1710](https://github.com/necordjs/necord/issues/1710)) ([2bbae38](https://github.com/necordjs/necord/commit/2bbae38c630a1f8d944ae30e4121898216f08ba1))
|
|
8
|
+
|
|
9
|
+
### Refactor
|
|
10
|
+
|
|
11
|
+
* migrate to npm ([9e74dc5](https://github.com/necordjs/necord/commit/9e74dc5e7742764ba21bdfddb0d2bfc2d7a14e69))
|
|
12
|
+
* migrate to npm ([2517c8a](https://github.com/necordjs/necord/commit/2517c8a93afc42ac1503aacdba607efa52d0bc07))
|
|
13
|
+
* migrate to npm ([b9e7e90](https://github.com/necordjs/necord/commit/b9e7e901feffeb84e307ce5430f1cccc7d7bc0ec))
|
|
14
|
+
|
|
15
|
+
### Styling
|
|
16
|
+
|
|
17
|
+
* import perfectionist ([ed15e9d](https://github.com/necordjs/necord/commit/ed15e9df2be1871e65927f5c6812ffb69223d113))
|
|
18
|
+
* remove trailing comma ([728a773](https://github.com/necordjs/necord/commit/728a773b8151acd5c9b41d67d0ea0cc4fd0ba7df))
|
|
19
|
+
|
|
3
20
|
## [6.13.0](https://github.com/necordjs/necord/compare/v6.12.0...v6.13.0) (2026-04-25)
|
|
4
21
|
|
|
5
22
|
### Bug Fixes
|