necord 6.6.0 → 6.6.1-dev.1707526343.c7cd22a

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/CHANGELOG.md +6 -0
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # Changelog
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
+ # [6.6.0](https://github.com/necordjs/necord/compare/v6.5.0...v6.6.0) - (2024-01-14)
5
+
6
+ ## Features
7
+
8
+ - Add providers of client ([8c65d72](https://github.com/necordjs/necord/commit/8c65d72a46ff64e7fd107bdb6b3d507268ff63b0))
9
+
4
10
  # [6.5.0](https://github.com/necordjs/necord/compare/v6.4.2...v6.5.0) - (2023-12-19)
5
11
 
6
12
  ## Refactor
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "necord",
3
3
  "description": "A module for creating Discord bots using NestJS, based on Discord.js",
4
- "version": "6.6.0",
4
+ "version": "6.6.1-dev.1707526343.c7cd22a",
5
5
  "scripts": {
6
6
  "build": "rimraf dist && tsc -p tsconfig.build.json",
7
7
  "prepublish:npm": "npm run build",
@@ -55,24 +55,24 @@
55
55
  "path-to-regexp": "6.2.1"
56
56
  },
57
57
  "devDependencies": {
58
- "@commitlint/cli": "18.4.4",
59
- "@commitlint/config-angular": "18.4.4",
58
+ "@commitlint/cli": "18.6.0",
59
+ "@commitlint/config-angular": "18.6.0",
60
60
  "@favware/npm-deprecate": "1.0.7",
61
- "@nestjs/common": "10.3.0",
62
- "@nestjs/core": "10.3.0",
63
- "@types/node": "20.11.0",
64
- "@typescript-eslint/eslint-plugin": "6.18.1",
65
- "@typescript-eslint/parser": "6.18.1",
66
- "discord-api-types": "0.37.67",
61
+ "@nestjs/common": "10.3.2",
62
+ "@nestjs/core": "10.3.2",
63
+ "@types/node": "20.11.17",
64
+ "@typescript-eslint/eslint-plugin": "6.21.0",
65
+ "@typescript-eslint/parser": "6.21.0",
66
+ "discord-api-types": "0.37.69",
67
67
  "discord.js": "14.14.1",
68
68
  "eslint": "8.56.0",
69
69
  "eslint-config-prettier": "9.1.0",
70
70
  "eslint-plugin-prettier": "5.1.3",
71
- "husky": "8.0.3",
72
- "lint-staged": "15.2.0",
73
- "prettier": "3.1.1",
74
- "reflect-metadata": "0.1.14",
75
- "release-it": "17.0.1",
71
+ "husky": "9.0.10",
72
+ "lint-staged": "15.2.2",
73
+ "prettier": "3.2.5",
74
+ "reflect-metadata": "0.2.1",
75
+ "release-it": "17.0.3",
76
76
  "rimraf": "5.0.5",
77
77
  "rxjs": "7.8.1",
78
78
  "ts-node": "10.9.2",
@@ -82,7 +82,7 @@
82
82
  "@nestjs/common": "^10.2.0",
83
83
  "@nestjs/core": "^10.2.0",
84
84
  "discord.js": "^14.0.1",
85
- "reflect-metadata": "^0.1.13",
85
+ "reflect-metadata": "^0.2.1",
86
86
  "rxjs": "^7.2.0"
87
87
  },
88
88
  "engines": {