@deboxsoft/module-core
Advanced tools
Comparing version 3.0.0-beta.3 to 3.0.0-beta.4
@@ -10,3 +10,3 @@ import nconf from 'nconf'; | ||
} | ||
declare const createConfig: ({ keyHome, fileKeys, defaultConfig }: ConfigOptions) => any; | ||
declare const createConfig: ({ keyHome, fileKeys, defaultConfig }: ConfigOptions) => typeof nconf; | ||
declare const createConfigService: (opts?: ConfigOptions & { | ||
@@ -13,0 +13,0 @@ nconf?: typeof nconf; |
@@ -40,2 +40,4 @@ import { A as AppConfig } from './ConfigService-CApVwFCr.js'; | ||
}; | ||
declare class DbxDataError<Code extends keyof CodeMessageDataError> extends DbxError<Code> { | ||
} | ||
@@ -432,2 +434,2 @@ interface LogFn { | ||
export { AppConfig, type CodeMessageDataError, Container, ContainerDIClass, DateSchema, DbxError, type DbxErrorOptions, type HttpErrorResponse, IdSchema, LOGGER_KEY, LetterIncrement, Logger, type MakeSchemaResponse, type ModuleConfig, type NotificationType, type RangeDate, RangeDateSchema, TimeStampSchema, clamp, cloneDeep, compact, createLoggerConsole, dayTimeZone, debounce, enumInfo, escapeRegExp, getLogger, getRangeDate, isAnyZodType, isEmpty, isNil, isObject, isPlainObject, isString, isStringAndNotBlank, isStringBlank, isUndefined, isZodType, kindOf, makeSchemaResponse, mapValues, memoize, objectEquals, omit, omitBy, pickBy, pull, throttle, urlJoin, zod }; | ||
export { AppConfig, type CodeMessageDataError, Container, ContainerDIClass, DateSchema, DbxDataError, DbxError, type DbxErrorOptions, type HttpErrorResponse, IdSchema, LOGGER_KEY, LetterIncrement, Logger, type MakeSchemaResponse, type ModuleConfig, type NotificationType, type RangeDate, RangeDateSchema, TimeStampSchema, clamp, cloneDeep, compact, createLoggerConsole, dayTimeZone, debounce, enumInfo, escapeRegExp, getLogger, getRangeDate, isAnyZodType, isEmpty, isNil, isObject, isPlainObject, isString, isStringAndNotBlank, isStringBlank, isUndefined, isZodType, kindOf, makeSchemaResponse, mapValues, memoize, objectEquals, omit, omitBy, pickBy, pull, throttle, urlJoin, zod }; |
@@ -1,3 +0,3 @@ | ||
import { Container } from './chunk-AN67ZGSC.js'; | ||
export { CONFIG_KEY, Container, ContainerDIClass, DbxError, getConfig, getConfigService } from './chunk-AN67ZGSC.js'; | ||
import { Container } from './chunk-GPLVETAS.js'; | ||
export { CONFIG_KEY, Container, ContainerDIClass, DbxDataError, DbxError, getConfig, getConfigService } from './chunk-GPLVETAS.js'; | ||
import * as _zod from 'zod'; | ||
@@ -4,0 +4,0 @@ import { z, ZodFirstPartyTypeKind } from 'zod'; |
{ | ||
"name": "@deboxsoft/module-core", | ||
"version": "3.0.0-beta.3", | ||
"version": "3.0.0-beta.4", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -50,2 +50,4 @@ "maintainers": [ | ||
"devDependencies": { | ||
"@types/nconf": "^0.10.7", | ||
"@types/js-yaml": "^4.0.9", | ||
"js-yaml": "^4.1.0", | ||
@@ -52,0 +54,0 @@ "nconf": "^0.12.0", |
Sorry, the diff of this file is too big to display
146230
4317
5