commandkit 1.0.0-dev.20250718021907 → 1.0.0-dev.20250718125643

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.
@@ -1,4 +1,4 @@
1
- import * as child_process0 from "child_process";
1
+ import * as child_process2 from "child_process";
2
2
 
3
3
  //#region src/cli/app-process.d.ts
4
4
 
@@ -6,7 +6,7 @@ import * as child_process0 from "child_process";
6
6
  * @private
7
7
  * @internal
8
8
  */
9
- declare function createAppProcess(fileName: string, cwd: string, isDev: boolean): child_process0.ChildProcess;
9
+ declare function createAppProcess(fileName: string, cwd: string, isDev: boolean): child_process2.ChildProcess;
10
10
  //#endregion
11
11
  export { createAppProcess };
12
12
  //# sourceMappingURL=app-process.d.ts.map
@@ -29,7 +29,7 @@ import "../CommandsRouter-CoOA7hkf.js";
29
29
  import "../EventsRouter-BacqK6z3.js";
30
30
  import "../index-CUPkUUOR.js";
31
31
  import "../constants-MKu-Q1jh.js";
32
- import * as typescript1 from "typescript";
32
+ import * as typescript3 from "typescript";
33
33
 
34
34
  //#region src/cli/common.d.ts
35
35
  /**
@@ -52,7 +52,7 @@ declare function panic(message: any): never;
52
52
  * @private
53
53
  * @internal
54
54
  */
55
- declare function loadTypeScript(e?: string): Promise<typeof typescript1>;
55
+ declare function loadTypeScript(e?: string): Promise<typeof typescript3>;
56
56
  /**
57
57
  * @private
58
58
  * @internal
@@ -1,6 +1,6 @@
1
1
  const require_chunk = require('../chunk-nOFOJqeH.js');
2
2
  const require_constants = require('../constants-B5_Ta7PR.js');
3
- const require_version = require('../version-Cwwm21Tr.js');
3
+ const require_version = require('../version-DPUtHDk5.js');
4
4
  const node_fs = require_chunk.__toESM(require("node:fs"));
5
5
  const node_path = require_chunk.__toESM(require("node:path"));
6
6
  const node_child_process = require_chunk.__toESM(require("node:child_process"));
@@ -1,2 +1,2 @@
1
- import { bootstrapCommandkitCLI } from "../init-DsaK1AfD.js";
1
+ import { bootstrapCommandkitCLI } from "../init-Dy6N3ICb.js";
2
2
  export { bootstrapCommandkitCLI };
@@ -1,4 +1,4 @@
1
- import * as child_process3 from "child_process";
1
+ import * as child_process5 from "child_process";
2
2
 
3
3
  //#region src/cli/production.d.ts
4
4
 
@@ -6,7 +6,7 @@ import * as child_process3 from "child_process";
6
6
  * @private
7
7
  * @internal
8
8
  */
9
- declare function bootstrapProductionServer(configPath?: string): Promise<child_process3.ChildProcess>;
9
+ declare function bootstrapProductionServer(configPath?: string): Promise<child_process5.ChildProcess>;
10
10
  /**
11
11
  * @private
12
12
  * @internal
package/dist/index.d.ts CHANGED
@@ -30,7 +30,7 @@ import { EventsRouter, EventsRouterOptions, EventsTree, ParsedEvent } from "./Ev
30
30
  import "./index-CUPkUUOR.js";
31
31
  import { COMMANDKIT_BOOTSTRAP_MODE, COMMANDKIT_CWD, COMMANDKIT_IS_CLI, COMMANDKIT_IS_DEV, COMMANDKIT_IS_TEST, HMREventType } from "./constants-MKu-Q1jh.js";
32
32
  import { EventWorkerContext, eventWorkerContext, getEventWorkerContext, isEventWorkerContext, runInEventWorkerContext } from "./EventWorkerContext-CGIqPuh6.js";
33
- import { bootstrapCommandkitCLI } from "./init-DsaK1AfD.js";
33
+ import { bootstrapCommandkitCLI } from "./init-Dy6N3ICb.js";
34
34
  import { defineConfig, getConfig } from "./config-GcJ2yAdr.js";
35
35
  import { ILogger } from "./ILogger-DBGON5wx.js";
36
36
  import { DefaultLogger } from "./DefaultLogger-Cy55-uPl.js";
package/dist/index.js CHANGED
@@ -36,7 +36,7 @@ require('./store-CyzliDXj.js');
36
36
  const require_helpers = require('./helpers-DfV6HlgI.js');
37
37
  require('./app-gCenKq8k.js');
38
38
  require('./ILogger-BMIMljYD.js');
39
- const require_version = require('./version-Cwwm21Tr.js');
39
+ const require_version = require('./version-DPUtHDk5.js');
40
40
  const require_feature_flags = require('./feature-flags-aCvzjoPi.js');
41
41
  const require_init = require('./init-5BxpQb8k.js');
42
42
 
@@ -1,4 +1,4 @@
1
- import * as commander2 from "commander";
1
+ import * as commander4 from "commander";
2
2
 
3
3
  //#region src/cli/init.d.ts
4
4
 
@@ -7,7 +7,7 @@ import * as commander2 from "commander";
7
7
  * @param argv The arguments passed to the CLI.
8
8
  * @param options The options passed to the CLI.
9
9
  */
10
- declare function bootstrapCommandkitCLI(argv: string[], options?: commander2.ParseOptions | undefined): Promise<void>;
10
+ declare function bootstrapCommandkitCLI(argv: string[], options?: commander4.ParseOptions | undefined): Promise<void>;
11
11
  //#endregion
12
12
  export { bootstrapCommandkitCLI };
13
- //# sourceMappingURL=init-DsaK1AfD.d.ts.map
13
+ //# sourceMappingURL=init-Dy6N3ICb.d.ts.map
@@ -1,7 +1,7 @@
1
- import * as picocolors_types6 from "picocolors/types";
1
+ import * as picocolors_types8 from "picocolors/types";
2
2
 
3
3
  //#region src/utils/colors.d.ts
4
- declare const _default: picocolors_types6.Colors;
4
+ declare const _default: picocolors_types8.Colors;
5
5
  //#endregion
6
6
  export { _default as default };
7
7
  //# sourceMappingURL=colors.d.ts.map
@@ -6,7 +6,7 @@
6
6
  /**
7
7
  * The current version of CommandKit.
8
8
  */
9
- const version = "1.0.0-dev.20250718021907";
9
+ const version = "1.0.0-dev.20250718125643";
10
10
 
11
11
  //#endregion
12
12
  Object.defineProperty(exports, 'version', {
@@ -15,4 +15,4 @@ Object.defineProperty(exports, 'version', {
15
15
  return version;
16
16
  }
17
17
  });
18
- //# sourceMappingURL=version-Cwwm21Tr.js.map
18
+ //# sourceMappingURL=version-DPUtHDk5.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version-Cwwm21Tr.js","names":[],"sources":["../src/version.ts"],"sourcesContent":["/**\n * @private\n */\nfunction $version(): string {\n 'use macro';\n return require('../package.json').version;\n}\n\n/**\n * The current version of CommandKit.\n */\nexport const version: string = $version();\n"],"mappings":";;;;;;;;AAWA,MAAa,UAA4B"}
1
+ {"version":3,"file":"version-DPUtHDk5.js","names":[],"sources":["../src/version.ts"],"sourcesContent":["/**\n * @private\n */\nfunction $version(): string {\n 'use macro';\n return require('../package.json').version;\n}\n\n/**\n * The current version of CommandKit.\n */\nexport const version: string = $version();\n"],"mappings":";;;;;;;;AAWA,MAAa,UAA4B"}
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
- const require_version = require('./version-Cwwm21Tr.js');
1
+ const require_version = require('./version-DPUtHDk5.js');
2
2
 
3
3
  exports.version = require_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.0.0-dev.20250718021907",
4
+ "version": "1.0.0-dev.20250718125643",
5
5
  "license": "MIT",
6
6
  "type": "commonjs",
7
7
  "main": "./dist/index.js",
@@ -178,7 +178,7 @@
178
178
  "tsx": "^4.19.2",
179
179
  "typescript": "^5.7.3",
180
180
  "vitest": "^3.0.5",
181
- "tsconfig": "0.0.0-dev.20250718021907"
181
+ "tsconfig": "0.0.0-dev.20250718125643"
182
182
  },
183
183
  "engines": {
184
184
  "node": ">=24"