commandkit 1.0.0-dev.20250716021102 → 1.0.0-dev.20250717021130
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/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/{init-DsaK1AfD.d.ts → init-DOr-Y3GQ.d.ts} +3 -3
- package/dist/{version-Bi8sX1Hb.js → version-D_IWy0BQ.js} +2 -2
- package/dist/{version-Bi8sX1Hb.js.map → version-D_IWy0BQ.js.map} +1 -1
- package/dist/version.js +1 -1
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as child_process1 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_process1.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-MKu-Q1jh.js";
|
|
32
|
-
import * as
|
|
32
|
+
import * as typescript2 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
|
|
55
|
+
declare function loadTypeScript(e?: string): Promise<typeof typescript2>;
|
|
56
56
|
/**
|
|
57
57
|
* @private
|
|
58
58
|
* @internal
|
package/dist/cli/information.js
CHANGED
|
@@ -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-
|
|
3
|
+
const require_version = require('../version-D_IWy0BQ.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"));
|
package/dist/cli/init.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { bootstrapCommandkitCLI } from "../init-
|
|
1
|
+
import { bootstrapCommandkitCLI } from "../init-DOr-Y3GQ.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-
|
|
33
|
+
import { bootstrapCommandkitCLI } from "./init-DOr-Y3GQ.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-
|
|
39
|
+
const require_version = require('./version-D_IWy0BQ.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
|
|
1
|
+
import * as commander0 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?: commander0.ParseOptions | undefined): Promise<void>;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { bootstrapCommandkitCLI };
|
|
13
|
-
//# sourceMappingURL=init-
|
|
13
|
+
//# sourceMappingURL=init-DOr-Y3GQ.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.20250717021130";
|
|
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-D_IWy0BQ.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version-
|
|
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"}
|
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.20250717021130",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "commonjs",
|
|
7
7
|
"main": "./dist/index.js",
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"picocolors": "^1.1.1",
|
|
168
168
|
"rfdc": "^1.3.1",
|
|
169
169
|
"rimraf": "^6.0.0",
|
|
170
|
-
"tsdown": "^0.12.
|
|
170
|
+
"tsdown": "^0.12.9",
|
|
171
171
|
"use-macro": "^1.1.0"
|
|
172
172
|
},
|
|
173
173
|
"devDependencies": {
|
|
@@ -178,10 +178,10 @@
|
|
|
178
178
|
"tsx": "^4.19.2",
|
|
179
179
|
"typescript": "^5.7.3",
|
|
180
180
|
"vitest": "^3.0.5",
|
|
181
|
-
"tsconfig": "0.0.0-dev.
|
|
181
|
+
"tsconfig": "0.0.0-dev.20250717021130"
|
|
182
182
|
},
|
|
183
183
|
"engines": {
|
|
184
|
-
"node": ">=
|
|
184
|
+
"node": ">=24"
|
|
185
185
|
},
|
|
186
186
|
"scripts": {
|
|
187
187
|
"lint": "tsc --noEmit",
|