commandkit 0.1.10-dev.20240108063947 → 0.1.10-dev.20240125131049
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/bin/index.mjs +0 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +10 -1273
- package/dist/index.mjs +10 -1234
- package/package.json +12 -10
package/bin/index.mjs
CHANGED
|
File without changes
|
package/dist/index.d.mts
CHANGED
|
@@ -531,4 +531,4 @@ declare function useMember(): GuildMember | APIInteractionGuildMember | null;
|
|
|
531
531
|
|
|
532
532
|
declare function useUser(): User;
|
|
533
533
|
|
|
534
|
-
export { AutocompleteProps, ButtonKit, CommandData, CommandKit, CommandKitButtonBuilderInteractionCollectorDispatch, CommandKitButtonBuilderInteractionCollectorDispatchContextData, CommandKitButtonBuilderOnEnd, CommandKitConfig, CommandKitEffectCallback, CommandKitSignal, CommandKitSignalInitializer, CommandKitSignalUpdater, CommandObject, CommandOptions, CommandProps, ContextMenuCommandProps, MessageContextMenuCommandProps, ReloadType, SlashCommandProps, UserContextMenuCommandProps, ValidationProps, createEffect, createSignal, defineConfig, getConfig, response, useChannel, useClient, useCommandData, useCommandKit, useGuild, useInteraction, useMember, useUser };
|
|
534
|
+
export { type AutocompleteProps, ButtonKit, type CommandData, CommandKit, type CommandKitButtonBuilderInteractionCollectorDispatch, type CommandKitButtonBuilderInteractionCollectorDispatchContextData, type CommandKitButtonBuilderOnEnd, type CommandKitConfig, type CommandKitEffectCallback, type CommandKitSignal, type CommandKitSignalInitializer, type CommandKitSignalUpdater, type CommandObject, type CommandOptions, type CommandProps, type ContextMenuCommandProps, type MessageContextMenuCommandProps, ReloadType, type SlashCommandProps, type UserContextMenuCommandProps, type ValidationProps, createEffect, createSignal, defineConfig, getConfig, response, useChannel, useClient, useCommandData, useCommandKit, useGuild, useInteraction, useMember, useUser };
|
package/dist/index.d.ts
CHANGED
|
@@ -531,4 +531,4 @@ declare function useMember(): GuildMember | APIInteractionGuildMember | null;
|
|
|
531
531
|
|
|
532
532
|
declare function useUser(): User;
|
|
533
533
|
|
|
534
|
-
export { AutocompleteProps, ButtonKit, CommandData, CommandKit, CommandKitButtonBuilderInteractionCollectorDispatch, CommandKitButtonBuilderInteractionCollectorDispatchContextData, CommandKitButtonBuilderOnEnd, CommandKitConfig, CommandKitEffectCallback, CommandKitSignal, CommandKitSignalInitializer, CommandKitSignalUpdater, CommandObject, CommandOptions, CommandProps, ContextMenuCommandProps, MessageContextMenuCommandProps, ReloadType, SlashCommandProps, UserContextMenuCommandProps, ValidationProps, createEffect, createSignal, defineConfig, getConfig, response, useChannel, useClient, useCommandData, useCommandKit, useGuild, useInteraction, useMember, useUser };
|
|
534
|
+
export { type AutocompleteProps, ButtonKit, type CommandData, CommandKit, type CommandKitButtonBuilderInteractionCollectorDispatch, type CommandKitButtonBuilderInteractionCollectorDispatchContextData, type CommandKitButtonBuilderOnEnd, type CommandKitConfig, type CommandKitEffectCallback, type CommandKitSignal, type CommandKitSignalInitializer, type CommandKitSignalUpdater, type CommandObject, type CommandOptions, type CommandProps, type ContextMenuCommandProps, type MessageContextMenuCommandProps, ReloadType, type SlashCommandProps, type UserContextMenuCommandProps, type ValidationProps, createEffect, createSignal, defineConfig, getConfig, response, useChannel, useClient, useCommandData, useCommandKit, useGuild, useInteraction, useMember, useUser };
|