nestjs-hot-shots
Advanced tools
Comparing version 2.0.3 to 2.0.4-dev.1643677289.9bb6f27
@@ -0,0 +0,0 @@ import { ModuleMetadata, Type } from '@nestjs/common'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
export declare const HOT_SHOTS_MODULE_OPTIONS = "hot-shots:module-options"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { DynamicModule } from '@nestjs/common'; |
@@ -0,0 +0,0 @@ "use strict"; |
export * from './hot-shots.module'; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "nestjs-hot-shots", | ||
"description": "Hot-shots Module for Nest.js Framework", | ||
"version": "2.0.3", | ||
"version": "2.0.4-dev.1643677289.9bb6f27", | ||
"scripts": { | ||
"build": "rimraf -rf dist && tsc -p tsconfig.json", | ||
"prepublish:npm": "npm run build", | ||
"publish:npm": "npm publish --access public", | ||
"publish:npm": "release-it", | ||
"prepublish:dev": "npm run build", | ||
@@ -14,3 +14,3 @@ "publish:dev": "npm publish --access public --tag dev", | ||
"lint": "eslint --ignore-path .gitignore {integration,src}/**/*.ts", | ||
"release": "release-it" | ||
"test": "echo test" | ||
}, | ||
@@ -43,12 +43,12 @@ "main": "./dist/index.js", | ||
"devDependencies": { | ||
"@commitlint/cli": "15.0.0", | ||
"@commitlint/config-angular": "15.0.0", | ||
"@favware/npm-deprecate": "^1.0.4", | ||
"@nestjs/common": "8.2.3", | ||
"@nestjs/core": "8.2.3", | ||
"@types/node": "16.11.12", | ||
"@typescript-eslint/eslint-plugin": "4.33.0", | ||
"@typescript-eslint/parser": "4.33.0", | ||
"@commitlint/cli": "16.1.0", | ||
"@commitlint/config-angular": "16.0.0", | ||
"@favware/npm-deprecate": "1.0.4", | ||
"@nestjs/common": "8.2.6", | ||
"@nestjs/core": "8.2.6", | ||
"@types/node": "17.0.13", | ||
"@typescript-eslint/eslint-plugin": "5.10.1", | ||
"@typescript-eslint/parser": "5.10.1", | ||
"hot-shots": "9.0.0", | ||
"eslint": "7.32.0", | ||
"eslint": "8.8.0", | ||
"eslint-config-prettier": "8.3.0", | ||
@@ -59,6 +59,6 @@ "eslint-plugin-prettier": "4.0.0", | ||
"reflect-metadata": "0.1.13", | ||
"release-it": "^14.11.8", | ||
"release-it": "14.12.4", | ||
"rimraf": "3.0.2", | ||
"rxjs": "7.4.0", | ||
"typescript": "4.5.2" | ||
"rxjs": "7.5.2", | ||
"typescript": "4.5.5" | ||
}, | ||
@@ -73,5 +73,5 @@ "peerDependencies": { | ||
"engines": { | ||
"node": ">=16.6.0", | ||
"node": ">= 10.13.0", | ||
"npm": ">=7.0.0" | ||
} | ||
} |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
11343
1
1