commandkit 1.0.0-dev.20250701022249 → 1.0.0-dev.20250701125344
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/cli/app-process.d.ts +2 -2
- package/dist/cli/common.d.ts +2 -2
- package/dist/cli/information.js +1 -1
- package/dist/cli/init.d.ts +1 -1
- package/dist/cli/production.d.ts +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/{init-DsaK1AfD.d.ts → init-CWIvDkzI.d.ts} +3 -3
- package/dist/utils/colors.d.ts +2 -2
- package/dist/{version-D-vIFc48.js → version-63dHjoMs.js} +2 -2
- package/dist/{version-D-vIFc48.js.map → version-63dHjoMs.js.map} +1 -1
- package/dist/version.js +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as child_process3 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):
|
|
9
|
+
declare function createAppProcess(fileName: string, cwd: string, isDev: boolean): child_process3.ChildProcess;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { createAppProcess };
|
|
12
12
|
//# sourceMappingURL=app-process.d.ts.map
|
package/dist/cli/common.d.ts
CHANGED
|
@@ -29,7 +29,7 @@ import "../CommandsRouter-CoOA7hkf.js";
|
|
|
29
29
|
import "../EventsRouter-BacqK6z3.js";
|
|
30
30
|
import "../index-CUPkUUOR.js";
|
|
31
31
|
import "../constants-BTttfrm3.js";
|
|
32
|
-
import * as
|
|
32
|
+
import * as typescript0 from "typescript";
|
|
33
33
|
|
|
34
34
|
//#region src/cli/common.d.ts
|
|
35
35
|
/**
|
|
@@ -57,7 +57,7 @@ declare function findPackageJSON(): any;
|
|
|
57
57
|
* @private
|
|
58
58
|
* @internal
|
|
59
59
|
*/
|
|
60
|
-
declare function loadTypeScript(e?: string): Promise<typeof
|
|
60
|
+
declare function loadTypeScript(e?: string): Promise<typeof typescript0>;
|
|
61
61
|
/**
|
|
62
62
|
* @private
|
|
63
63
|
* @internal
|
package/dist/cli/information.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require_chunk = require('../chunk-nOFOJqeH.js');
|
|
2
|
-
const require_version = require('../version-
|
|
2
|
+
const require_version = require('../version-63dHjoMs.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"));
|
package/dist/cli/init.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { bootstrapCommandkitCLI } from "../init-
|
|
1
|
+
import { bootstrapCommandkitCLI } from "../init-CWIvDkzI.js";
|
|
2
2
|
export { bootstrapCommandkitCLI };
|
package/dist/cli/production.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as child_process2 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<
|
|
9
|
+
declare function bootstrapProductionServer(configPath?: string): Promise<child_process2.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_IS_CLI, COMMANDKIT_IS_DEV, COMMANDKIT_IS_TEST, HMREventType } from "./constants-BTttfrm3.js";
|
|
32
32
|
import { EventWorkerContext, eventWorkerContext, getEventWorkerContext, isEventWorkerContext, runInEventWorkerContext } from "./EventWorkerContext-rYysGdKJ.js";
|
|
33
|
-
import { bootstrapCommandkitCLI } from "./init-
|
|
33
|
+
import { bootstrapCommandkitCLI } from "./init-CWIvDkzI.js";
|
|
34
34
|
import { defineConfig, getConfig } from "./config-BL8EHesJ.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-
|
|
39
|
+
const require_version = require('./version-63dHjoMs.js');
|
|
40
40
|
const require_feature_flags = require('./feature-flags-IU-pT6k_.js');
|
|
41
41
|
const require_init = require('./init-D3mhxEzo.js');
|
|
42
42
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as commander1 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?:
|
|
10
|
+
declare function bootstrapCommandkitCLI(argv: string[], options?: commander1.ParseOptions | undefined): Promise<void>;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { bootstrapCommandkitCLI };
|
|
13
|
-
//# sourceMappingURL=init-
|
|
13
|
+
//# sourceMappingURL=init-CWIvDkzI.d.ts.map
|
package/dist/utils/colors.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as picocolors_types8 from "picocolors/types";
|
|
2
2
|
|
|
3
3
|
//#region src/utils/colors.d.ts
|
|
4
|
-
declare const _default:
|
|
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.
|
|
9
|
+
const version = "1.0.0-dev.20250701125344";
|
|
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-
|
|
18
|
+
//# sourceMappingURL=version-63dHjoMs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version-
|
|
1
|
+
{"version":3,"file":"version-63dHjoMs.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
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.
|
|
4
|
+
"version": "1.0.0-dev.20250701125344",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "commonjs",
|
|
7
7
|
"main": "./dist/index.js",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"tsx": "^4.19.2",
|
|
172
172
|
"typescript": "^5.7.3",
|
|
173
173
|
"vitest": "^3.0.5",
|
|
174
|
-
"tsconfig": "0.0.0-dev.
|
|
174
|
+
"tsconfig": "0.0.0-dev.20250701125344"
|
|
175
175
|
},
|
|
176
176
|
"peerDependencies": {
|
|
177
177
|
"discord.js": "^14"
|