commandkit 1.2.0-dev.20260127005207 → 1.2.0-dev.20260128004845

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.
Files changed (2) hide show
  1. package/dist/version.js +1 -1
  2. package/package.json +2 -2
package/dist/version.js CHANGED
@@ -6,7 +6,7 @@
6
6
  /**
7
7
  * The current version of CommandKit.
8
8
  */
9
- const version = "1.2.0-dev.20260127005207";
9
+ const version = "1.2.0-dev.20260128004845";
10
10
 
11
11
  //#endregion
12
12
  exports.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.20260127005207",
4
+ "version": "1.2.0-dev.20260128004845",
5
5
  "license": "GPL-3.0-only",
6
6
  "type": "commonjs",
7
7
  "main": "./dist/index.js",
@@ -187,7 +187,7 @@
187
187
  "tsx": "^4.19.2",
188
188
  "typescript": "^5.9.3",
189
189
  "vitest": "^3.0.5",
190
- "tsconfig": "0.0.0-dev.20260127005207"
190
+ "tsconfig": "0.0.0-dev.20260128004845"
191
191
  },
192
192
  "engines": {
193
193
  "node": ">=24"