Adding options export
This commit is contained in:
parent
e489a15892
commit
be009d24c0
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
node_modules/
|
||||
logs/
|
||||
yarn.lock
|
||||
out/
|
||||
out/
|
||||
.history/
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hibas123/logging",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "",
|
||||
"main": "out/index.js",
|
||||
"types": "out/index.d.ts",
|
||||
|
@ -1,5 +1,5 @@
|
||||
import { LoggingBase } from "./base";
|
||||
export { Colors, LoggingBase } from "./base";
|
||||
export { Colors, LoggingBase, LoggingBaseOptions } from "./base";
|
||||
export { Adapter, LoggingTypes, Message } from "./types";
|
||||
export { ObservableInterface } from "@hibas123/utils";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user