@amplication/plugin-auth-jwt
Advanced tools
Comparing version 1.4.8 to 1.4.9
@@ -17,3 +17,3 @@ import { forwardRef, Module } from "@nestjs/common"; | ||
declare class ENTITY_MODULE {} | ||
declare class ENTITY_MODULE { } | ||
@Module({ | ||
@@ -59,2 +59,2 @@ imports: [ | ||
}) | ||
export class AuthModule {} | ||
export class AuthModule { } |
{ | ||
"name": "@amplication/plugin-auth-jwt", | ||
"version": "1.4.8", | ||
"version": "1.4.9", | ||
"description": "set jwt as provider for Amplication build", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -17,3 +17,3 @@ import { forwardRef, Module } from "@nestjs/common"; | ||
declare class ENTITY_MODULE {} | ||
declare class ENTITY_MODULE { } | ||
@Module({ | ||
@@ -59,2 +59,2 @@ imports: [ | ||
}) | ||
export class AuthModule {} | ||
export class AuthModule { } |
Sorry, the diff of this file is too big to display
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
3163007