tnp-core 19.0.41 → 19.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,7 +18,6 @@ import type * as psListBaseType from 'ps-list';
18
18
  import type * as netBaseType from 'net';
19
19
  import type * as spawnBaseType from 'cross-spawn';
20
20
  import type * as fgBaseType from 'fast-glob';
21
- import type { minimatch as minimatchBaseType } from 'minimatch';
22
21
  import type * as rimrafBaseType from 'rimraf';
23
22
  import type * as chokidarBaseType from 'chokidar';
24
23
  import type * as mkdirpBaseType from 'mkdirp';
@@ -43,7 +42,6 @@ declare let fkill: typeof fkillBaseType;
43
42
  declare let psList: typeof psListBaseType;
44
43
  declare let net: typeof netBaseType;
45
44
  declare let spawn: typeof spawnBaseType;
46
- declare let minimatch: typeof minimatchBaseType;
47
45
  declare let rimraf: typeof rimrafBaseType;
48
46
  declare let chokidar: typeof chokidarBaseType;
49
47
  declare let mkdirp: typeof mkdirpBaseType;
@@ -58,4 +56,4 @@ declare const win32Path: (p: string) => string;
58
56
  * This funciton will replace // to /
59
57
  */
60
58
  declare const crossPlatformPath: (pathStringOrPathParts: string | string[]) => string;
61
- export { _, q, moment, dateformat, crossPlatformPath, win32Path, path, chalk, json5, $, glob, fse, os, child_process, http, https, isElevated, fkill, psList, spawn, minimatch, fg, chokidar, mkdirp, ncp, rimraf, net, ps, };
59
+ export { _, q, moment, dateformat, crossPlatformPath, win32Path, path, chalk, json5, $, glob, fse, os, child_process, http, https, isElevated, fkill, psList, spawn, fg, chokidar, mkdirp, ncp, rimraf, net, ps, };
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-core/websql",
3
- "version": "19.0.41",
3
+ "version": "19.0.42",
4
4
  "module": "fesm2022/tnp-core.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {