tnp-core 19.0.21 → 19.0.22

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.
@@ -1,7 +1,8 @@
1
1
  // @ts-nocheck
2
- import { HelpersMessages } from './helpers-messages';
3
- import { CoreModels } from './core-models';
2
+ import { Blob } from 'buffer';
4
3
  import type { ChildProcess } from 'child_process';
4
+ import { CoreModels } from './core-models';
5
+ import { HelpersMessages } from './helpers-messages';
5
6
  export interface RunSyncOrAsyncOptions {
6
7
  functionFn: Function;
7
8
  context?: object;
@@ -69,6 +70,12 @@ export declare class HelpersCore extends HelpersMessages {
69
70
  * @deprecated
70
71
  */
71
72
  tryRemoveDir(dirpath: string, contentOnly?: boolean, omitWarningNotExisted?: boolean): any;
73
+ removeSymlinks(dirPath: string | string[], options?: {
74
+ dryRun?: boolean;
75
+ }): void;
76
+ /**
77
+ * @deprecated use safeRemove
78
+ */
72
79
  remove(fileOrFolderPathOrPatter: string | string[], exactFolder?: boolean): any;
73
80
  get isRunningInGitBash(): boolean;
74
81
  /**
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-core/websql",
3
- "version": "19.0.21",
3
+ "version": "19.0.22",
4
4
  "module": "fesm2022/tnp-core.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {