necord 5.2.0-dev.1663245459.9f9fe8c → 5.3.0-dev.1663417783.11c83ef

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 +5 -5
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
+ # [5.3.0](https://github.com/necordjs/necord/compare/v5.2.0...v5.3.0) - (2022-09-17)
5
+
6
+ ## Features
7
+
8
+ - **modal:** Add dynamic matching (#385) ([96a0c8f](https://github.com/necordjs/necord/commit/96a0c8ff235655fff3838e0e5e78b12cdd50f3fa))
9
+
4
10
  # [5.2.0](https://github.com/necordjs/necord/compare/v5.1.0...v5.2.0) - (2022-08-11)
5
11
 
6
12
  ## Features
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": "5.2.0-dev.1663245459.9f9fe8c",
4
+ "version": "5.3.0-dev.1663417783.11c83ef",
5
5
  "scripts": {
6
6
  "build": "rimraf -rf dist && tsc -p tsconfig.json",
7
7
  "prepublish:npm": "npm run build",
@@ -59,7 +59,7 @@
59
59
  "@types/node": "18.7.18",
60
60
  "@typescript-eslint/eslint-plugin": "5.37.0",
61
61
  "@typescript-eslint/parser": "5.37.0",
62
- "discord-api-types": "0.37.9",
62
+ "discord-api-types": "0.37.10",
63
63
  "discord.js": "14.3.0",
64
64
  "eslint": "8.23.1",
65
65
  "eslint-config-prettier": "8.5.0",
@@ -69,15 +69,15 @@
69
69
  "lint-staged": "13.0.3",
70
70
  "prettier": "2.7.1",
71
71
  "reflect-metadata": "0.1.13",
72
- "release-it": "15.4.1",
72
+ "release-it": "15.4.2",
73
73
  "rimraf": "3.0.2",
74
74
  "rxjs": "7.5.6",
75
75
  "ts-node": "10.9.1",
76
76
  "typescript": "4.8.3"
77
77
  },
78
78
  "peerDependencies": {
79
- "@nestjs/common": "^8.0.0",
80
- "@nestjs/core": "^8.0.0",
79
+ "@nestjs/common": "^8.0.0 || ^9.0.0",
80
+ "@nestjs/core": "^8.0.0 || ^9.0.0",
81
81
  "discord.js": "^14.0.1",
82
82
  "reflect-metadata": "^0.1.13",
83
83
  "rxjs": "^7.2.0"