tnp-core 13.2.17 → 13.2.18

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.
Files changed (99) hide show
  1. package/README.md +20 -20
  2. package/assets/shared/shared_folder_info.txt +1 -1
  3. package/browser/README.md +24 -24
  4. package/browser/esm2020/lib/core-config.mjs +6 -6
  5. package/browser/esm2020/lib/core-imports.mjs +68 -68
  6. package/browser/esm2020/lib/core-models.mjs +3 -3
  7. package/browser/esm2020/lib/framework-name.mjs +9 -9
  8. package/browser/esm2020/lib/helpers-isomorphic.mjs +35 -35
  9. package/browser/esm2020/lib/helpers-messages.mjs +493 -493
  10. package/browser/esm2020/lib/helpers.mjs +1184 -1184
  11. package/browser/esm2020/lib/index.mjs +10 -10
  12. package/browser/esm2020/lib/node-path-mock.mjs +414 -414
  13. package/browser/esm2020/lib/progress-data.mjs +51 -51
  14. package/browser/esm2020/public-api.mjs +1 -1
  15. package/browser/esm2020/tnp-core.mjs +4 -4
  16. package/browser/fesm2015/tnp-core.mjs +2198 -2198
  17. package/browser/fesm2020/tnp-core.mjs +2196 -2196
  18. package/browser/lib/core-config.d.ts +4 -4
  19. package/browser/lib/core-imports.d.ts +7 -7
  20. package/browser/lib/core-models.d.ts +41 -41
  21. package/browser/lib/framework-name.d.ts +1 -1
  22. package/browser/lib/helpers-isomorphic.d.ts +5 -5
  23. package/browser/lib/helpers-messages.d.ts +16 -16
  24. package/browser/lib/helpers.d.ts +50 -50
  25. package/browser/lib/index.d.ts +7 -7
  26. package/browser/lib/node-path-mock.d.ts +24 -24
  27. package/browser/lib/progress-data.d.ts +17 -17
  28. package/browser/tnp-core.d.ts +4 -4
  29. package/cli.backend.js +3 -3
  30. package/client/README.md +24 -24
  31. package/client/esm2020/lib/core-config.mjs +6 -6
  32. package/client/esm2020/lib/core-imports.mjs +68 -68
  33. package/client/esm2020/lib/core-models.mjs +3 -3
  34. package/client/esm2020/lib/framework-name.mjs +9 -9
  35. package/client/esm2020/lib/helpers-isomorphic.mjs +35 -35
  36. package/client/esm2020/lib/helpers-messages.mjs +493 -493
  37. package/client/esm2020/lib/helpers.mjs +1184 -1184
  38. package/client/esm2020/lib/index.mjs +10 -10
  39. package/client/esm2020/lib/node-path-mock.mjs +414 -414
  40. package/client/esm2020/lib/progress-data.mjs +51 -51
  41. package/client/esm2020/public-api.mjs +1 -1
  42. package/client/esm2020/tnp-core.mjs +4 -4
  43. package/client/fesm2015/tnp-core.mjs +2198 -2198
  44. package/client/fesm2020/tnp-core.mjs +2196 -2196
  45. package/client/lib/core-config.d.ts +4 -4
  46. package/client/lib/core-imports.d.ts +7 -7
  47. package/client/lib/core-models.d.ts +41 -41
  48. package/client/lib/framework-name.d.ts +1 -1
  49. package/client/lib/helpers-isomorphic.d.ts +5 -5
  50. package/client/lib/helpers-messages.d.ts +16 -16
  51. package/client/lib/helpers.d.ts +50 -50
  52. package/client/lib/index.d.ts +7 -7
  53. package/client/lib/node-path-mock.d.ts +24 -24
  54. package/client/lib/progress-data.d.ts +17 -17
  55. package/client/package.json +8 -8
  56. package/client/tnp-core.d.ts +4 -4
  57. package/index.d.ts +1 -1
  58. package/lib/core-config.d.ts +5 -5
  59. package/lib/core-imports.d.ts +30 -30
  60. package/lib/core-models.d.ts +42 -42
  61. package/lib/framework-name.d.ts +2 -2
  62. package/lib/helpers-isomorphic.d.ts +6 -6
  63. package/lib/helpers-messages.d.ts +33 -33
  64. package/lib/helpers.d.ts +129 -129
  65. package/lib/index.d.ts +8 -8
  66. package/lib/node-path-mock.d.ts +24 -24
  67. package/lib/node-path-mock.js +3 -3
  68. package/lib/progress-data.d.ts +18 -18
  69. package/lib/public-api.d.ts +7 -7
  70. package/package.json +2 -2
  71. package/package.json_devDependencies.json +202 -202
  72. package/package.json_tnp.json5 +65 -65
  73. package/tmp-environment.json +12 -11
  74. package/websql/README.md +24 -24
  75. package/websql/esm2020/lib/core-config.mjs +6 -6
  76. package/websql/esm2020/lib/core-imports.mjs +68 -68
  77. package/websql/esm2020/lib/core-models.mjs +3 -3
  78. package/websql/esm2020/lib/framework-name.mjs +9 -9
  79. package/websql/esm2020/lib/helpers-isomorphic.mjs +34 -34
  80. package/websql/esm2020/lib/helpers-messages.mjs +493 -493
  81. package/websql/esm2020/lib/helpers.mjs +1182 -1182
  82. package/websql/esm2020/lib/index.mjs +10 -10
  83. package/websql/esm2020/lib/node-path-mock.mjs +414 -414
  84. package/websql/esm2020/lib/progress-data.mjs +51 -51
  85. package/websql/esm2020/public-api.mjs +1 -1
  86. package/websql/esm2020/tnp-core.mjs +4 -4
  87. package/websql/fesm2015/tnp-core.mjs +2195 -2195
  88. package/websql/fesm2020/tnp-core.mjs +2193 -2193
  89. package/websql/lib/core-config.d.ts +4 -4
  90. package/websql/lib/core-imports.d.ts +7 -7
  91. package/websql/lib/core-models.d.ts +41 -41
  92. package/websql/lib/framework-name.d.ts +1 -1
  93. package/websql/lib/helpers-isomorphic.d.ts +5 -5
  94. package/websql/lib/helpers-messages.d.ts +16 -16
  95. package/websql/lib/helpers.d.ts +50 -50
  96. package/websql/lib/index.d.ts +7 -7
  97. package/websql/lib/node-path-mock.d.ts +24 -24
  98. package/websql/lib/progress-data.d.ts +17 -17
  99. package/websql/tnp-core.d.ts +4 -4
@@ -1,33 +1,33 @@
1
- import { HelpersIsomorphic } from './helpers-isomorphic';
2
- export declare class HelpersMessages extends HelpersIsomorphic {
3
- msgCacheClear(): void;
4
- error(details: any, noExit?: boolean, noTrace?: boolean): void;
5
- info(details: string, repeatable?: boolean): void;
6
- success(details: any | string): void;
7
- /**
8
- *
9
- * @param details
10
- * @param isLogTask is less important log task
11
- * @returns
12
- */
13
- taskStarted(details: any | string, isLogTask?: boolean): void;
14
- taskDone(details?: any | string, isLessImportant?: boolean): void;
15
- log(details: any, debugLevel?: number): void;
16
- /**
17
- * Logs not visible in normal use of firedev-cli
18
- */
19
- logSuccess(details: any | string): void;
20
- /**
21
- * Logs not visible in normal use of firedev-cli
22
- */
23
- logInfo(details: string, repeatable?: boolean): void;
24
- /**
25
- * Logs not visible in normal use of firedev-cli
26
- */
27
- logError(details: any, noExit?: boolean, noTrace?: boolean): void;
28
- /**
29
- * Logs not visible in normal use of firedev-cli
30
- */
31
- logWarn(details: string, trace?: boolean): void;
32
- warn(details: string, trace?: boolean): void;
33
- }
1
+ import { HelpersIsomorphic } from './helpers-isomorphic';
2
+ export declare class HelpersMessages extends HelpersIsomorphic {
3
+ msgCacheClear(): void;
4
+ error(details: any, noExit?: boolean, noTrace?: boolean): void;
5
+ info(details: string, repeatable?: boolean): void;
6
+ success(details: any | string): void;
7
+ /**
8
+ *
9
+ * @param details
10
+ * @param isLogTask is less important log task
11
+ * @returns
12
+ */
13
+ taskStarted(details: any | string, isLogTask?: boolean): void;
14
+ taskDone(details?: any | string, isLessImportant?: boolean): void;
15
+ log(details: any, debugLevel?: number): void;
16
+ /**
17
+ * Logs not visible in normal use of firedev-cli
18
+ */
19
+ logSuccess(details: any | string): void;
20
+ /**
21
+ * Logs not visible in normal use of firedev-cli
22
+ */
23
+ logInfo(details: string, repeatable?: boolean): void;
24
+ /**
25
+ * Logs not visible in normal use of firedev-cli
26
+ */
27
+ logError(details: any, noExit?: boolean, noTrace?: boolean): void;
28
+ /**
29
+ * Logs not visible in normal use of firedev-cli
30
+ */
31
+ logWarn(details: string, trace?: boolean): void;
32
+ warn(details: string, trace?: boolean): void;
33
+ }
package/lib/helpers.d.ts CHANGED
@@ -1,130 +1,130 @@
1
- /// <reference types="node" />
2
- import { child_process } from './core-imports';
3
- import { HelpersMessages } from './helpers-messages';
4
- import { ExecuteOptions, RunOptions } from './core-models';
5
- export interface RunSyncOrAsyncOptions {
6
- functionFn: Function;
7
- context?: object;
8
- arrayOfParams?: any[];
9
- }
10
- export interface CommandOutputOptions {
11
- biggerBuffer?: boolean;
12
- showWholeCommandNotOnlyLastLine?: boolean;
13
- showStder?: boolean;
14
- gatherColors?: boolean;
15
- showErrorWarning?: boolean;
16
- }
17
- export declare class HelpersCore extends HelpersMessages {
18
- private static _instanceCore;
19
- static get InstanceCore(): HelpersCore;
20
- remove(fileOrFolderPathOrPatter: string | string[], exactFolder?: boolean): void;
21
- cleanExit(): void;
22
- readonly bigMaxBuffer: number;
23
- constructor();
24
- isBlob(maybeBlob: any): boolean;
25
- removeSlashAtEnd(s: string): string;
26
- removeSlashAtBegin(s: string): string;
27
- stringify(inputObject: any): string;
28
- runSyncOrAsync(fnOrOptions: Function | [string, object] | RunSyncOrAsyncOptions, ...firstArg: any[]): Promise<any>;
29
- readonly processes: child_process.ChildProcess[];
30
- createSymLink(existedFileOrFolder: string, destinationPath: string, options?: {
31
- continueWhenExistedFolderDoesntExists?: boolean;
32
- windowsHardLink?: boolean;
33
- dontRenameWhenSlashAtEnd?: boolean;
34
- allowNotAbsolutePathes?: boolean;
35
- /**
36
- * only if you know that symlink can be created
37
- */
38
- speedUpProcess?: boolean;
39
- }): void;
40
- mkdirp(folderPath: string | string[]): void;
41
- /**
42
- * symlink may have existed or unexisted destiantion url
43
- * @param destUrl M
44
- */
45
- isSymlinkThatMatchesUrl(possibleSymlink: string, destUrl: string, absoluteFileMatch?: boolean): boolean;
46
- isSymlinkFileExitedOrUnexisted(filePath: string): boolean;
47
- /**
48
- * If symbolnk link that target file does not exits
49
- */
50
- isUnexistedLink(filePath: string): boolean;
51
- /**
52
- * @param existedLink check if source of link exists
53
- */
54
- isExistedSymlink(filePath: string): boolean;
55
- pathContainLink(p: string): boolean;
56
- exists(folderOrFilePath: string | string[]): boolean;
57
- _fixCommand(command: string): string;
58
- command(command: string): {
59
- getherOutput(options?: {
60
- ommitStder?: boolean;
61
- cwd?: string;
62
- biggerBuffer?: boolean;
63
- gatherColors?: boolean;
64
- }): Promise<string>;
65
- };
66
- wait(second: number): Promise<unknown>;
67
- commnadOutputAsStringAsync(command: string, cwd?: string, options?: CommandOutputOptions): Promise<string>;
68
- commnadOutputAsString(command: string, cwd?: string, options?: CommandOutputOptions): string;
69
- killProcess(byPid: number): void;
70
- run(command: string, options?: RunOptions): {
71
- sync(): string;
72
- async(detach?: boolean, mockFun?: (stdoutCallback: (dataForStdout: any) => any, stdErrcCallback: (dataForStder: any) => any, shouldProcesBeDead?: () => boolean) => Promise<number> | number): child_process.ChildProcess;
73
- asyncAsPromise(): any;
74
- unitlOutputContains(stdoutMsg: string | string[], stderMsg?: string | string[]): Promise<any>;
75
- };
76
- get isRunningIn(): {
77
- mochaTest(): boolean;
78
- cliMode(): boolean;
79
- };
80
- getStdio(options?: RunOptions): any;
81
- runSyncIn(command: string, options?: RunOptions): string;
82
- runAsyncIn(command: string, options?: RunOptions): child_process.ChildProcess;
83
- logProc(proc: child_process.ChildProcess, output: boolean, stdio: any, outputLineReplace: (outputLine: string) => string, prefix: string, extractFromLine?: (string | Function)[]): child_process.ChildProcess;
84
- execute(command: string, cwd: string, options?: ExecuteOptions): Promise<unknown>;
85
- checkProcess(dirPath: string, command: string): void;
86
- modifyLineByLine(data: string | Buffer | Error, outputLineReplace: (outputLine: string) => string, prefix: string, extractFromLine?: (string | Function)[]): string;
87
- isFolder(pathToFileOrMaybeFolder: string): boolean;
88
- /**
89
- * Quick fix for object values
90
- */
91
- values(obj: any): any[];
92
- /**
93
- * does not make sense
94
- */
95
- private isFile;
96
- /**
97
- * wrapper for fs.readFileSync
98
- */
99
- readFile(absoluteFilePath: string | string[], defaultValueWhenNotExists?: string, notTrim?: boolean): string | undefined;
100
- readJson(absoluteFilePath: string | string[], defaultValue?: {}, useJson5?: boolean): any;
101
- parse<T = any>(jsonInstring: string, useJson5?: boolean): T;
102
- compilationWrapper(fn: () => void, taskName?: string, executionType?: 'Compilation of' | 'Code execution of' | 'Event:'): Promise<void>;
103
- /**
104
- * wrapper for fs.writeFileSync
105
- */
106
- writeFile(absoluteFilePath: string | (string[]), input: string | object, options?: {
107
- overrideSameFile?: boolean;
108
- preventParentFile?: boolean;
109
- }): boolean;
110
- /**
111
- * wrapper for fs.writeFileSync
112
- */
113
- writeJson(absoluteFilePath: string | (string[]), input: object, optoins?: {
114
- preventParentFile?: boolean;
115
- }): boolean;
116
- /**
117
- * return absolute paths for folders inside folders
118
- */
119
- foldersFrom(pathToFolder: string | string[]): string[];
120
- linksToFoldersFrom(pathToFolder: string | string[], outputRealPath?: boolean): string[];
121
- /**
122
- * return absolute paths for folders inside folders
123
- */
124
- linksToFolderFrom(pathToFolder: string | string[]): string[];
125
- /**
126
- * return absolute paths for folders inside folders
127
- */
128
- filesFrom(pathToFolder: string | string[], recrusive?: boolean, incudeUnexistedLinks?: boolean): string[];
129
- openFolderInFileExploer(folderPath: string): void;
1
+ /// <reference types="node" />
2
+ import { child_process } from './core-imports';
3
+ import { HelpersMessages } from './helpers-messages';
4
+ import { ExecuteOptions, RunOptions } from './core-models';
5
+ export interface RunSyncOrAsyncOptions {
6
+ functionFn: Function;
7
+ context?: object;
8
+ arrayOfParams?: any[];
9
+ }
10
+ export interface CommandOutputOptions {
11
+ biggerBuffer?: boolean;
12
+ showWholeCommandNotOnlyLastLine?: boolean;
13
+ showStder?: boolean;
14
+ gatherColors?: boolean;
15
+ showErrorWarning?: boolean;
16
+ }
17
+ export declare class HelpersCore extends HelpersMessages {
18
+ private static _instanceCore;
19
+ static get InstanceCore(): HelpersCore;
20
+ remove(fileOrFolderPathOrPatter: string | string[], exactFolder?: boolean): void;
21
+ cleanExit(): void;
22
+ readonly bigMaxBuffer: number;
23
+ constructor();
24
+ isBlob(maybeBlob: any): boolean;
25
+ removeSlashAtEnd(s: string): string;
26
+ removeSlashAtBegin(s: string): string;
27
+ stringify(inputObject: any): string;
28
+ runSyncOrAsync(fnOrOptions: Function | [string, object] | RunSyncOrAsyncOptions, ...firstArg: any[]): Promise<any>;
29
+ readonly processes: child_process.ChildProcess[];
30
+ createSymLink(existedFileOrFolder: string, destinationPath: string, options?: {
31
+ continueWhenExistedFolderDoesntExists?: boolean;
32
+ windowsHardLink?: boolean;
33
+ dontRenameWhenSlashAtEnd?: boolean;
34
+ allowNotAbsolutePathes?: boolean;
35
+ /**
36
+ * only if you know that symlink can be created
37
+ */
38
+ speedUpProcess?: boolean;
39
+ }): void;
40
+ mkdirp(folderPath: string | string[]): void;
41
+ /**
42
+ * symlink may have existed or unexisted destiantion url
43
+ * @param destUrl M
44
+ */
45
+ isSymlinkThatMatchesUrl(possibleSymlink: string, destUrl: string, absoluteFileMatch?: boolean): boolean;
46
+ isSymlinkFileExitedOrUnexisted(filePath: string): boolean;
47
+ /**
48
+ * If symbolnk link that target file does not exits
49
+ */
50
+ isUnexistedLink(filePath: string): boolean;
51
+ /**
52
+ * @param existedLink check if source of link exists
53
+ */
54
+ isExistedSymlink(filePath: string): boolean;
55
+ pathContainLink(p: string): boolean;
56
+ exists(folderOrFilePath: string | string[]): boolean;
57
+ _fixCommand(command: string): string;
58
+ command(command: string): {
59
+ getherOutput(options?: {
60
+ ommitStder?: boolean;
61
+ cwd?: string;
62
+ biggerBuffer?: boolean;
63
+ gatherColors?: boolean;
64
+ }): Promise<string>;
65
+ };
66
+ wait(second: number): Promise<unknown>;
67
+ commnadOutputAsStringAsync(command: string, cwd?: string, options?: CommandOutputOptions): Promise<string>;
68
+ commnadOutputAsString(command: string, cwd?: string, options?: CommandOutputOptions): string;
69
+ killProcess(byPid: number): void;
70
+ run(command: string, options?: RunOptions): {
71
+ sync(): string;
72
+ async(detach?: boolean, mockFun?: (stdoutCallback: (dataForStdout: any) => any, stdErrcCallback: (dataForStder: any) => any, shouldProcesBeDead?: () => boolean) => Promise<number> | number): child_process.ChildProcess;
73
+ asyncAsPromise(): any;
74
+ unitlOutputContains(stdoutMsg: string | string[], stderMsg?: string | string[]): Promise<any>;
75
+ };
76
+ get isRunningIn(): {
77
+ mochaTest(): boolean;
78
+ cliMode(): boolean;
79
+ };
80
+ getStdio(options?: RunOptions): any;
81
+ runSyncIn(command: string, options?: RunOptions): string;
82
+ runAsyncIn(command: string, options?: RunOptions): child_process.ChildProcess;
83
+ logProc(proc: child_process.ChildProcess, output: boolean, stdio: any, outputLineReplace: (outputLine: string) => string, prefix: string, extractFromLine?: (string | Function)[]): child_process.ChildProcess;
84
+ execute(command: string, cwd: string, options?: ExecuteOptions): Promise<unknown>;
85
+ checkProcess(dirPath: string, command: string): void;
86
+ modifyLineByLine(data: string | Buffer | Error, outputLineReplace: (outputLine: string) => string, prefix: string, extractFromLine?: (string | Function)[]): string;
87
+ isFolder(pathToFileOrMaybeFolder: string): boolean;
88
+ /**
89
+ * Quick fix for object values
90
+ */
91
+ values(obj: any): any[];
92
+ /**
93
+ * does not make sense
94
+ */
95
+ private isFile;
96
+ /**
97
+ * wrapper for fs.readFileSync
98
+ */
99
+ readFile(absoluteFilePath: string | string[], defaultValueWhenNotExists?: string, notTrim?: boolean): string | undefined;
100
+ readJson(absoluteFilePath: string | string[], defaultValue?: {}, useJson5?: boolean): any;
101
+ parse<T = any>(jsonInstring: string, useJson5?: boolean): T;
102
+ compilationWrapper(fn: () => void, taskName?: string, executionType?: 'Compilation of' | 'Code execution of' | 'Event:'): Promise<void>;
103
+ /**
104
+ * wrapper for fs.writeFileSync
105
+ */
106
+ writeFile(absoluteFilePath: string | (string[]), input: string | object, options?: {
107
+ overrideSameFile?: boolean;
108
+ preventParentFile?: boolean;
109
+ }): boolean;
110
+ /**
111
+ * wrapper for fs.writeFileSync
112
+ */
113
+ writeJson(absoluteFilePath: string | (string[]), input: object, optoins?: {
114
+ preventParentFile?: boolean;
115
+ }): boolean;
116
+ /**
117
+ * return absolute paths for folders inside folders
118
+ */
119
+ foldersFrom(pathToFolder: string | string[]): string[];
120
+ linksToFoldersFrom(pathToFolder: string | string[], outputRealPath?: boolean): string[];
121
+ /**
122
+ * return absolute paths for folders inside folders
123
+ */
124
+ linksToFolderFrom(pathToFolder: string | string[]): string[];
125
+ /**
126
+ * return absolute paths for folders inside folders
127
+ */
128
+ filesFrom(pathToFolder: string | string[], recrusive?: boolean, incudeUnexistedLinks?: boolean): string[];
129
+ openFolderInFileExploer(folderPath: string): void;
130
130
  }
package/lib/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- export * from './framework-name';
2
- export * from './core-imports';
3
- export * from './core-models';
4
- import { HelpersCore as Base } from './helpers';
5
- export * from './core-config';
6
- export * from './progress-data';
7
- export { HelpersCore as CoreHelpers } from './helpers';
8
- export declare let Helpers: Base;
1
+ export * from './framework-name';
2
+ export * from './core-imports';
3
+ export * from './core-models';
4
+ import { HelpersCore as Base } from './helpers';
5
+ export * from './core-config';
6
+ export * from './progress-data';
7
+ export { HelpersCore as CoreHelpers } from './helpers';
8
+ export declare let Helpers: Base;
@@ -1,25 +1,25 @@
1
- export declare const path: {
2
- resolve: (pathToResovle: any) => any;
3
- normalize: (pathArg: any) => any;
4
- isAbsolute: (pathArg: any) => boolean;
5
- join: () => any;
6
- relative: (from: any, to: any) => any;
7
- _makeLong: (path: any) => any;
8
- dirname: (path: any) => any;
9
- basename: (pathArg: any, ext: any) => any;
10
- extname: (pathArg: any) => any;
11
- format: (pathObject: any) => any;
12
- parse: (pathArg: any) => {
13
- root: string;
14
- dir: string;
15
- base: string;
16
- ext: string;
17
- name: string;
18
- };
19
- sep: string;
20
- delimiter: string;
21
- win32: {
22
- normalize: (p: any) => any;
23
- };
24
- posix: any;
1
+ export declare const path: {
2
+ resolve: (pathToResovle: any) => any;
3
+ normalize: (pathArg: any) => any;
4
+ isAbsolute: (pathArg: any) => boolean;
5
+ join: () => any;
6
+ relative: (from: any, to: any) => any;
7
+ _makeLong: (path: any) => any;
8
+ dirname: (path: any) => any;
9
+ basename: (pathArg: any, ext: any) => any;
10
+ extname: (pathArg: any) => any;
11
+ format: (pathObject: any) => any;
12
+ parse: (pathArg: any) => {
13
+ root: string;
14
+ dir: string;
15
+ base: string;
16
+ ext: string;
17
+ name: string;
18
+ };
19
+ sep: string;
20
+ delimiter: string;
21
+ win32: {
22
+ normalize: (p: any) => any;
23
+ };
24
+ posix: any;
25
25
  };
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1684925942828 = void 0;
4
- function dummy1684925942828() { }
5
- exports.dummy1684925942828 = dummy1684925942828;
3
+ exports.dummy1685214366720 = void 0;
4
+ function dummy1685214366720() { }
5
+ exports.dummy1685214366720 = dummy1685214366720;
6
6
  //# sourceMappingURL=node-path-mock.js.map
@@ -1,18 +1,18 @@
1
- import { PROGRESS_DATA_TYPE } from './core-models';
2
- export interface IPROGRESS_DATA {
3
- /**
4
- * How man percent of
5
- */
6
- value?: number;
7
- msg?: string;
8
- type?: PROGRESS_DATA_TYPE;
9
- date?: Date;
10
- }
11
- export declare class PROGRESS_DATA implements IPROGRESS_DATA {
12
- static log(log: IPROGRESS_DATA): void;
13
- static resolveFrom(chunk: string, callbackOnFounded?: (json: PROGRESS_DATA) => any, checkSplit?: boolean): PROGRESS_DATA[];
14
- value?: number;
15
- msg?: string;
16
- type: PROGRESS_DATA_TYPE;
17
- date?: Date;
18
- }
1
+ import { PROGRESS_DATA_TYPE } from './core-models';
2
+ export interface IPROGRESS_DATA {
3
+ /**
4
+ * How man percent of
5
+ */
6
+ value?: number;
7
+ msg?: string;
8
+ type?: PROGRESS_DATA_TYPE;
9
+ date?: Date;
10
+ }
11
+ export declare class PROGRESS_DATA implements IPROGRESS_DATA {
12
+ static log(log: IPROGRESS_DATA): void;
13
+ static resolveFrom(chunk: string, callbackOnFounded?: (json: PROGRESS_DATA) => any, checkSplit?: boolean): PROGRESS_DATA[];
14
+ value?: number;
15
+ msg?: string;
16
+ type: PROGRESS_DATA_TYPE;
17
+ date?: Date;
18
+ }
@@ -1,7 +1,7 @@
1
- export * from './core-imports';
2
- export * from './core-models';
3
- import { HelpersCore as Base } from './helpers';
4
- export * from './core-config';
5
- export * from './progress-data';
6
- export { HelpersCore as CoreHelpers } from './helpers';
7
- export declare let Helpers: Base;
1
+ export * from './core-imports';
2
+ export * from './core-models';
3
+ import { HelpersCore as Base } from './helpers';
4
+ export * from './core-config';
5
+ export * from './progress-data';
6
+ export { HelpersCore as CoreHelpers } from './helpers';
7
+ export declare let Helpers: Base;
package/package.json CHANGED
@@ -26,6 +26,6 @@
26
26
  "private": false,
27
27
  "main": "index.js",
28
28
  "name": "tnp-core",
29
- "version": "13.2.17",
30
- "lastBuildTagHash": "e516d2b753743317c42abda11c2b2244b546c33d"
29
+ "version": "13.2.18",
30
+ "lastBuildTagHash": "7effc128432ffa88123aa0bcc1543c044e3d66c4"
31
31
  }