File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed
Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 3434 "prepublishOnly" : " yarn clean && yarn build && yarn build:es"
3535 },
3636 "dependencies" : {
37- "@app-config/core " : " ^2.2.1" ,
38- "@app-config/main " : " ^2.2.1" ,
37+ "@app-config/config " : " ^2.2.1" ,
38+ "@app-config/logging " : " ^2.2.1" ,
3939 "@app-config/node" : " ^2.2.1" ,
40+ "@app-config/schema" : " ^2.2.1" ,
4041 "@types/yargs" : " 16" ,
4142 "node-html-parser" : " 1" ,
4243 "yargs" : " 16"
Original file line number Diff line number Diff line change 11#!/usr/bin/env node
22
33import * as yargs from 'yargs' ;
4- import { setLogLevel , LogLevel } from '@app-config/main ' ;
4+ import { setLogLevel , LogLevel } from '@app-config/logging ' ;
55import { consumeStdin } from '@app-config/node' ;
66import { injectHtml } from './index' ;
77
Original file line number Diff line number Diff line change 33 loadValidatedConfig ,
44 loadUnvalidatedConfig ,
55 ConfigLoadingOptions ,
6- SchemaLoadingOptions ,
7- } from '@app-config/main ' ;
6+ } from '@app-config/config' ;
7+ import { SchemaLoadingOptions } from '@app-config/schema ' ;
88
99export { cli } from './cli' ;
1010
Original file line number Diff line number Diff line change 77 "include" : [" src" ],
88 "exclude" : [" node_modules" ],
99 "references" : [
10- { "path" : " ../app-config-main" }
10+ { "path" : " ../app-config-config" },
11+ { "path" : " ../app-config-logging" },
12+ { "path" : " ../app-config-node" },
13+ { "path" : " ../app-config-schema" }
1114 ]
1215}
You can’t perform that action at this time.
0 commit comments