necord 6.12.0 → 6.12.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/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
- # Changelog
2
-
1
+ # Changelog
2
+
3
+ ## 6.12.1 (2026-02-08)
4
+
3
5
  ## [6.12.0](https://github.com/necordjs/necord/compare/v6.11.2...v6.12.0) (2025-12-30)
4
6
 
5
7
  ### Features
@@ -8,8 +10,8 @@
8
10
 
9
11
  ### Bug Fixes
10
12
 
11
- * remove project field due project service dominating ([28728ad](https://github.com/necordjs/necord/commit/28728adb705baa5be7036ce7a43da1dfde91cfe3))
12
-
13
+ * remove project field due project service dominating ([28728ad](https://github.com/necordjs/necord/commit/28728adb705baa5be7036ce7a43da1dfde91cfe3))
14
+
13
15
  ## [6.11.2](https://github.com/necordjs/necord/compare/v6.11.1...v6.11.2) (2025-10-30)
14
16
 
15
17
  ### Features
@@ -452,4 +454,4 @@
452
454
  - Wtf ([8c3824b](https://github.com/necordjs/necord/commit/8c3824b095db7ed1523f21b57a285d1c56d54ce2))
453
455
  - Change intents for client ([e1b1797](https://github.com/necordjs/necord/commit/e1b1797ca3a7aaf2f77b30371831cc5e1a2685ec))
454
456
  - Change text command inline to object ([85980a7](https://github.com/necordjs/necord/commit/85980a7602d1debb6b4f4ec32d159c7b2474d8a9))
455
- - Make global guilds ([c612b45](https://github.com/necordjs/necord/commit/c612b45e7c003f4e7f34e706ea7ed1b7e17761d6))
457
+ - Make global guilds ([c612b45](https://github.com/necordjs/necord/commit/c612b45e7c003f4e7f34e706ea7ed1b7e17761d6))
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2021-2025 Alexey Filippov
3
+ Copyright (c) 2021 Alexey Filippov
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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.12.0",
4
+ "version": "6.12.1",
5
5
  "scripts": {
6
6
  "build": "rimraf dist && tsc -p tsconfig.build.json",
7
7
  "prepublish:npm": "npm run build",
@@ -71,30 +71,29 @@
71
71
  "tslib": "^2.8.1"
72
72
  },
73
73
  "devDependencies": {
74
- "@commitlint/cli": "20.2.0",
75
- "@commitlint/config-angular": "20.2.0",
74
+ "@commitlint/cli": "20.4.1",
75
+ "@commitlint/config-angular": "20.4.1",
76
76
  "@eslint/eslintrc": "^3.2.0",
77
77
  "@eslint/js": "^9.18.0",
78
- "@favware/npm-deprecate": "2.0.0",
79
- "@nestjs/common": "11.1.10",
78
+ "@nestjs/common": "11.1.13",
80
79
  "@nestjs/core": "^11.1.6",
81
80
  "@nestjs/testing": "^11.1.0",
82
81
  "@release-it/conventional-changelog": "^10.0.0",
83
82
  "@types/jest": "^30.0.0",
84
- "@types/node": "25.0.3",
85
- "discord-api-types": "0.38.37",
83
+ "@types/node": "25.2.1",
84
+ "discord-api-types": "0.38.38",
86
85
  "discord.js": "14.25.1",
87
86
  "eslint": "^9.18.0",
88
87
  "eslint-config-prettier": "10.1.8",
89
88
  "eslint-plugin-import": "^2.31.0",
90
- "eslint-plugin-prettier": "5.5.4",
91
- "globals": "^16.0.0",
89
+ "eslint-plugin-prettier": "5.5.5",
90
+ "globals": "^17.0.0",
92
91
  "husky": "9.1.7",
93
92
  "jest": "^30.1.2",
94
93
  "lint-staged": "16.2.7",
95
- "prettier": "3.7.4",
94
+ "prettier": "3.8.1",
96
95
  "reflect-metadata": "0.2.2",
97
- "release-it": "19.2.2",
96
+ "release-it": "19.2.4",
98
97
  "rimraf": "6.1.2",
99
98
  "rxjs": "7.8.2",
100
99
  "ts-jest": "^29.3.2",