nestjs-hot-shots
Advanced tools
Comparing version 2.0.5 to 2.0.6
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
{ | ||
"name": "nestjs-hot-shots", | ||
"description": "Hot-shots Module for Nest.js Framework", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"scripts": { | ||
@@ -42,21 +42,21 @@ "build": "rimraf -rf dist && tsc -p tsconfig.json", | ||
"devDependencies": { | ||
"@commitlint/cli": "16.2.1", | ||
"@commitlint/config-angular": "16.2.1", | ||
"@commitlint/cli": "17.0.1", | ||
"@commitlint/config-angular": "17.0.0", | ||
"@favware/npm-deprecate": "1.0.4", | ||
"@nestjs/common": "8.3.0", | ||
"@nestjs/core": "8.3.0", | ||
"@types/node": "17.0.18", | ||
"@typescript-eslint/eslint-plugin": "5.12.0", | ||
"@typescript-eslint/parser": "5.12.0", | ||
"eslint": "8.9.0", | ||
"eslint-config-prettier": "8.3.0", | ||
"@nestjs/common": "8.4.5", | ||
"@nestjs/core": "8.4.5", | ||
"@types/node": "17.0.35", | ||
"@typescript-eslint/eslint-plugin": "5.26.0", | ||
"@typescript-eslint/parser": "5.26.0", | ||
"eslint": "8.16.0", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-plugin-prettier": "4.0.0", | ||
"hot-shots": "9.0.0", | ||
"husky": "7.0.4", | ||
"prettier": "2.5.1", | ||
"husky": "8.0.1", | ||
"prettier": "2.6.2", | ||
"reflect-metadata": "0.1.13", | ||
"release-it": "14.12.4", | ||
"release-it": "15.0.0", | ||
"rimraf": "3.0.2", | ||
"rxjs": "7.5.4", | ||
"typescript": "4.5.5" | ||
"rxjs": "7.5.5", | ||
"typescript": "4.7.2" | ||
}, | ||
@@ -63,0 +63,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
11732
140