necord 6.8.5 → 6.8.6-dev.1726057768.6602007

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/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -37,7 +37,7 @@ the [Issues](https://github.com/necordjs/necord/issues/new?assignees=&labels=que
37
37
 
38
38
  ## Installation
39
39
 
40
- **Node.js 16.6.0 or newer is required.**
40
+ **Node.js 18.0.0 or newer is required.**
41
41
 
42
42
  ```bash
43
43
  $ npm i necord discord.js
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.8.5",
4
+ "version": "6.8.6-dev.1726057768.6602007",
5
5
  "scripts": {
6
6
  "build": "rimraf dist && tsc -p tsconfig.build.json",
7
7
  "prepublish:npm": "npm run build",
@@ -52,7 +52,7 @@
52
52
  "Alexey Filippov <socket.someone@gmail.com>"
53
53
  ],
54
54
  "dependencies": {
55
- "path-to-regexp": "8.0.0"
55
+ "path-to-regexp": "8.1.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@commitlint/cli": "19.4.1",
@@ -60,10 +60,10 @@
60
60
  "@favware/npm-deprecate": "1.0.7",
61
61
  "@nestjs/common": "10.4.1",
62
62
  "@nestjs/core": "10.4.1",
63
- "@types/node": "22.5.2",
63
+ "@types/node": "22.5.4",
64
64
  "@typescript-eslint/eslint-plugin": "7.0.0",
65
65
  "@typescript-eslint/parser": "6.21.0",
66
- "discord-api-types": "0.37.99",
66
+ "discord-api-types": "0.37.100",
67
67
  "discord.js": "14.16.1",
68
68
  "eslint": "8.57.0",
69
69
  "eslint-config-prettier": "9.1.0",
@@ -76,7 +76,7 @@
76
76
  "rimraf": "6.0.1",
77
77
  "rxjs": "7.8.1",
78
78
  "ts-node": "10.9.2",
79
- "typescript": "5.5.4"
79
+ "typescript": "5.6.2"
80
80
  },
81
81
  "peerDependencies": {
82
82
  "@nestjs/common": "^10.2.0",
@@ -87,7 +87,7 @@
87
87
  "rxjs": "^7.2.0"
88
88
  },
89
89
  "engines": {
90
- "node": ">=16.6.0",
91
- "npm": ">=7.0.0"
90
+ "node": ">=18",
91
+ "npm": ">=8.6.0"
92
92
  }
93
93
  }