commandkit 1.0.0-dev.20250606121449 → 1.0.0-dev.20250606125112
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-CT348Okf.d.ts → init-DSYckXwx.d.ts} +3 -3
- package/dist/{version-ljw239LW.js → version-Do1SFjc5.js} +2 -2
- package/dist/{version-ljw239LW.js.map → version-Do1SFjc5.js.map} +1 -1
- package/dist/version.js +1 -1
- package/package.json +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as child_process2 from "child_process";
|
|
2
2
|
|
|
3
3
|
//#region src/cli/app-process.d.ts
|
|
4
|
-
declare function createAppProcess(fileName: string, cwd: string, isDev: boolean):
|
|
4
|
+
declare function createAppProcess(fileName: string, cwd: string, isDev: boolean): child_process2.ChildProcess;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { createAppProcess };
|
|
7
7
|
//# sourceMappingURL=app-process.d.ts.map
|
package/dist/cli/common.d.ts
CHANGED
|
@@ -31,7 +31,7 @@ import "../index-CUPkUUOR.js";
|
|
|
31
31
|
import "../constants-BPWSrMkn.js";
|
|
32
32
|
import "../types-DFaFI0H7.js";
|
|
33
33
|
import { ResolvedCommandKitConfig } from "../utils-DOSJ2rn3.js";
|
|
34
|
-
import * as
|
|
34
|
+
import * as typescript3 from "typescript";
|
|
35
35
|
|
|
36
36
|
//#region src/cli/common.d.ts
|
|
37
37
|
declare function write(message: any): void;
|
|
@@ -41,7 +41,7 @@ declare function findEntrypoint(dir: string): string;
|
|
|
41
41
|
*/
|
|
42
42
|
declare function panic(message: any): never;
|
|
43
43
|
declare function findPackageJSON(): any;
|
|
44
|
-
declare function loadTypeScript(e?: string): Promise<typeof
|
|
44
|
+
declare function loadTypeScript(e?: string): Promise<typeof typescript3>;
|
|
45
45
|
declare function loadConfigFileFromPath(target: string): Promise<ResolvedCommandKitConfig>;
|
|
46
46
|
declare function erase(dir: string): void;
|
|
47
47
|
declare function copyLocaleFiles(_from: string, _to: string): Promise<void>;
|
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-Do1SFjc5.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-DSYckXwx.js";
|
|
2
2
|
export { bootstrapCommandkitCLI };
|
package/dist/cli/production.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as child_process1 from "child_process";
|
|
2
2
|
|
|
3
3
|
//#region src/cli/production.d.ts
|
|
4
|
-
declare function bootstrapProductionServer(configPath?: string): Promise<
|
|
4
|
+
declare function bootstrapProductionServer(configPath?: string): Promise<child_process1.ChildProcess>;
|
|
5
5
|
declare function createProductionBuild(configPath?: string): Promise<void>;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { bootstrapProductionServer, createProductionBuild };
|
package/dist/index.d.ts
CHANGED
|
@@ -32,7 +32,7 @@ import { COMMANDKIT_BOOTSTRAP_MODE, COMMANDKIT_CACHE_TAG, COMMANDKIT_IS_CLI, COM
|
|
|
32
32
|
import { EventWorkerContext, eventWorkerContext, getEventWorkerContext, isEventWorkerContext, runInEventWorkerContext } from "./EventWorkerContext-Dk7c6sRe.js";
|
|
33
33
|
import "./types-DFaFI0H7.js";
|
|
34
34
|
import "./utils-DOSJ2rn3.js";
|
|
35
|
-
import { bootstrapCommandkitCLI } from "./init-
|
|
35
|
+
import { bootstrapCommandkitCLI } from "./init-DSYckXwx.js";
|
|
36
36
|
import { defineConfig, getConfig } from "./config-BX3KH7XB.js";
|
|
37
37
|
import { ILogger } from "./ILogger-kqwb2kUu.js";
|
|
38
38
|
import { DefaultLogger } from "./DefaultLogger-CcW-Fuq5.js";
|
package/dist/index.js
CHANGED
|
@@ -38,7 +38,7 @@ require('./store-Ci6ib2C9.js');
|
|
|
38
38
|
const require_helpers = require('./helpers-CswC9gKF.js');
|
|
39
39
|
require('./app-CXCbKsPz.js');
|
|
40
40
|
require('./ILogger-DucYb0bG.js');
|
|
41
|
-
const require_version = require('./version-
|
|
41
|
+
const require_version = require('./version-Do1SFjc5.js');
|
|
42
42
|
const require_feature_flags = require('./feature-flags-DJi3gEFN.js');
|
|
43
43
|
const require_init = require('./init-BDgyvx9E.js');
|
|
44
44
|
|
|
@@ -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-DSYckXwx.d.ts.map
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/**
|
|
4
4
|
* The current version of CommandKit.
|
|
5
5
|
*/
|
|
6
|
-
const version = "1.0.0-dev.
|
|
6
|
+
const version = "1.0.0-dev.20250606125112";
|
|
7
7
|
|
|
8
8
|
//#endregion
|
|
9
9
|
Object.defineProperty(exports, 'version', {
|
|
@@ -12,4 +12,4 @@ Object.defineProperty(exports, 'version', {
|
|
|
12
12
|
return version;
|
|
13
13
|
}
|
|
14
14
|
});
|
|
15
|
-
//# sourceMappingURL=version-
|
|
15
|
+
//# sourceMappingURL=version-Do1SFjc5.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version-
|
|
1
|
+
{"version":3,"file":"version-Do1SFjc5.js","names":[],"sources":["../src/version.ts"],"sourcesContent":["function $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":";;;;;AAQA,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.20250606125112",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "commonjs",
|
|
7
7
|
"main": "./dist/index.js",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"tsx": "^4.19.2",
|
|
130
130
|
"typescript": "^5.7.3",
|
|
131
131
|
"vitest": "^3.0.5",
|
|
132
|
-
"tsconfig": "0.0.0-dev.
|
|
132
|
+
"tsconfig": "0.0.0-dev.20250606125112"
|
|
133
133
|
},
|
|
134
134
|
"peerDependencies": {
|
|
135
135
|
"discord.js": "^14"
|