@4lch4/api-starter
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -21,4 +21,4 @@ import { IAppConfig } from './interfaces/index.js'; | ||
export * as Routes from './routes/index.js'; | ||
export * as Logger from '@4lch4/logger'; | ||
export * from '@4lch4/logger'; | ||
export * as KoaOto from '@4lch4/koa-oto'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -37,5 +37,5 @@ import { DEFAULT_APP_CONFIG, Server } from './lib/index.js'; | ||
export * as Routes from './routes/index.js'; | ||
export * as Logger from '@4lch4/logger'; | ||
export * from '@4lch4/logger'; | ||
export * as KoaOto from '@4lch4/koa-oto'; | ||
//#endregion Exports | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@4lch4/api-starter", | ||
"displayName": "API Starter", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "An NPM package to use for starting a new API within my infrastructure.", | ||
@@ -6,0 +6,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
117319