create-commandkit 1.2.0-dev.20260115004503 → 1.2.0-dev.20260115121945
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/README.md +2 -2
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
<img src="https://raw.githubusercontent.com/neplextech/commandkit/main/apps/website/static/img/ckit_logo.svg" width="60%" />
|
|
3
3
|
<br />
|
|
4
|
-
<a href="https://
|
|
4
|
+
<a href="https://commandkit.dev/discord"><img src="https://img.shields.io/discord/1055188344188973066?color=5865F2&logo=discord&logoColor=white" alt="support server" /></a>
|
|
5
5
|
<a href="https://www.npmjs.com/package/create-commandkit"><img src="https://img.shields.io/npm/v/create-commandkit?maxAge=3600" alt="npm version" /></a>
|
|
6
6
|
<a href="https://www.npmjs.com/package/create-commandkit"><img src="https://img.shields.io/npm/dt/create-commandkit?maxAge=3600" alt="npm downloads" /></a>
|
|
7
7
|
</div>
|
|
@@ -98,4 +98,4 @@ npx create-commandkit@latest --list-examples
|
|
|
98
98
|
|
|
99
99
|
## Support and Suggestions
|
|
100
100
|
|
|
101
|
-
Submit any queries or suggestions in our [Discord community](https://
|
|
101
|
+
Submit any queries or suggestions in our [Discord community](https://commandkit.dev/discord).
|
package/dist/index.js
CHANGED
|
@@ -199,7 +199,7 @@ To start your bot${projectDir !== '.' ? `, ${colors.magenta(`cd ${projectDir}`)}
|
|
|
199
199
|
• Documentation: ${colors.blue('https://commandkit.dev')}
|
|
200
200
|
• GitHub: ${colors.blue('https://github.com/neplextech/commandkit')}
|
|
201
201
|
• Neplex: ${colors.blue('https://neplextech.com')}
|
|
202
|
-
• Discord community: ${colors.blue('https://
|
|
202
|
+
• Discord community: ${colors.blue('https://commandkit.dev/discord')}
|
|
203
203
|
|
|
204
204
|
Happy coding! 🚀`);
|
|
205
205
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-commandkit",
|
|
3
3
|
"description": "Effortlessly create a CommandKit project",
|
|
4
|
-
"version": "1.2.0-dev.
|
|
4
|
+
"version": "1.2.0-dev.20260115121945",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
7
7
|
"bin": "./dist/index.js",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@types/validate-npm-package-name": "^4.0.2",
|
|
44
44
|
"tsx": "^4.20.6",
|
|
45
45
|
"typescript": "^5.9.3",
|
|
46
|
-
"tsconfig": "0.0.0-dev.
|
|
46
|
+
"tsconfig": "0.0.0-dev.20260115121945"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|
|
49
49
|
"check-types": "tsc --noEmit",
|