@adminforth/audit-log
Advanced tools
Comparing version
@@ -102,3 +102,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
} | ||
diffColumn.showIn = ['show']; | ||
diffColumn.showIn = { | ||
show: true, | ||
list: false, | ||
edit: false, | ||
create: false, | ||
filter: false, | ||
}; | ||
diffColumn.components = { | ||
@@ -105,0 +111,0 @@ show: { |
@@ -134,3 +134,9 @@ import type { | ||
diffColumn.showIn = ['show'] | ||
diffColumn.showIn = { | ||
show: true, | ||
list: false, | ||
edit: false, | ||
create: false, | ||
filter: false, | ||
}; | ||
diffColumn.components = { | ||
@@ -137,0 +143,0 @@ show: { |
{ | ||
"name": "@adminforth/audit-log", | ||
"version": "1.0.0-next.4", | ||
"version": "1.0.0", | ||
"description": "AdminForth plugin for logging all actions (who did what and when)", | ||
@@ -9,4 +9,3 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"rollout": "tsc && rsync -av --exclude 'node_modules' custom dist/ && npm version patch && npm publish --access public", | ||
"build": "tsc", | ||
"build": "tsc && rsync -av --exclude 'node_modules' custom dist/", | ||
"prepare": "npm link adminforth" | ||
@@ -13,0 +12,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
37185
3.6%13
8.33%425
2.91%1
-50%