@necord/pagination
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -30,3 +30,3 @@ "use strict"; | ||
const discord_js_1 = require("discord.js"); | ||
let NecordPaginationController = exports.NecordPaginationController = class NecordPaginationController { | ||
let NecordPaginationController = class NecordPaginationController { | ||
constructor(paginationService) { | ||
@@ -82,2 +82,3 @@ this.paginationService = paginationService; | ||
}; | ||
exports.NecordPaginationController = NecordPaginationController; | ||
__decorate([ | ||
@@ -84,0 +85,0 @@ (0, necord_1.Button)('necord-pagination/:name/traversal'), |
@@ -14,4 +14,5 @@ "use strict"; | ||
const necord_pagination_module_definition_1 = require("./necord-pagination.module-definition"); | ||
let NecordPaginationModule = exports.NecordPaginationModule = class NecordPaginationModule extends necord_pagination_module_definition_1.ConfigurableModuleClass { | ||
let NecordPaginationModule = class NecordPaginationModule extends necord_pagination_module_definition_1.ConfigurableModuleClass { | ||
}; | ||
exports.NecordPaginationModule = NecordPaginationModule; | ||
exports.NecordPaginationModule = NecordPaginationModule = __decorate([ | ||
@@ -18,0 +19,0 @@ (0, common_1.Global)(), |
@@ -22,3 +22,3 @@ "use strict"; | ||
const discord_js_1 = require("discord.js"); | ||
let NecordPaginationService = exports.NecordPaginationService = NecordPaginationService_1 = class NecordPaginationService { | ||
let NecordPaginationService = NecordPaginationService_1 = class NecordPaginationService { | ||
constructor(options) { | ||
@@ -48,2 +48,3 @@ this.options = options; | ||
}; | ||
exports.NecordPaginationService = NecordPaginationService; | ||
NecordPaginationService.DEFAULT_OPTIONS = { | ||
@@ -50,0 +51,0 @@ allowTraversal: false, |
{ | ||
"name": "@necord/pagination", | ||
"description": "A lightweight Pagination module for Necord", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"scripts": { | ||
@@ -49,4 +49,4 @@ "build": "rimraf dist && tsc -p tsconfig.build.json", | ||
"devDependencies": { | ||
"@commitlint/cli": "17.7.1", | ||
"@commitlint/config-angular": "17.7.0", | ||
"@commitlint/cli": "18.2.0", | ||
"@commitlint/config-angular": "18.1.0", | ||
"@favware/npm-deprecate": "1.0.7", | ||
@@ -56,22 +56,22 @@ "@nestjs/common": "9.4.3", | ||
"@nestjs/testing": "9.4.3", | ||
"@types/jest": "29.5.3", | ||
"@types/node": "20.4.9", | ||
"@types/jest": "29.5.7", | ||
"@types/node": "20.8.10", | ||
"@typescript-eslint/eslint-plugin": "5.62.0", | ||
"@typescript-eslint/parser": "5.62.0", | ||
"discord.js": "^14.12.1", | ||
"eslint": "8.47.0", | ||
"eslint": "8.52.0", | ||
"eslint-config-prettier": "9.0.0", | ||
"eslint-plugin-prettier": "5.0.0", | ||
"eslint-plugin-prettier": "5.0.1", | ||
"husky": "8.0.3", | ||
"jest": "29.6.2", | ||
"lint-staged": "13.2.3", | ||
"jest": "29.7.0", | ||
"lint-staged": "15.0.2", | ||
"necord": "^6.0.0", | ||
"prettier": "3.0.1", | ||
"prettier": "3.0.3", | ||
"reflect-metadata": "0.1.13", | ||
"release-it": "16.1.4", | ||
"rimraf": "5.0.1", | ||
"release-it": "16.2.1", | ||
"rimraf": "5.0.5", | ||
"rxjs": "7.8.1", | ||
"ts-jest": "29.1.1", | ||
"ts-node": "10.9.1", | ||
"typescript": "5.1.6" | ||
"typescript": "5.2.2" | ||
}, | ||
@@ -78,0 +78,0 @@ "peerDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37227
682