@commandkit/ai 1.2.0-rc.12 → 1.2.0-rc.13

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.
@@ -639,8 +639,8 @@ attach them to the start of each source file to most effectively state
639
639
  the exclusion of warranty; and each file should have at least the
640
640
  "copyright" line and a pointer to where the full notice is found.
641
641
 
642
- <one line to give the program's name and a brief idea of what it does.>
643
- Copyright (C) <year> <name of author>
642
+ CommandKit is a discord.js metaframework
643
+ Copyright (C) 2026 Neplex
644
644
 
645
645
  This program is free software: you can redistribute it and/or modify
646
646
  it under the terms of the GNU General Public License as published by
@@ -661,7 +661,7 @@ mail.
661
661
  If the program does terminal interaction, make it output a short
662
662
  notice like this when it starts in an interactive mode:
663
663
 
664
- <program> Copyright (C) <year> <name of author>
664
+ CommandKit Copyright (C) 2026 Neplex
665
665
  This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
666
666
  This is free software, and you are welcome to redistribute it
667
667
  under certain conditions; type `show c' for details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commandkit/ai",
3
- "version": "1.2.0-rc.12",
3
+ "version": "1.2.0-rc.13",
4
4
  "description": "Supercharge your CommandKit bot with AI capabilities",
5
5
  "files": [
6
6
  "dist"
@@ -9,7 +9,7 @@
9
9
  "types": "dist/index.d.ts",
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "git+https://github.com/underctrl-io/commandkit.git"
12
+ "url": "git+https://github.com/neplextech/commandkit.git"
13
13
  },
14
14
  "keywords": [
15
15
  "commandkit",
@@ -21,14 +21,14 @@
21
21
  ],
22
22
  "license": "GPL-3.0-only",
23
23
  "bugs": {
24
- "url": "https://github.com/underctrl-io/commandkit/issues"
24
+ "url": "https://github.com/neplextech/commandkit/issues"
25
25
  },
26
- "homepage": "https://github.com/underctrl-io/commandkit#readme",
26
+ "homepage": "https://github.com/neplextech/commandkit#readme",
27
27
  "devDependencies": {
28
- "discord.js": "^14.23.2",
29
- "typescript": "^5.8.3",
30
- "commandkit": "1.2.0-rc.12",
31
- "tsconfig": "0.0.0-rc.12"
28
+ "discord.js": "^14.24.0",
29
+ "typescript": "^5.9.3",
30
+ "commandkit": "1.2.0-rc.13",
31
+ "tsconfig": "0.0.0-rc.13"
32
32
  },
33
33
  "dependencies": {
34
34
  "ai": "^5.0.22",