Skip to content

Commit 70b7bc9

Browse files
authored
Merge pull request #94 from stbestichhh/deps/is-exists
deps/is exists
2 parents 6a8f9a3 + 244e870 commit 70b7bc9

File tree

5 files changed

+10
-13
lines changed

5 files changed

+10
-13
lines changed

bin/config/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import fs from 'fs';
33
import YAML from 'yaml';
44
import { ConfigException } from '../../lib/exceptions';
55
import { ConfigType } from '../../lib/types';
6-
import { isExists } from '../../utils';
76
import { StestOptions } from '../../lib/interfaces';
87
import { LoggerService } from '../logger';
8+
import { isExists } from '@stlib/is-exists';
99

1010
export class Config {
1111
private configPath?: string;

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
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",

utils/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
export * from './isTable';
2-
export * from './isExists';

utils/isExists.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)