necord 6.1.7 → 6.1.8
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.
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { SlashCommandDiscovery, SlashCommandMeta } from '../slash-command.discovery';
|
|
2
|
-
export declare const SubcommandGroup: import("@nestjs/core").ReflectableDecorator<Omit<SlashCommandMeta, "type" | "guilds" | "options">, SlashCommandDiscovery>;
|
|
2
|
+
export declare const SubcommandGroup: import("@nestjs/core").ReflectableDecorator<Omit<SlashCommandMeta, "type" | "guilds" | "options" | "defaultMemberPermissions">, SlashCommandDiscovery>;
|
|
3
3
|
export declare const createCommandGroupDecorator: (rootOptions: Omit<SlashCommandMeta, 'type'>) => (subOptions?: Omit<SlashCommandMeta, 'type'>) => ClassDecorator;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { SlashCommandDiscovery, SlashCommandMeta } from '../slash-command.discovery';
|
|
2
|
-
export declare const Subcommand: import("@nestjs/core").ReflectableDecorator<Omit<SlashCommandMeta, "type" | "guilds" | "options">, SlashCommandDiscovery>;
|
|
2
|
+
export declare const Subcommand: import("@nestjs/core").ReflectableDecorator<Omit<SlashCommandMeta, "type" | "guilds" | "options" | "defaultMemberPermissions">, SlashCommandDiscovery>;
|
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.1.
|
|
4
|
+
"version": "6.1.8",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "rimraf dist && tsc -p tsconfig.build.json",
|
|
7
7
|
"prepublish:npm": "npm run build",
|
|
@@ -55,25 +55,25 @@
|
|
|
55
55
|
"path-to-regexp": "6.2.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@commitlint/cli": "17.7.
|
|
58
|
+
"@commitlint/cli": "17.7.2",
|
|
59
59
|
"@commitlint/config-angular": "17.7.0",
|
|
60
60
|
"@favware/npm-deprecate": "1.0.7",
|
|
61
|
-
"@nestjs/common": "10.2.
|
|
62
|
-
"@nestjs/core": "10.2.
|
|
63
|
-
"@types/node": "20.
|
|
64
|
-
"@typescript-eslint/eslint-plugin": "6.7.
|
|
65
|
-
"@typescript-eslint/parser": "6.7.
|
|
66
|
-
"discord-api-types": "0.37.
|
|
61
|
+
"@nestjs/common": "10.2.7",
|
|
62
|
+
"@nestjs/core": "10.2.7",
|
|
63
|
+
"@types/node": "20.8.3",
|
|
64
|
+
"@typescript-eslint/eslint-plugin": "6.7.4",
|
|
65
|
+
"@typescript-eslint/parser": "6.7.4",
|
|
66
|
+
"discord-api-types": "0.37.60",
|
|
67
67
|
"discord.js": "14.13.0",
|
|
68
|
-
"eslint": "8.
|
|
68
|
+
"eslint": "8.51.0",
|
|
69
69
|
"eslint-config-prettier": "9.0.0",
|
|
70
70
|
"eslint-plugin-prettier": "5.0.0",
|
|
71
71
|
"husky": "8.0.3",
|
|
72
72
|
"lint-staged": "14.0.1",
|
|
73
73
|
"prettier": "3.0.3",
|
|
74
74
|
"reflect-metadata": "0.1.13",
|
|
75
|
-
"release-it": "16.2.
|
|
76
|
-
"rimraf": "5.0.
|
|
75
|
+
"release-it": "16.2.1",
|
|
76
|
+
"rimraf": "5.0.5",
|
|
77
77
|
"rxjs": "7.8.1",
|
|
78
78
|
"ts-node": "10.9.1",
|
|
79
79
|
"typescript": "5.2.2"
|