nestjs-hot-shots
Advanced tools
Comparing version 2.0.9 to 2.0.10-dev.1670722423.1c7718a
import { ModuleMetadata, Type } from '@nestjs/common'; | ||
import { ClientOptions } from 'hot-shots'; | ||
export declare type HotShotsModuleOptions = ClientOptions; | ||
export type HotShotsModuleOptions = ClientOptions; | ||
export interface HotShotsOptionsFactory { | ||
@@ -5,0 +5,0 @@ createHotShotsOptions(): Promise<HotShotsModuleOptions> | HotShotsModuleOptions; |
"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'; | ||
export * from './hot-shots-options.interface'; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "nestjs-hot-shots", | ||
"description": "Hot-shots Module for Nest.js Framework", | ||
"version": "2.0.9", | ||
"version": "2.0.10-dev.1670722423.1c7718a", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build": "rimraf -rf dist && tsc -p tsconfig.json", |
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
11637
1
1