commandkit 1.0.0-dev.20250717021130 → 1.0.0-dev.20250717125539

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_process1 from "child_process";
1
+ import * as child_process0 from "child_process";
2
2
 
3
3
  //#region src/cli/app-process.d.ts
4
4
 
@@ -6,7 +6,7 @@ import * as child_process1 from "child_process";
6
6
  * @private
7
7
  * @internal
8
8
  */
9
- declare function createAppProcess(fileName: string, cwd: string, isDev: boolean): child_process1.ChildProcess;
9
+ declare function createAppProcess(fileName: string, cwd: string, isDev: boolean): child_process0.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 typescript2 from "typescript";
32
+ import * as typescript1 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 typescript2>;
55
+ declare function loadTypeScript(e?: string): Promise<typeof typescript1>;
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-D_IWy0BQ.js');
3
+ const require_version = require('../version-BU3ket2L.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-DOr-Y3GQ.js";
1
+ import { bootstrapCommandkitCLI } from "../init-DsaK1AfD.js";
2
2
  export { bootstrapCommandkitCLI };
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-DOr-Y3GQ.js";
33
+ import { bootstrapCommandkitCLI } from "./init-DsaK1AfD.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-D_IWy0BQ.js');
39
+ const require_version = require('./version-BU3ket2L.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 commander0 from "commander";
1
+ import * as commander2 from "commander";
2
2
 
3
3
  //#region src/cli/init.d.ts
4
4
 
@@ -7,7 +7,7 @@ import * as commander0 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?: commander0.ParseOptions | undefined): Promise<void>;
10
+ declare function bootstrapCommandkitCLI(argv: string[], options?: commander2.ParseOptions | undefined): Promise<void>;
11
11
  //#endregion
12
12
  export { bootstrapCommandkitCLI };
13
- //# sourceMappingURL=init-DOr-Y3GQ.d.ts.map
13
+ //# sourceMappingURL=init-DsaK1AfD.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.20250717021130";
9
+ const version = "1.0.0-dev.20250717125539";
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-D_IWy0BQ.js.map
18
+ //# sourceMappingURL=version-BU3ket2L.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version-D_IWy0BQ.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-BU3ket2L.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-D_IWy0BQ.js');
1
+ const require_version = require('./version-BU3ket2L.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.20250717021130",
4
+ "version": "1.0.0-dev.20250717125539",
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.20250717021130"
181
+ "tsconfig": "0.0.0-dev.20250717125539"
182
182
  },
183
183
  "engines": {
184
184
  "node": ">=24"