feat(gaurds): use better smartguards to verify action authorization
This commit is contained in:
@@ -32,7 +32,6 @@ import * as smartcli from '@push.rocks/smartcli';
|
||||
import * as smartdata from '@push.rocks/smartdata';
|
||||
import * as smartdelay from '@push.rocks/smartdelay';
|
||||
import * as smartexit from '@push.rocks/smartexit';
|
||||
import * as typedserver from '@api.global/typedserver';
|
||||
import * as smartfile from '@push.rocks/smartfile';
|
||||
import * as smartguard from '@push.rocks/smartguard';
|
||||
import * as smartjson from '@push.rocks/smartjson';
|
||||
@@ -45,6 +44,7 @@ import * as smartssh from '@push.rocks/smartssh';
|
||||
import * as smartstring from '@push.rocks/smartstring';
|
||||
import * as smartunique from '@push.rocks/smartunique';
|
||||
import * as taskbuffer from '@push.rocks/taskbuffer';
|
||||
import * as typedserver from '@api.global/typedserver';
|
||||
|
||||
export {
|
||||
npmextra,
|
||||
@@ -55,7 +55,6 @@ export {
|
||||
smartcli,
|
||||
smartdata,
|
||||
smartexit,
|
||||
typedserver,
|
||||
smartdelay,
|
||||
smartfile,
|
||||
smartguard,
|
||||
@@ -69,6 +68,7 @@ export {
|
||||
smartstring,
|
||||
smartunique,
|
||||
taskbuffer,
|
||||
typedserver,
|
||||
};
|
||||
|
||||
// @servezone scope
|
||||
|
Reference in New Issue
Block a user