@adminforth/audit-log
Advanced tools
Comparing version 1.0.30 to 1.0.31
@@ -12,4 +12,4 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
import utc from 'dayjs/plugin/utc.js'; | ||
import { AdminForthPlugin } from "adminforth"; | ||
import { AllowedActionsEnum, AdminForthSortDirections, AdminForthDataTypes } from "adminforth/types/AdminForthConfig.js"; | ||
import { AdminForthPlugin } from "adminforth/index.js"; | ||
dayjs.extend(utc); | ||
@@ -16,0 +16,0 @@ class AuditLogPlugin extends AdminForthPlugin { |
@@ -8,6 +8,6 @@ import type { | ||
import utc from 'dayjs/plugin/utc.js'; | ||
import { AdminForthPlugin } from "adminforth"; | ||
import { AllowedActionsEnum, AdminForthSortDirections, AdminForthDataTypes } from "adminforth/types/AdminForthConfig.js"; | ||
import { AdminForthPlugin } from "adminforth/index.js"; | ||
@@ -14,0 +14,0 @@ import { PluginOptions } from "./types.js"; |
{ | ||
"name": "@adminforth/audit-log", | ||
"version": "1.0.30", | ||
"version": "1.0.31", | ||
"description": "AdminForth plugin for logging all actions (who did what and when)", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
26422