commandkit 1.2.0-dev.20251010140121 → 1.2.0-dev.20251011014712

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,6 +1,6 @@
1
1
  const require_chunk = require('../chunk-nOFOJqeH.js');
2
2
  const require_constants = require('../constants-BMWH2YUr.js');
3
- const require_version = require('../version-DH6utq9o.js');
3
+ const require_version = require('../version-CbxcX_64.js');
4
4
  let node_fs = require("node:fs");
5
5
  node_fs = require_chunk.__toESM(node_fs);
6
6
  let node_path = require("node:path");
package/dist/index.js CHANGED
@@ -41,7 +41,7 @@ require('./CommandKitEventsChannel-2l9Za-le.js');
41
41
  require('./store-ZwL2gN6a.js');
42
42
  require('./app-CrjK9yWX.js');
43
43
  require('./ILogger-B0q7p7L1.js');
44
- const require_version = require('./version-DH6utq9o.js');
44
+ const require_version = require('./version-CbxcX_64.js');
45
45
  const require_feature_flags = require('./feature-flags-BaFYY04e.js');
46
46
  const require_init = require('./init-C6xSuBEW.js');
47
47
  let discord_js = require("discord.js");
@@ -6,7 +6,7 @@
6
6
  /**
7
7
  * The current version of CommandKit.
8
8
  */
9
- const version = "1.2.0-dev.20251010140121";
9
+ const version = "1.2.0-dev.20251011014712";
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-DH6utq9o.js.map
18
+ //# sourceMappingURL=version-CbxcX_64.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version-DH6utq9o.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-CbxcX_64.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-DH6utq9o.js');
1
+ const require_version = require('./version-CbxcX_64.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.2.0-dev.20251010140121",
4
+ "version": "1.2.0-dev.20251011014712",
5
5
  "license": "GPL-3.0-only",
6
6
  "type": "commonjs",
7
7
  "main": "./dist/index.js",
@@ -180,7 +180,7 @@
180
180
  "tsx": "^4.19.2",
181
181
  "typescript": "^5.7.3",
182
182
  "vitest": "^3.0.5",
183
- "tsconfig": "0.0.0-dev.20251010140121"
183
+ "tsconfig": "0.0.0-dev.20251011014712"
184
184
  },
185
185
  "engines": {
186
186
  "node": ">=24"