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 LoggerClient from './src/LoggerClient.js';
|
||||||
import Defaults, { LogLevel } from './src/Defaults.js';
|
import Defaults, { LogLevel } from './src/Defaults.js';
|
||||||
|
|
||||||
|
export { WebhookClientOptions } from '@navy.gif/discord-webhook';
|
||||||
export { WriteOptions, LogFunction, Loggable } from './src/Types.js';
|
export { WriteOptions, LogFunction, Loggable } from './src/Types.js';
|
||||||
export { LoggerClientOptions, LoggerMasterOptions } from './src/Defaults.js';
|
export { LoggerClientOptions, LoggerMasterOptions } from './src/Defaults.js';
|
||||||
|
|
||||||
@ -16,7 +17,6 @@ const addLogLevel = (name: string, level: number) =>
|
|||||||
LogLevel[LogLevel[name] = level] = name;
|
LogLevel[LogLevel[name] = level] = name;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
export {
|
export {
|
||||||
MasterLogger,
|
MasterLogger,
|
||||||
LoggerClient,
|
LoggerClient,
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
"typescript": "^5.0.4"
|
"typescript": "^5.0.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@navy.gif/discord-webhook": "^1.0.0",
|
"@navy.gif/discord-webhook": "^1.2.2",
|
||||||
"chalk": "^4.1.2",
|
"chalk": "^4.1.2",
|
||||||
"moment": "^2.29.4"
|
"moment": "^2.29.4"
|
||||||
},
|
},
|
||||||
|
@ -48,10 +48,10 @@
|
|||||||
resolved "https://registry.corgi.wtf/@humanwhocodes%2fobject-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
|
resolved "https://registry.corgi.wtf/@humanwhocodes%2fobject-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
|
||||||
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
|
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
|
||||||
|
|
||||||
"@navy.gif/discord-webhook@^1.0.0":
|
"@navy.gif/discord-webhook@^1.2.2":
|
||||||
version "1.2.0"
|
version "1.2.2"
|
||||||
resolved "https://registry.corgi.wtf/@navy.gif/discord-webhook/-/discord-webhook-1.2.0.tgz#cb2780c7d3f09c6b49958459d9f01e45f3f187af"
|
resolved "https://registry.corgi.wtf/@navy.gif/discord-webhook/-/discord-webhook-1.2.2.tgz#942f4f67aacaebbe6493bee4094acdaef6cff0e2"
|
||||||
integrity sha512-fGwzHkOB9XMc+dCHZGyMUtc/SzNnowC/MGt0Tr6Vwx5EVyO7TQe+1lB44yrOMsjdNpJg6Kp0x5tgQOLHqKlJzA==
|
integrity sha512-lcO/o+iAeFUoLKl9u+a9cZSEnxmuczmI7qQqT1MWnSMDR5jQaiUu2sJRTvDTINfiGgu5kxqRd1NvmHMpkKabfg==
|
||||||
dependencies:
|
dependencies:
|
||||||
node-fetch "2"
|
node-fetch "2"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user