@amplication/plugin-auth-basic
Advanced tools
Comparing version 1.4.7 to 1.4.8
import { forwardRef, Module } from "@nestjs/common"; | ||
import { PassportModule } from "@nestjs/passport"; | ||
import { SecretsManagerModule } from "../providers/secrets/secretsManager.module"; | ||
import { SecretsManagerService } from "../providers/secrets/secretsManager.service"; | ||
import { AuthController } from "./auth.controller"; | ||
@@ -11,3 +12,3 @@ import { AuthResolver } from "./auth.resolver"; | ||
declare class ENTITY_MODULE {} | ||
declare class ENTITY_MODULE { } | ||
@@ -30,2 +31,2 @@ @Module({ | ||
}) | ||
export class AuthModule {} | ||
export class AuthModule { } |
{ | ||
"name": "@amplication/plugin-auth-basic", | ||
"version": "1.4.7", | ||
"version": "1.4.8", | ||
"description": "set basic auth for Amplication build", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
import { forwardRef, Module } from "@nestjs/common"; | ||
import { PassportModule } from "@nestjs/passport"; | ||
import { SecretsManagerModule } from "../providers/secrets/secretsManager.module"; | ||
import { SecretsManagerService } from "../providers/secrets/secretsManager.service"; | ||
import { AuthController } from "./auth.controller"; | ||
@@ -11,3 +12,3 @@ import { AuthResolver } from "./auth.resolver"; | ||
declare class ENTITY_MODULE {} | ||
declare class ENTITY_MODULE { } | ||
@@ -30,2 +31,2 @@ @Module({ | ||
}) | ||
export class AuthModule {} | ||
export class AuthModule { } |
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
3124813
38783