commandkit 1.0.0-dev.20250509144654 → 1.0.0-dev.20250511051137
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/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1795,6 +1795,7 @@ declare class CommandKit extends EventEmitter {
|
|
|
1795
1795
|
static readonly createElement: typeof createElement;
|
|
1796
1796
|
static readonly Fragment: typeof Fragment;
|
|
1797
1797
|
readonly config: CommandKitConfiguration;
|
|
1798
|
+
readonly store: Map<string, any>;
|
|
1798
1799
|
commandsRouter: CommandsRouter;
|
|
1799
1800
|
eventsRouter: EventsRouter;
|
|
1800
1801
|
readonly commandHandler: AppCommandHandler;
|
package/dist/index.js
CHANGED
|
@@ -5409,6 +5409,7 @@ var init_CommandKit = __esm({
|
|
|
5409
5409
|
defaultLocale: import_discord25.Locale.EnglishUS,
|
|
5410
5410
|
getMessageCommandPrefix: /* @__PURE__ */ __name(() => "!", "getMessageCommandPrefix")
|
|
5411
5411
|
});
|
|
5412
|
+
__publicField(this, "store", /* @__PURE__ */ new Map());
|
|
5412
5413
|
__publicField(this, "commandsRouter");
|
|
5413
5414
|
__publicField(this, "eventsRouter");
|
|
5414
5415
|
__publicField(this, "commandHandler", new AppCommandHandler(this));
|
|
@@ -5664,7 +5665,7 @@ var init_version = __esm({
|
|
|
5664
5665
|
"use strict";
|
|
5665
5666
|
init_cjs_shims();
|
|
5666
5667
|
version = /* @__MACRO__ $version */
|
|
5667
|
-
"1.0.0-dev.
|
|
5668
|
+
"1.0.0-dev.20250511051137";
|
|
5668
5669
|
}
|
|
5669
5670
|
});
|
|
5670
5671
|
|