commandkit 1.2.1-dev.20260411010608 → 1.2.1-dev.20260411144916
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/dist/CommandTree-DwfiCsOl.d.ts +55 -0
- package/dist/{CommandsRouter-DiNoF0dq.d.ts → CommandsRouter-D-b3xv38.d.ts} +102 -25
- package/dist/{EventsRouter-EuuSu6NH.d.ts → EventsRouter-Dyr_oJJD.d.ts} +1 -1
- package/dist/{MessageCommandParser-DPCbHXCS.d.ts → MessageCommandParser-UTKsRvb9.d.ts} +7 -1
- package/dist/analytics/analytics-engine.d.ts +1 -1
- package/dist/analytics/analytics-engine.js +1 -1
- package/dist/analytics/analytics-provider.d.ts +1 -1
- package/dist/analytics/utils.js +1 -1
- package/dist/{analytics-engine-uBNaD2CQ.d.ts → analytics-engine-BYA0ongA.d.ts} +124 -18
- package/dist/app/commands/AppCommandRunner.d.ts +1 -1
- package/dist/app/commands/AppCommandRunner.js +1 -1
- package/dist/app/commands/Context.d.ts +1 -1
- package/dist/app/commands/Context.js +1 -1
- package/dist/app/commands/MessageCommandParser.d.ts +1 -1
- package/dist/app/commands/MessageCommandParser.js +75 -70
- package/dist/app/commands/MessageCommandParser.js.map +1 -1
- package/dist/app/commands/helpers.d.ts +1 -1
- package/dist/app/events/EventWorkerContext.d.ts +2 -2
- package/dist/app/handlers/AppCommandHandler.d.ts +1 -1
- package/dist/app/handlers/AppCommandHandler.js +1 -1
- package/dist/app/handlers/AppEventsHandler.d.ts +1 -1
- package/dist/app/handlers/AppEventsHandler.js +1 -1
- package/dist/app/index.d.ts +4 -4
- package/dist/app/index.js +1 -1
- package/dist/app/interrupt/signals.d.ts +1 -1
- package/dist/app/middlewares/permissions.d.ts +1 -1
- package/dist/app/middlewares/permissions.js +1 -1
- package/dist/app/register/CommandRegistrar.d.ts +1 -1
- package/dist/app/register/CommandRegistrar.js +1 -1
- package/dist/app/router/CommandTree.d.ts +2 -0
- package/dist/app/router/CommandTree.js +1 -0
- package/dist/app/router/CommandsRouter.d.ts +1 -1
- package/dist/app/router/CommandsRouter.js +385 -23
- package/dist/app/router/CommandsRouter.js.map +1 -1
- package/dist/app/router/EventsRouter.d.ts +1 -1
- package/dist/app/router/index.d.ts +4 -3
- package/dist/checkbox-CvQGiyRe.d.ts +28 -0
- package/dist/cli/app-process.d.ts +2 -1
- package/dist/cli/app-process.js +15 -3
- package/dist/cli/app-process.js.map +1 -1
- package/dist/cli/build.d.ts +1 -1
- package/dist/cli/build.js +4 -2
- package/dist/cli/build.js.map +1 -1
- package/dist/cli/common.d.ts +1 -1
- package/dist/cli/development.d.ts +3 -3
- package/dist/cli/development.js +2 -2
- package/dist/cli/development.js.map +1 -1
- package/dist/cli/init.js +1 -1
- package/dist/cli/production.js +4 -3
- package/dist/cli/production.js.map +1 -1
- package/dist/{commandkit-DNln6BAJ.js → commandkit-DTqT800J.js} +555 -111
- package/dist/commandkit-DTqT800J.js.map +1 -0
- package/dist/commandkit.d.ts +1 -1
- package/dist/commandkit.js +1 -1
- package/dist/components/common/element.js +1 -1
- package/dist/components/display/common.js +1 -1
- package/dist/components/display/container.d.ts +1 -1
- package/dist/components/display/container.js +1 -1
- package/dist/components/display/file.d.ts +1 -1
- package/dist/components/display/index.d.ts +8 -8
- package/dist/components/display/index.js +1 -1
- package/dist/components/display/label.d.ts +1 -1
- package/dist/components/display/label.js +1 -1
- package/dist/components/display/media-gallery.d.ts +1 -1
- package/dist/components/display/media-gallery.js +1 -1
- package/dist/components/display/poll.d.ts +1 -1
- package/dist/components/display/section.d.ts +1 -1
- package/dist/components/display/section.js +1 -1
- package/dist/components/display/separator.d.ts +1 -1
- package/dist/components/display/text-display.d.ts +1 -1
- package/dist/components/index.d.ts +11 -9
- package/dist/components/index.js +6 -1
- package/dist/components/interactive/button/Button.js +1 -1
- package/dist/components/interactive/button/ButtonKit.js +1 -1
- package/dist/components/interactive/checkbox/checkbox.d.ts +2 -0
- package/dist/components/interactive/checkbox/checkbox.js +6 -0
- package/dist/components/interactive/modal/Modal.js +1 -1
- package/dist/components/interactive/modal/ModalKit.js +1 -1
- package/dist/components/interactive/radio/radio.d.ts +2 -0
- package/dist/components/interactive/radio/radio.js +5 -0
- package/dist/components/interactive/select-menu/ChannelSelectMenuKit.js +1 -1
- package/dist/components/interactive/select-menu/MentionableSelectMenuKit.js +1 -1
- package/dist/components/interactive/select-menu/RoleSelectMenuKit.js +1 -1
- package/dist/components/interactive/select-menu/SelectMenu.js +1 -1
- package/dist/components/interactive/select-menu/StringSelectMenuKit.js +1 -1
- package/dist/components/interactive/select-menu/UserSelectMenuKit.js +1 -1
- package/dist/config/config.d.ts +1 -1
- package/dist/config/config.js +1 -1
- package/dist/config/default.d.ts +1 -1
- package/dist/config/default.js +1 -1
- package/dist/config/loader.d.ts +1 -1
- package/dist/config/loader.js +1 -1
- package/dist/config/types.d.ts +2 -2
- package/dist/config/utils.d.ts +1 -1
- package/dist/{constants-DqtJY0t-.d.ts → constants-D_sgdBHy.d.ts} +1 -1
- package/dist/{constants-DwxpkIeH.d.ts → constants-GWSfiS4h.d.ts} +1 -1
- package/dist/{container-CYojOA9d.d.ts → container-B7Kmw__R.d.ts} +1 -1
- package/dist/context/async-context.d.ts +1 -1
- package/dist/context/async-context.js +1 -1
- package/dist/context/environment.d.ts +1 -1
- package/dist/context/environment.js +1 -1
- package/dist/events/CommandKitEventsChannel.d.ts +1 -1
- package/dist/{file-DLO1zEcH.d.ts → file-BP8aoN3A.d.ts} +1 -1
- package/dist/flags/FlagProvider.d.ts +1 -1
- package/dist/flags/feature-flags.d.ts +1 -1
- package/dist/flags/feature-flags.js +1 -1
- package/dist/flags/store.d.ts +1 -1
- package/dist/{helpers-zmC44Mcu.d.ts → helpers-C5jRrAM1.d.ts} +1 -1
- package/dist/index.d.ts +19 -16
- package/dist/index.js +6 -1
- package/dist/kv/constants.d.ts +1 -1
- package/dist/kv/serde.d.ts +1 -1
- package/dist/{label-DqGRqodo.d.ts → label-CqHiBMXP.d.ts} +1 -1
- package/dist/logger/DefaultLogger.js +1 -1
- package/dist/logger/Logger.js +1 -1
- package/dist/{media-gallery-Ca8es-eB.d.ts → media-gallery-hFfa57Kd.d.ts} +1 -1
- package/dist/plugins/CompilerPlugin.d.ts +1 -1
- package/dist/plugins/PluginCommon.d.ts +1 -1
- package/dist/plugins/RuntimePlugin.d.ts +1 -1
- package/dist/plugins/index.d.ts +1 -1
- package/dist/plugins/index.js +1 -1
- package/dist/plugins/plugin-runtime/CommandKitPluginRuntime.d.ts +1 -1
- package/dist/plugins/plugin-runtime/CommandKitPluginRuntime.js +1 -1
- package/dist/plugins/plugin-runtime/CompilerPluginRuntime.d.ts +1 -1
- package/dist/plugins/plugin-runtime/CompilerPluginRuntime.js +1 -1
- package/dist/plugins/plugin-runtime/builtin/CommonDirectiveTransformer.d.ts +1 -1
- package/dist/plugins/plugin-runtime/builtin/CommonDirectiveTransformer.js +1 -1
- package/dist/plugins/plugin-runtime/builtin/MacroPlugin.d.ts +1 -1
- package/dist/plugins/plugin-runtime/builtin/MacroPlugin.js +1 -1
- package/dist/plugins/plugin-runtime/runtime.d.ts +1 -1
- package/dist/plugins/types.d.ts +1 -1
- package/dist/{poll-DQ6DX_Tt.d.ts → poll-ElAd5Z2K.d.ts} +1 -1
- package/dist/radio-Dcd4YIZx.d.ts +21 -0
- package/dist/{section-Q8nwx_-q.d.ts → section-BqDLXlp3.d.ts} +1 -1
- package/dist/{separator-B8P-kdIK.d.ts → separator-DSaCa1Tc.d.ts} +1 -1
- package/dist/{signals-CBXwugBW.d.ts → signals-DVOXPkQK.d.ts} +1 -1
- package/dist/{text-display-CL9C2yMc.d.ts → text-display-D-0dD7bR.d.ts} +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/utils/constants.d.ts +1 -1
- package/dist/utils/dev-hooks.d.ts +1 -1
- package/dist/utils/dev-hooks.js +1 -1
- package/dist/utils/utilities.js +1 -1
- package/dist/version.js +1 -1
- package/package.json +3 -3
- package/dist/commandkit-DNln6BAJ.js.map +0 -1
- /package/dist/{index-BIsCUWAs.d.ts → index-CQiOqvUC.d.ts} +0 -0
- /package/dist/{index-CwHYpK-f.d.ts → index-CTLjHn5u.d.ts} +0 -0
- /package/dist/{index-DHrsNvX1.d.ts → index-LKrIp3Oo.d.ts} +0 -0
package/dist/kv/serde.d.ts
CHANGED
|
@@ -25,4 +25,4 @@ interface LabelProps extends Omit<LabelBuilderData, 'component' | 'type'> {
|
|
|
25
25
|
declare function Label(props: LabelProps): LabelBuilder;
|
|
26
26
|
//#endregion
|
|
27
27
|
export { LabelProps as n, Label as t };
|
|
28
|
-
//# sourceMappingURL=label-
|
|
28
|
+
//# sourceMappingURL=label-CqHiBMXP.d.ts.map
|
package/dist/logger/Logger.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const require_commandkit = require('../commandkit-
|
|
2
|
+
const require_commandkit = require('../commandkit-DTqT800J.js');
|
|
3
3
|
|
|
4
4
|
exports.Logger = require_commandkit.Logger;
|
|
5
5
|
exports.createLogger = require_commandkit.createLogger;
|
|
@@ -45,4 +45,4 @@ interface MediaGalleryItemProps {
|
|
|
45
45
|
declare function MediaGalleryItem(props: MediaGalleryItemProps): MediaGalleryItemBuilder;
|
|
46
46
|
//#endregion
|
|
47
47
|
export { MediaGalleryProps as i, MediaGalleryItem as n, MediaGalleryItemProps as r, MediaGallery as t };
|
|
48
|
-
//# sourceMappingURL=media-gallery-
|
|
48
|
+
//# sourceMappingURL=media-gallery-hFfa57Kd.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { G as
|
|
1
|
+
import { G as CompilerPlugin, J as isCompilerPlugin, K as PluginTransformParameters, q as TransformedResult } from "../analytics-engine-BYA0ongA.js";
|
|
2
2
|
export { CompilerPlugin, PluginTransformParameters, TransformedResult, isCompilerPlugin };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { B as isPlugin, L as PluginCommon, R as PluginOptions, z as PluginType } from "../analytics-engine-BYA0ongA.js";
|
|
2
2
|
export { PluginCommon, PluginOptions, PluginType, isPlugin };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $ as
|
|
1
|
+
import { $ as RuntimePlugin, et as isRuntimePlugin } from "../analytics-engine-BYA0ongA.js";
|
|
2
2
|
export { RuntimePlugin, isRuntimePlugin };
|
package/dist/plugins/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $ as
|
|
1
|
+
import { $ as RuntimePlugin, G as CompilerPlugin, H as CompilerPluginRuntime, I as CommandKitPluginRuntime, J as isCompilerPlugin, K as PluginTransformParameters, Q as TemplateHandler, U as CommonDirectiveTransformer, V as CommonPluginRuntime, W as CommonDirectiveTransformerOptions, X as CommandKitPlugin, Y as CommandKitEventDispatch, Z as MaybeFalsey, et as isRuntimePlugin, q as TransformedResult } from "../analytics-engine-BYA0ongA.js";
|
|
2
2
|
export { CommandKitEventDispatch, CommandKitPlugin, CommandKitPluginRuntime, CommonDirectiveTransformer, CommonDirectiveTransformerOptions, CommonPluginRuntime, CompilerPlugin, CompilerPluginRuntime, MaybeFalsey, PluginTransformParameters, RuntimePlugin, TemplateHandler, TransformedResult, isCompilerPlugin, isRuntimePlugin };
|
package/dist/plugins/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const require_commandkit = require('../commandkit-
|
|
2
|
+
const require_commandkit = require('../commandkit-DTqT800J.js');
|
|
3
3
|
const require_plugins_CompilerPlugin = require('./CompilerPlugin.js');
|
|
4
4
|
const require_plugins_RuntimePlugin = require('./RuntimePlugin.js');
|
|
5
5
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { I as CommandKitPluginRuntime } from "../../analytics-engine-BYA0ongA.js";
|
|
2
2
|
export { CommandKitPluginRuntime };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const require_commandkit = require('../../commandkit-
|
|
2
|
+
const require_commandkit = require('../../commandkit-DTqT800J.js');
|
|
3
3
|
|
|
4
4
|
exports.CommandKitPluginRuntime = require_commandkit.CommandKitPluginRuntime;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { H as CompilerPluginRuntime } from "../../analytics-engine-BYA0ongA.js";
|
|
2
2
|
export { CompilerPluginRuntime };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const require_commandkit = require('../../commandkit-
|
|
2
|
+
const require_commandkit = require('../../commandkit-DTqT800J.js');
|
|
3
3
|
|
|
4
4
|
exports.CompilerPluginRuntime = require_commandkit.CompilerPluginRuntime;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { U as CommonDirectiveTransformer, W as CommonDirectiveTransformerOptions } from "../../../analytics-engine-BYA0ongA.js";
|
|
2
2
|
export { CommonDirectiveTransformer, CommonDirectiveTransformerOptions };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const require_commandkit = require('../../../commandkit-
|
|
2
|
+
const require_commandkit = require('../../../commandkit-DTqT800J.js');
|
|
3
3
|
|
|
4
4
|
exports.CommonDirectiveTransformer = require_commandkit.CommonDirectiveTransformer;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as
|
|
1
|
+
import { G as CompilerPlugin, K as PluginTransformParameters, Z as MaybeFalsey, q as TransformedResult } from "../../../analytics-engine-BYA0ongA.js";
|
|
2
2
|
|
|
3
3
|
//#region src/plugins/plugin-runtime/builtin/MacroPlugin.d.ts
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const require_commandkit = require('../../../commandkit-
|
|
2
|
+
const require_commandkit = require('../../../commandkit-DTqT800J.js');
|
|
3
3
|
|
|
4
4
|
exports.MacroPlugin = require_commandkit.MacroPlugin;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { V as CommonPluginRuntime } from "../../analytics-engine-BYA0ongA.js";
|
|
2
2
|
export { CommonPluginRuntime };
|
package/dist/plugins/types.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Q as TemplateHandler, X as CommandKitPlugin, Y as CommandKitEventDispatch, Z as MaybeFalsey } from "../analytics-engine-BYA0ongA.js";
|
|
2
2
|
export { CommandKitEventDispatch, CommandKitPlugin, MaybeFalsey, TemplateHandler };
|
|
@@ -85,4 +85,4 @@ declare function PollAnswer({
|
|
|
85
85
|
}: PollAnswerProps): PollChild<PollAnswerData, PollChildType.Answer>;
|
|
86
86
|
//#endregion
|
|
87
87
|
export { PollProps as a, PollChildrenType as i, PollAnswer as n, PollQuestion as o, PollAnswerProps as r, PollQuestionProps as s, Poll as t };
|
|
88
|
-
//# sourceMappingURL=poll-
|
|
88
|
+
//# sourceMappingURL=poll-ElAd5Z2K.d.ts.map
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { t as MaybeArray } from "./types-DZy7U-Ld.js";
|
|
2
|
+
import { RadioGroupBuilder, RadioGroupComponentData, RadioGroupOptionBuilder } from "discord.js";
|
|
3
|
+
|
|
4
|
+
//#region src/components/interactive/radio/radio.d.ts
|
|
5
|
+
interface RadioGroupProps extends Omit<RadioGroupComponentData, 'type' | 'options'> {
|
|
6
|
+
id?: number;
|
|
7
|
+
customId: string;
|
|
8
|
+
children?: MaybeArray<RadioGroupOptionBuilder>;
|
|
9
|
+
required?: boolean;
|
|
10
|
+
}
|
|
11
|
+
declare function RadioGroup(props: RadioGroupProps): RadioGroupBuilder;
|
|
12
|
+
interface RadioGroupOptionProps {
|
|
13
|
+
label: string;
|
|
14
|
+
value: string;
|
|
15
|
+
description?: string;
|
|
16
|
+
default?: boolean;
|
|
17
|
+
}
|
|
18
|
+
declare function RadioGroupOption(props: RadioGroupOptionProps): RadioGroupOptionBuilder;
|
|
19
|
+
//#endregion
|
|
20
|
+
export { RadioGroupProps as i, RadioGroupOption as n, RadioGroupOptionProps as r, RadioGroup as t };
|
|
21
|
+
//# sourceMappingURL=radio-Dcd4YIZx.d.ts.map
|
|
@@ -41,4 +41,4 @@ interface ThumbnailProps {
|
|
|
41
41
|
declare function Thumbnail(props: ThumbnailProps): ThumbnailBuilder;
|
|
42
42
|
//#endregion
|
|
43
43
|
export { ThumbnailProps as i, SectionProps as n, Thumbnail as r, Section as t };
|
|
44
|
-
//# sourceMappingURL=section-
|
|
44
|
+
//# sourceMappingURL=section-BqDLXlp3.d.ts.map
|
|
@@ -18,4 +18,4 @@ interface SeparatorProps extends Omit<SeparatorComponentData, 'type'> {}
|
|
|
18
18
|
declare function Separator(props: SeparatorProps): SeparatorBuilder;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { SeparatorProps as n, Separator as t };
|
|
21
|
-
//# sourceMappingURL=separator-
|
|
21
|
+
//# sourceMappingURL=separator-DSaCa1Tc.d.ts.map
|
|
@@ -35,4 +35,4 @@ declare function redirect(): never;
|
|
|
35
35
|
declare function stopEvents(): never;
|
|
36
36
|
//#endregion
|
|
37
37
|
export { stopMiddlewares as i, rethrow as n, stopEvents as r, redirect as t };
|
|
38
|
-
//# sourceMappingURL=signals-
|
|
38
|
+
//# sourceMappingURL=signals-DVOXPkQK.d.ts.map
|
|
@@ -29,4 +29,4 @@ interface TextDisplayProps extends Omit<TextDisplayComponentData, 'type' | 'cont
|
|
|
29
29
|
declare function TextDisplay(props: TextDisplayProps): TextDisplayBuilder;
|
|
30
30
|
//#endregion
|
|
31
31
|
export { TextDisplay as n, TextDisplayProps as r, StringEncodable as t };
|
|
32
|
-
//# sourceMappingURL=text-display-
|
|
32
|
+
//# sourceMappingURL=text-display-D-0dD7bR.d.ts.map
|
package/dist/types.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { _n as EventHandler, fn as CommandContext, gn as CommandMetadataFunction, hn as CommandMetadata, mn as CommandKitOptions, pn as CommandData } from "./analytics-engine-BYA0ongA.js";
|
|
2
2
|
export { CommandContext, CommandData, CommandKitOptions, CommandMetadata, CommandMetadataFunction, EventHandler };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as COMMANDKIT_IS_TEST, i as COMMANDKIT_IS_DEV, n as COMMANDKIT_CWD, o as HMREventType, r as COMMANDKIT_IS_CLI, s as isBuildLikeEnvironment, t as COMMANDKIT_BOOTSTRAP_MODE } from "../constants-
|
|
1
|
+
import { a as COMMANDKIT_IS_TEST, i as COMMANDKIT_IS_DEV, n as COMMANDKIT_CWD, o as HMREventType, r as COMMANDKIT_IS_CLI, s as isBuildLikeEnvironment, t as COMMANDKIT_BOOTSTRAP_MODE } from "../constants-GWSfiS4h.js";
|
|
2
2
|
export { COMMANDKIT_BOOTSTRAP_MODE, COMMANDKIT_CWD, COMMANDKIT_IS_CLI, COMMANDKIT_IS_DEV, COMMANDKIT_IS_TEST, HMREventType, isBuildLikeEnvironment };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { nt as IpcMessageCommand, rt as registerDevHooks, tt as CommandKitHMREvent } from "../analytics-engine-BYA0ongA.js";
|
|
2
2
|
export { CommandKitHMREvent, IpcMessageCommand, registerDevHooks };
|
package/dist/utils/dev-hooks.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const require_commandkit = require('../commandkit-
|
|
2
|
+
const require_commandkit = require('../commandkit-DTqT800J.js');
|
|
3
3
|
|
|
4
4
|
exports.registerDevHooks = require_commandkit.registerDevHooks;
|
package/dist/utils/utilities.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
-
const require_commandkit = require('../commandkit-
|
|
2
|
+
const require_commandkit = require('../commandkit-DTqT800J.js');
|
|
3
3
|
|
|
4
4
|
exports.JsonSerialize = require_commandkit.JsonSerialize;
|
|
5
5
|
exports.buildOnly = require_commandkit.buildOnly;
|
package/dist/version.js
CHANGED
|
@@ -7,7 +7,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
|
7
7
|
/**
|
|
8
8
|
* The current version of CommandKit.
|
|
9
9
|
*/
|
|
10
|
-
const version = "1.2.1-dev.
|
|
10
|
+
const version = "1.2.1-dev.20260411144916";
|
|
11
11
|
|
|
12
12
|
//#endregion
|
|
13
13
|
exports.version = version;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "commandkit",
|
|
3
3
|
"description": "Beginner friendly command & event handler for Discord.js",
|
|
4
|
-
"version": "1.2.1-dev.
|
|
4
|
+
"version": "1.2.1-dev.20260411144916",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "commonjs",
|
|
7
7
|
"main": "./dist/index.js",
|
|
@@ -180,11 +180,11 @@
|
|
|
180
180
|
"devDependencies": {
|
|
181
181
|
"@types/ms": "^2.1.0",
|
|
182
182
|
"@types/node": "^25.3.2",
|
|
183
|
-
"discord.js": "^14.
|
|
183
|
+
"discord.js": "^14.26.2",
|
|
184
184
|
"tsx": "^4.21.0",
|
|
185
185
|
"typescript": "^5.9.3",
|
|
186
186
|
"vitest": "^4.0.18",
|
|
187
|
-
"tsconfig": "0.0.0-dev.
|
|
187
|
+
"tsconfig": "0.0.0-dev.20260411144916"
|
|
188
188
|
},
|
|
189
189
|
"engines": {
|
|
190
190
|
"node": ">=24"
|