@globalart/nestcord 2.3.0 → 2.3.1
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/package.json +12 -12
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
<h1>
|
|
3
|
-
<a href="#"><img src="https://nestcord.
|
|
3
|
+
<a href="#"><img src="https://nestcord.js.org/img/logo.png" alt="NestCord Logo"></a>
|
|
4
4
|
</h1>
|
|
5
5
|
🤖 A versatile NestJS module for creating <b><a href="https://discord.com/">Discord</a> bots</b>, powered by <a href="https://discord.js.org/">Discord.js</a>.
|
|
6
6
|
<br/><br/>
|
|
7
|
-
<a href="https://nestcord.
|
|
7
|
+
<a href="https://nestcord.js.org">Documentation ✨</a>   <a href="https://github.com/GlobalArtInc/nestcord">Source Code 🪡</a>   <a href="https://github.com/GlobalArtInc/nestcord/tree/master/examples">Examples 🛠️</a>   <a href="https://discord.gg/4Tc9hssSAv">Community 💬</a>
|
|
8
8
|
</div>
|
|
9
9
|
|
|
10
10
|
<br/>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@globalart/nestcord",
|
|
3
3
|
"description": "A module for creating Discord bots using NestJS, based on Discord.js",
|
|
4
|
-
"version": "2.3.
|
|
4
|
+
"version": "2.3.1",
|
|
5
5
|
"private": false,
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "rimraf dist && tsc -p tsconfig.build.json",
|
|
@@ -59,20 +59,20 @@
|
|
|
59
59
|
"@commitlint/cli": "19.8.1",
|
|
60
60
|
"@commitlint/config-angular": "19.8.1",
|
|
61
61
|
"@favware/npm-deprecate": "2.0.0",
|
|
62
|
-
"@nestjs/common": "11.1.
|
|
63
|
-
"@nestjs/core": "11.1.
|
|
62
|
+
"@nestjs/common": "11.1.3",
|
|
63
|
+
"@nestjs/core": "11.1.3",
|
|
64
64
|
"@nestjs/platform-express": "^11.1.1",
|
|
65
|
-
"@types/node": "
|
|
66
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
67
|
-
"@typescript-eslint/parser": "8.
|
|
68
|
-
"discord-api-types": "0.38.
|
|
69
|
-
"discord.js": "14.
|
|
70
|
-
"eslint": "9.
|
|
65
|
+
"@types/node": "24.0.4",
|
|
66
|
+
"@typescript-eslint/eslint-plugin": "8.35.0",
|
|
67
|
+
"@typescript-eslint/parser": "8.35.0",
|
|
68
|
+
"discord-api-types": "0.38.13",
|
|
69
|
+
"discord.js": "14.21.0",
|
|
70
|
+
"eslint": "9.29.0",
|
|
71
71
|
"eslint-config-prettier": "10.1.5",
|
|
72
|
-
"eslint-plugin-prettier": "5.
|
|
72
|
+
"eslint-plugin-prettier": "5.5.0",
|
|
73
73
|
"husky": "9.1.7",
|
|
74
|
-
"lint-staged": "16.1.
|
|
75
|
-
"prettier": "3.
|
|
74
|
+
"lint-staged": "16.1.2",
|
|
75
|
+
"prettier": "3.6.1",
|
|
76
76
|
"reflect-metadata": "0.2.2",
|
|
77
77
|
"release-it": "19.0.3",
|
|
78
78
|
"rimraf": "6.0.1",
|