export webhook client options
This commit is contained in:
parent
aa1d257cd3
commit
e9aa4ed2c0
2
index.ts
2
index.ts
@ -2,6 +2,7 @@ import MasterLogger from './src/MasterLogger.js';
|
||||
import LoggerClient from './src/LoggerClient.js';
|
||||
import Defaults, { LogLevel } from './src/Defaults.js';
|
||||
|
||||
export { WebhookClientOptions } from '@navy.gif/discord-webhook';
|
||||
export { WriteOptions, LogFunction, Loggable } from './src/Types.js';
|
||||
export { LoggerClientOptions, LoggerMasterOptions } from './src/Defaults.js';
|
||||
|
||||
@ -16,7 +17,6 @@ const addLogLevel = (name: string, level: number) =>
|
||||
LogLevel[LogLevel[name] = level] = name;
|
||||
};
|
||||
|
||||
|
||||
export {
|
||||
MasterLogger,
|
||||
LoggerClient,
|
||||
|
@ -29,7 +29,7 @@
|
||||
"typescript": "^5.0.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@navy.gif/discord-webhook": "^1.0.0",
|
||||
"@navy.gif/discord-webhook": "^1.2.2",
|
||||
"chalk": "^4.1.2",
|
||||
"moment": "^2.29.4"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user