commandkit 1.0.0-dev.20250602125246 → 1.0.0-dev.20250603020328

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,7 +1,7 @@
1
- import * as child_process0 from "child_process";
1
+ import * as child_process1 from "child_process";
2
2
 
3
3
  //#region src/cli/app-process.d.ts
4
- declare function createAppProcess(fileName: string, cwd: string, isDev: boolean): child_process0.ChildProcess;
4
+ declare function createAppProcess(fileName: string, cwd: string, isDev: boolean): child_process1.ChildProcess;
5
5
  //#endregion
6
6
  export { createAppProcess };
7
7
  //# sourceMappingURL=app-process.d.ts.map
@@ -31,7 +31,7 @@ import "../index-CUPkUUOR.js";
31
31
  import "../constants-BPWSrMkn.js";
32
32
  import "../types--Jq7UV8B.js";
33
33
  import { ResolvedCommandKitConfig } from "../utils-BJAW-jcv.js";
34
- import * as typescript1 from "typescript";
34
+ import * as typescript0 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 typescript1>;
44
+ declare function loadTypeScript(e?: string): Promise<typeof typescript0>;
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>;
@@ -1,5 +1,5 @@
1
1
  const require_chunk = require('../chunk-nOFOJqeH.js');
2
- const require_version = require('../version-Cj5-ozWK.js');
2
+ const require_version = require('../version-BIP64bsz.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/index.js CHANGED
@@ -37,7 +37,7 @@ require('./store-B9bo6On8.js');
37
37
  const require_helpers = require('./helpers-blGYXnUH.js');
38
38
  require('./app-HN1cVg8J.js');
39
39
  require('./ILogger-dQ7Y9X1f.js');
40
- const require_version = require('./version-Cj5-ozWK.js');
40
+ const require_version = require('./version-BIP64bsz.js');
41
41
  const require_feature_flags = require('./feature-flags-BXVYbfWD.js');
42
42
  const require_init = require('./init-DnAVgPki.js');
43
43
 
@@ -1,7 +1,7 @@
1
- import * as picocolors_types6 from "picocolors/types";
1
+ import * as picocolors_types4 from "picocolors/types";
2
2
 
3
3
  //#region src/utils/colors.d.ts
4
- declare const _default: picocolors_types6.Colors;
4
+ declare const _default: picocolors_types4.Colors;
5
5
  //#endregion
6
6
  export { _default as default };
7
7
  //# sourceMappingURL=colors.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.20250602125246";
6
+ const version = "1.0.0-dev.20250603020328";
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-Cj5-ozWK.js.map
15
+ //# sourceMappingURL=version-BIP64bsz.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version-Cj5-ozWK.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"}
1
+ {"version":3,"file":"version-BIP64bsz.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
@@ -1,3 +1,3 @@
1
- const require_version = require('./version-Cj5-ozWK.js');
1
+ const require_version = require('./version-BIP64bsz.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.20250602125246",
4
+ "version": "1.0.0-dev.20250603020328",
5
5
  "license": "MIT",
6
6
  "type": "commonjs",
7
7
  "main": "./dist/index.js",
@@ -122,7 +122,7 @@
122
122
  "tsx": "^4.19.2",
123
123
  "typescript": "^5.7.3",
124
124
  "vitest": "^3.0.5",
125
- "tsconfig": "0.0.0-dev.20250602125246"
125
+ "tsconfig": "0.0.0-dev.20250603020328"
126
126
  },
127
127
  "peerDependencies": {
128
128
  "discord.js": "^14"