necord 5.7.1 → 5.7.2-dev.1681607087.ee73586
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/CHANGELOG.md +10 -0
- package/README.md +4 -0
- package/package.json +4 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
|
|
4
|
+
# [5.7.1](https://github.com/necordjs/necord/compare/v5.7.0...v5.7.1) - (2023-04-13)
|
|
5
|
+
|
|
6
|
+
## Refactor
|
|
7
|
+
|
|
8
|
+
- Split global commands to all command ([cace782](https://github.com/necordjs/necord/commit/cace782a76de005797b96c71a480a4df9a7fa932))
|
|
9
|
+
|
|
10
|
+
## Styling
|
|
11
|
+
|
|
12
|
+
- Lint ([f21ada2](https://github.com/necordjs/necord/commit/f21ada2a2f6a2b1e277a49ae6abf97e8a4de421e))
|
|
13
|
+
|
|
4
14
|
# [5.7.0](https://github.com/necordjs/necord/compare/v5.6.1...v5.7.0) - (2023-04-13)
|
|
5
15
|
|
|
6
16
|
## Features
|
package/README.md
CHANGED
|
@@ -100,6 +100,10 @@ If you want to fully dive into Necord check out these resources:
|
|
|
100
100
|
* [Discord JS](https://discord.js.org) - The most powerful library for creating bots.
|
|
101
101
|
* [Discord API](https://discord.com/developers/docs) - Official documentation of Discord API.
|
|
102
102
|
|
|
103
|
+
## Backers
|
|
104
|
+
|
|
105
|
+
<a href="https://opencollective.com/necord" target="_blank"><img src="https://opencollective.com/necord/backers.svg?width=1000"></a>
|
|
106
|
+
|
|
103
107
|
## Stay in touch
|
|
104
108
|
|
|
105
109
|
* Author - [Alexey Filippov](https://t.me/socketsomeone)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "necord",
|
|
3
|
-
"description": "A module for creating Discord bots using NestJS, based on Discord.js
|
|
4
|
-
"version": "5.7.
|
|
3
|
+
"description": "A module for creating Discord bots using NestJS, based on Discord.js",
|
|
4
|
+
"version": "5.7.2-dev.1681607087.ee73586",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "rimraf dist && tsc -p tsconfig.build.json",
|
|
7
7
|
"prepublish:npm": "npm run build",
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"path-to-regexp": "6.2.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@commitlint/cli": "17.
|
|
59
|
-
"@commitlint/config-angular": "17.
|
|
58
|
+
"@commitlint/cli": "17.6.0",
|
|
59
|
+
"@commitlint/config-angular": "17.6.1",
|
|
60
60
|
"@favware/npm-deprecate": "1.0.7",
|
|
61
61
|
"@nestjs/common": "9.4.0",
|
|
62
62
|
"@nestjs/core": "9.4.0",
|
|
@@ -69,7 +69,6 @@
|
|
|
69
69
|
"eslint-config-prettier": "8.8.0",
|
|
70
70
|
"eslint-plugin-prettier": "4.2.1",
|
|
71
71
|
"husky": "8.0.3",
|
|
72
|
-
"jest": "29.5.0",
|
|
73
72
|
"lint-staged": "13.2.1",
|
|
74
73
|
"prettier": "2.8.7",
|
|
75
74
|
"reflect-metadata": "0.1.13",
|