@adminforth/audit-log
Advanced tools
Comparing version 1.0.16 to 1.0.17
@@ -11,3 +11,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
import { AllowedActionsEnum, AdminForthSortDirections } from "adminforth/types/AdminForthConfig.js"; | ||
import { AdminForthPlugin } from "adminforth/index.js"; | ||
import { AdminForthPlugin } from "adminforth"; | ||
class AuditLogPlugin extends AdminForthPlugin { | ||
@@ -14,0 +14,0 @@ constructor(options) { |
@@ -7,3 +7,3 @@ import { | ||
} from "adminforth/types/AdminForthConfig.js"; | ||
import { AdminForthPlugin } from "adminforth/index.js"; | ||
import { AdminForthPlugin } from "adminforth"; | ||
import { PluginOptions } from "./types.js"; | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "@adminforth/audit-log", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "AdminForth plugin for logging all actions (who did what and when)", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
{ | ||
"compilerOptions": { | ||
"paths": { | ||
"adminforth": ["../../index.ts"], | ||
"adminforth/*": ["../../*"] | ||
@@ -5,0 +6,0 @@ }, |
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
193282
3821