File tree Expand file tree Collapse file tree 5 files changed +10
-13
lines changed Expand file tree Collapse file tree 5 files changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ import fs from 'fs';
33import YAML from 'yaml' ;
44import { ConfigException } from '../../lib/exceptions' ;
55import { ConfigType } from '../../lib/types' ;
6- import { isExists } from '../../utils' ;
76import { StestOptions } from '../../lib/interfaces' ;
87import { LoggerService } from '../logger' ;
8+ import { isExists } from '@stlib/is-exists' ;
99
1010export class Config {
1111 private configPath ?: string ;
Original file line number Diff line number Diff line change 5858 },
5959 "dependencies" : {
6060 "@colors/colors" : " ^1.6.0" ,
61+ "@stlib/is-exists" : " ^0.0.2" ,
6162 "@types/exit" : " ^0.1.33" ,
6263 "chokidar" : " ^3.6.0" ,
6364 "commander" : " ^12.1.0" ,
Original file line number Diff line number Diff line change 11export * from './isTable' ;
2- export * from './isExists' ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -1044,6 +1044,13 @@ __metadata:
10441044 languageName : node
10451045 linkType : hard
10461046
1047+ " @stlib/is-exists@npm:^0.0.2 " :
1048+ version : 0.0.2
1049+ resolution : " @stlib/is-exists@npm:0.0.2"
1050+ checksum : 10c0/247acfff356d63d233127c5e7f85f3546098143f6849a1e0074dc167b88d0551556be947b927597a457e104ee6b990622224a1dd3cd3f7221f726406bfda2b7a
1051+ languageName : node
1052+ linkType : hard
1053+
10471054" @stlib/testing-reporter@npm:^0.0.2 " :
10481055 version : 0.0.2
10491056 resolution : " @stlib/testing-reporter@npm:0.0.2"
@@ -1059,6 +1066,7 @@ __metadata:
10591066 " @commitlint/cli " : " npm:^19.5.0"
10601067 " @commitlint/config-conventional " : " npm:^19.5.0"
10611068 " @commitlint/types " : " npm:^19.5.0"
1069+ " @stlib/is-exists " : " npm:^0.0.2"
10621070 " @stlib/testing-reporter " : " npm:^0.0.2"
10631071 " @types/exit " : " npm:^0.1.33"
10641072 " @types/jest " : " npm:^29.5.12"
You can’t perform that action at this time.
0 commit comments