commandkit 1.0.0-dev.20250615131542 → 1.0.0-dev.20250616125418

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_process2 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_process2 from "child_process";
6
6
  * @private
7
7
  * @internal
8
8
  */
9
- declare function createAppProcess(fileName: string, cwd: string, isDev: boolean): child_process2.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
@@ -31,7 +31,7 @@ import "../index-CUPkUUOR.js";
31
31
  import "../constants-BTttfrm3.js";
32
32
  import "../types-B1QaN0pq.js";
33
33
  import { ResolvedCommandKitConfig } from "../utils-BoBpd4Ei.js";
34
- import * as typescript3 from "typescript";
34
+ import * as typescript1 from "typescript";
35
35
 
36
36
  //#region src/cli/common.d.ts
37
37
  /**
@@ -59,7 +59,7 @@ declare function findPackageJSON(): any;
59
59
  * @private
60
60
  * @internal
61
61
  */
62
- declare function loadTypeScript(e?: string): Promise<typeof typescript3>;
62
+ declare function loadTypeScript(e?: string): Promise<typeof typescript1>;
63
63
  /**
64
64
  * @private
65
65
  * @internal
@@ -1,5 +1,5 @@
1
1
  const require_chunk = require('../chunk-nOFOJqeH.js');
2
- const require_version = require('../version-CJDvC8Db.js');
2
+ const require_version = require('../version-ZFRVQHvR.js');
3
3
  const node_fs = require_chunk.__toESM(require("node:fs"));
4
4
  const node_path = require_chunk.__toESM(require("node:path"));
5
5
  const node_child_process = require_chunk.__toESM(require("node:child_process"));
@@ -1,2 +1,2 @@
1
- import { bootstrapCommandkitCLI } from "../init-C62l0PVB.js";
1
+ import { bootstrapCommandkitCLI } from "../init-CT348Okf.js";
2
2
  export { bootstrapCommandkitCLI };
@@ -1,4 +1,4 @@
1
- import * as child_process5 from "child_process";
1
+ import * as child_process3 from "child_process";
2
2
 
3
3
  //#region src/cli/production.d.ts
4
4
 
@@ -6,7 +6,7 @@ import * as child_process5 from "child_process";
6
6
  * @private
7
7
  * @internal
8
8
  */
9
- declare function bootstrapProductionServer(configPath?: string): Promise<child_process5.ChildProcess>;
9
+ declare function bootstrapProductionServer(configPath?: string): Promise<child_process3.ChildProcess>;
10
10
  /**
11
11
  * @private
12
12
  * @internal
package/dist/index.d.ts CHANGED
@@ -32,7 +32,7 @@ import { COMMANDKIT_BOOTSTRAP_MODE, COMMANDKIT_IS_CLI, COMMANDKIT_IS_DEV, COMMAN
32
32
  import { EventWorkerContext, eventWorkerContext, getEventWorkerContext, isEventWorkerContext, runInEventWorkerContext } from "./EventWorkerContext-B272I5sb.js";
33
33
  import "./types-B1QaN0pq.js";
34
34
  import "./utils-BoBpd4Ei.js";
35
- import { bootstrapCommandkitCLI } from "./init-C62l0PVB.js";
35
+ import { bootstrapCommandkitCLI } from "./init-CT348Okf.js";
36
36
  import { defineConfig, getConfig } from "./config-Vz8yDi-x.js";
37
37
  import { ILogger } from "./ILogger-Cs5SFzqd.js";
38
38
  import { DefaultLogger } from "./DefaultLogger-pWzrSxMd.js";
package/dist/index.js CHANGED
@@ -37,7 +37,7 @@ require('./store-CiqLHedg.js');
37
37
  const require_helpers = require('./helpers-BUlN3lIz.js');
38
38
  require('./app-HN1cVg8J.js');
39
39
  require('./ILogger-dQ7Y9X1f.js');
40
- const require_version = require('./version-CJDvC8Db.js');
40
+ const require_version = require('./version-ZFRVQHvR.js');
41
41
  const require_feature_flags = require('./feature-flags-cY5-mCX0.js');
42
42
  const require_init = require('./init-D77HLYw2.js');
43
43
 
@@ -1,4 +1,4 @@
1
- import * as commander4 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 commander4 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?: commander4.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-C62l0PVB.d.ts.map
13
+ //# sourceMappingURL=init-CT348Okf.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.20250615131542";
9
+ const version = "1.0.0-dev.20250616125418";
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-CJDvC8Db.js.map
18
+ //# sourceMappingURL=version-ZFRVQHvR.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version-CJDvC8Db.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-ZFRVQHvR.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-CJDvC8Db.js');
1
+ const require_version = require('./version-ZFRVQHvR.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.20250615131542",
4
+ "version": "1.0.0-dev.20250616125418",
5
5
  "license": "MIT",
6
6
  "type": "commonjs",
7
7
  "main": "./dist/index.js",
@@ -136,7 +136,7 @@
136
136
  "tsx": "^4.19.2",
137
137
  "typescript": "^5.7.3",
138
138
  "vitest": "^3.0.5",
139
- "tsconfig": "0.0.0-dev.20250615131542"
139
+ "tsconfig": "0.0.0-dev.20250616125418"
140
140
  },
141
141
  "peerDependencies": {
142
142
  "discord.js": "^14"