tnp-core 13.2.14 → 13.2.16
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.
- package/README.md +20 -20
- package/assets/shared/shared_folder_info.txt +1 -1
- package/browser/README.md +24 -24
- package/browser/esm2020/lib/core-config.mjs +6 -6
- package/browser/esm2020/lib/core-imports.mjs +68 -68
- package/browser/esm2020/lib/core-models.mjs +3 -3
- package/browser/esm2020/lib/framework-name.mjs +9 -9
- package/browser/esm2020/lib/helpers-isomorphic.mjs +35 -35
- package/browser/esm2020/lib/helpers-messages.mjs +493 -493
- package/browser/esm2020/lib/helpers.mjs +1179 -1179
- package/browser/esm2020/lib/index.mjs +10 -10
- package/browser/esm2020/lib/node-path-mock.mjs +414 -414
- package/browser/esm2020/lib/progress-data.mjs +51 -51
- package/browser/esm2020/public-api.mjs +1 -1
- package/browser/esm2020/tnp-core.mjs +4 -4
- package/browser/fesm2015/tnp-core.mjs +2195 -2195
- package/browser/fesm2020/tnp-core.mjs +2193 -2193
- package/browser/lib/core-config.d.ts +4 -4
- package/browser/lib/core-imports.d.ts +7 -7
- package/browser/lib/core-models.d.ts +41 -41
- package/browser/lib/framework-name.d.ts +1 -1
- package/browser/lib/helpers-isomorphic.d.ts +5 -5
- package/browser/lib/helpers-messages.d.ts +16 -16
- package/browser/lib/helpers.d.ts +49 -49
- package/browser/lib/index.d.ts +7 -7
- package/browser/lib/node-path-mock.d.ts +24 -24
- package/browser/lib/progress-data.d.ts +17 -17
- package/browser/tnp-core.d.ts +4 -4
- package/cli.backend.js +3 -3
- package/client/README.md +24 -24
- package/client/esm2020/lib/core-config.mjs +6 -6
- package/client/esm2020/lib/core-imports.mjs +68 -68
- package/client/esm2020/lib/core-models.mjs +3 -3
- package/client/esm2020/lib/framework-name.mjs +9 -9
- package/client/esm2020/lib/helpers-isomorphic.mjs +35 -35
- package/client/esm2020/lib/helpers-messages.mjs +493 -493
- package/client/esm2020/lib/helpers.mjs +1179 -1179
- package/client/esm2020/lib/index.mjs +10 -10
- package/client/esm2020/lib/node-path-mock.mjs +414 -414
- package/client/esm2020/lib/progress-data.mjs +51 -51
- package/client/esm2020/public-api.mjs +1 -1
- package/client/esm2020/tnp-core.mjs +4 -4
- package/client/fesm2015/tnp-core.mjs +2195 -2195
- package/client/fesm2020/tnp-core.mjs +2193 -2193
- package/client/lib/core-config.d.ts +4 -4
- package/client/lib/core-imports.d.ts +7 -7
- package/client/lib/core-models.d.ts +41 -41
- package/client/lib/framework-name.d.ts +1 -1
- package/client/lib/helpers-isomorphic.d.ts +5 -5
- package/client/lib/helpers-messages.d.ts +16 -16
- package/client/lib/helpers.d.ts +49 -49
- package/client/lib/index.d.ts +7 -7
- package/client/lib/node-path-mock.d.ts +24 -24
- package/client/lib/progress-data.d.ts +17 -17
- package/client/package.json +33 -27
- package/client/tnp-core.d.ts +4 -4
- package/index.d.ts +1 -1
- package/lib/core-config.d.ts +5 -5
- package/lib/core-imports.d.ts +30 -30
- package/lib/core-models.d.ts +42 -42
- package/lib/framework-name.d.ts +2 -2
- package/lib/helpers-isomorphic.d.ts +6 -6
- package/lib/helpers-messages.d.ts +33 -33
- package/lib/helpers.d.ts +128 -128
- package/lib/index.d.ts +8 -8
- package/lib/node-path-mock.d.ts +24 -24
- package/lib/node-path-mock.js +3 -3
- package/lib/progress-data.d.ts +18 -18
- package/lib/public-api.d.ts +7 -7
- package/package.json +2 -2
- package/package.json_devDependencies.json +202 -202
- package/package.json_tnp.json5 +65 -65
- package/tmp-environment.json +37 -31
- package/websql/README.md +24 -24
- package/websql/esm2020/lib/core-config.mjs +6 -6
- package/websql/esm2020/lib/core-imports.mjs +68 -68
- package/websql/esm2020/lib/core-models.mjs +3 -3
- package/websql/esm2020/lib/framework-name.mjs +9 -9
- package/websql/esm2020/lib/helpers-isomorphic.mjs +34 -34
- package/websql/esm2020/lib/helpers-messages.mjs +493 -493
- package/websql/esm2020/lib/helpers.mjs +1177 -1177
- package/websql/esm2020/lib/index.mjs +10 -10
- package/websql/esm2020/lib/node-path-mock.mjs +414 -414
- package/websql/esm2020/lib/progress-data.mjs +51 -51
- package/websql/esm2020/public-api.mjs +1 -1
- package/websql/esm2020/tnp-core.mjs +4 -4
- package/websql/fesm2015/tnp-core.mjs +2192 -2192
- package/websql/fesm2020/tnp-core.mjs +2190 -2190
- package/websql/lib/core-config.d.ts +4 -4
- package/websql/lib/core-imports.d.ts +7 -7
- package/websql/lib/core-models.d.ts +41 -41
- package/websql/lib/framework-name.d.ts +1 -1
- package/websql/lib/helpers-isomorphic.d.ts +5 -5
- package/websql/lib/helpers-messages.d.ts +16 -16
- package/websql/lib/helpers.d.ts +49 -49
- package/websql/lib/index.d.ts +7 -7
- package/websql/lib/node-path-mock.d.ts +24 -24
- package/websql/lib/progress-data.d.ts +17 -17
- package/websql/tnp-core.d.ts +4 -4
@@ -1,9 +1,9 @@
|
|
1
1
|
// @ts-nocheck
|
2
|
-
import * as _ from 'lodash';
|
3
|
-
import * as q from 'q';
|
4
|
-
import * as moment from 'moment';
|
5
|
-
import * as dateformat from 'dateformat';
|
6
|
-
declare let path: any;
|
7
|
-
declare function win32Path(p: string): any;
|
8
|
-
declare function crossPlatformPath(pathStringOrPathParts: string | string[]): string;
|
2
|
+
import * as _ from 'lodash';
|
3
|
+
import * as q from 'q';
|
4
|
+
import * as moment from 'moment';
|
5
|
+
import * as dateformat from 'dateformat';
|
6
|
+
declare let path: any;
|
7
|
+
declare function win32Path(p: string): any;
|
8
|
+
declare function crossPlatformPath(pathStringOrPathParts: string | string[]): string;
|
9
9
|
export { _, q, moment, dateformat, crossPlatformPath, win32Path, path, };
|
@@ -1,43 +1,43 @@
|
|
1
1
|
// @ts-nocheck
|
2
|
-
export interface ExecuteOptions {
|
3
|
-
/** Extract string from line */
|
4
|
-
extractFromLine?: (string | Function)[];
|
5
|
-
/**
|
6
|
-
* Modify output line by line
|
7
|
-
*/
|
8
|
-
outputLineReplace?: (outputLine: string) => string;
|
9
|
-
resolvePromiseMsg?: {
|
10
|
-
stdout?: string | string[];
|
11
|
-
stderr?: string | string[];
|
12
|
-
};
|
13
|
-
prefix?: string;
|
14
|
-
detach?: boolean;
|
15
|
-
/**
|
16
|
-
* Try command again after fail after n miliseconds
|
17
|
-
*/
|
18
|
-
tryAgainWhenFailAfter?: number;
|
19
|
-
/**
|
20
|
-
* Use big buffer for big webpack logs
|
21
|
-
*/
|
22
|
-
biggerBuffer?: boolean;
|
23
|
-
exitOnError?: boolean;
|
24
|
-
exitOnErrorCallback?: (code: number) => void;
|
25
|
-
/**
|
26
|
-
* From displaying in console
|
27
|
-
*/
|
28
|
-
hideOutput?: {
|
29
|
-
stdout?: boolean;
|
30
|
-
stderr?: boolean;
|
31
|
-
};
|
32
|
-
}
|
33
|
-
export interface RunOptions extends ExecuteOptions {
|
34
|
-
showCommand?: boolean;
|
35
|
-
/**
|
36
|
-
* Show process output
|
37
|
-
*/
|
38
|
-
output?: boolean;
|
39
|
-
silence?: boolean;
|
40
|
-
stdio?: any;
|
41
|
-
cwd?: string;
|
42
|
-
}
|
2
|
+
export interface ExecuteOptions {
|
3
|
+
/** Extract string from line */
|
4
|
+
extractFromLine?: (string | Function)[];
|
5
|
+
/**
|
6
|
+
* Modify output line by line
|
7
|
+
*/
|
8
|
+
outputLineReplace?: (outputLine: string) => string;
|
9
|
+
resolvePromiseMsg?: {
|
10
|
+
stdout?: string | string[];
|
11
|
+
stderr?: string | string[];
|
12
|
+
};
|
13
|
+
prefix?: string;
|
14
|
+
detach?: boolean;
|
15
|
+
/**
|
16
|
+
* Try command again after fail after n miliseconds
|
17
|
+
*/
|
18
|
+
tryAgainWhenFailAfter?: number;
|
19
|
+
/**
|
20
|
+
* Use big buffer for big webpack logs
|
21
|
+
*/
|
22
|
+
biggerBuffer?: boolean;
|
23
|
+
exitOnError?: boolean;
|
24
|
+
exitOnErrorCallback?: (code: number) => void;
|
25
|
+
/**
|
26
|
+
* From displaying in console
|
27
|
+
*/
|
28
|
+
hideOutput?: {
|
29
|
+
stdout?: boolean;
|
30
|
+
stderr?: boolean;
|
31
|
+
};
|
32
|
+
}
|
33
|
+
export interface RunOptions extends ExecuteOptions {
|
34
|
+
showCommand?: boolean;
|
35
|
+
/**
|
36
|
+
* Show process output
|
37
|
+
*/
|
38
|
+
output?: boolean;
|
39
|
+
silence?: boolean;
|
40
|
+
stdio?: any;
|
41
|
+
cwd?: string;
|
42
|
+
}
|
43
43
|
export declare type PROGRESS_DATA_TYPE = 'info' | 'error' | 'warning' | 'event';
|
@@ -1,7 +1,7 @@
|
|
1
1
|
// @ts-nocheck
|
2
|
-
export declare class HelpersIsomorphic {
|
3
|
-
get isBrowser(): boolean;
|
4
|
-
get isWebSQL(): boolean;
|
5
|
-
get isNode(): boolean;
|
6
|
-
contain(arr: any[], item: any): boolean;
|
2
|
+
export declare class HelpersIsomorphic {
|
3
|
+
get isBrowser(): boolean;
|
4
|
+
get isWebSQL(): boolean;
|
5
|
+
get isNode(): boolean;
|
6
|
+
contain(arr: any[], item: any): boolean;
|
7
7
|
}
|
@@ -1,18 +1,18 @@
|
|
1
1
|
// @ts-nocheck
|
2
|
-
import { HelpersIsomorphic } from './helpers-isomorphic';
|
3
|
-
export declare class HelpersMessages extends HelpersIsomorphic {
|
4
|
-
msgCacheClear(): void;
|
5
|
-
error(details: any, noExit?: boolean, noTrace?: boolean): void;
|
6
|
-
info(details: string, repeatable?: boolean): void;
|
7
|
-
success(details: any | string): void;
|
8
|
-
/**
|
9
|
-
*
|
10
|
-
* @param details
|
11
|
-
* @param isLogTask is less important log task
|
12
|
-
* @returns
|
13
|
-
*/
|
14
|
-
taskStarted(details: any | string, isLogTask?: boolean): void;
|
15
|
-
taskDone(details?: any | string, isLessImportant?: boolean): void;
|
16
|
-
log(details: any, debugLevel?: number): void;
|
17
|
-
warn(details: string, trace?: boolean): void;
|
2
|
+
import { HelpersIsomorphic } from './helpers-isomorphic';
|
3
|
+
export declare class HelpersMessages extends HelpersIsomorphic {
|
4
|
+
msgCacheClear(): void;
|
5
|
+
error(details: any, noExit?: boolean, noTrace?: boolean): void;
|
6
|
+
info(details: string, repeatable?: boolean): void;
|
7
|
+
success(details: any | string): void;
|
8
|
+
/**
|
9
|
+
*
|
10
|
+
* @param details
|
11
|
+
* @param isLogTask is less important log task
|
12
|
+
* @returns
|
13
|
+
*/
|
14
|
+
taskStarted(details: any | string, isLogTask?: boolean): void;
|
15
|
+
taskDone(details?: any | string, isLessImportant?: boolean): void;
|
16
|
+
log(details: any, debugLevel?: number): void;
|
17
|
+
warn(details: string, trace?: boolean): void;
|
18
18
|
}
|
package/client/lib/helpers.d.ts
CHANGED
@@ -1,51 +1,51 @@
|
|
1
1
|
// @ts-nocheck
|
2
|
-
import { HelpersMessages } from './helpers-messages';
|
3
|
-
import { RunOptions } from './core-models';
|
4
|
-
export interface RunSyncOrAsyncOptions {
|
5
|
-
functionFn: Function;
|
6
|
-
context?: object;
|
7
|
-
arrayOfParams?: any[];
|
8
|
-
}
|
9
|
-
export interface CommandOutputOptions {
|
10
|
-
biggerBuffer?: boolean;
|
11
|
-
showWholeCommandNotOnlyLastLine?: boolean;
|
12
|
-
showStder?: boolean;
|
13
|
-
gatherColors?: boolean;
|
14
|
-
showErrorWarning?: boolean;
|
15
|
-
}
|
16
|
-
export declare class HelpersCore extends HelpersMessages {
|
17
|
-
private static _instanceCore;
|
18
|
-
static get InstanceCore(): HelpersCore;
|
19
|
-
readonly bigMaxBuffer: number;
|
20
|
-
constructor();
|
21
|
-
removeSlashAtEnd(s: string): string;
|
22
|
-
removeSlashAtBegin(s: string): string;
|
23
|
-
stringify(inputObject: any): string;
|
24
|
-
runSyncOrAsync(fnOrOptions: Function | [string, object] | RunSyncOrAsyncOptions, ...firstArg: any[]): Promise<any>;
|
25
|
-
/**
|
26
|
-
* symlink may have existed or unexisted destiantion url
|
27
|
-
* @param destUrl M
|
28
|
-
*/
|
29
|
-
isSymlinkThatMatchesUrl(possibleSymlink: string, destUrl: string, absoluteFileMatch?: boolean): boolean;
|
30
|
-
isSymlinkFileExitedOrUnexisted(filePath: string): boolean;
|
31
|
-
/**
|
32
|
-
* If symbolnk link that target file does not exits
|
33
|
-
*/
|
34
|
-
isUnexistedLink(filePath: string): boolean;
|
35
|
-
/**
|
36
|
-
* @param existedLink check if source of link exists
|
37
|
-
*/
|
38
|
-
isExistedSymlink(filePath: string): boolean;
|
39
|
-
exists(folderOrFilePath: string | string[]): any;
|
40
|
-
_fixCommand(command: string): string;
|
41
|
-
command(command: string): {};
|
42
|
-
wait(second: number): Promise<unknown>;
|
43
|
-
killProcess(byPid: number): void;
|
44
|
-
run(command: string, options?: RunOptions): {
|
45
|
-
async(detach?: boolean, mockFun?: (stdoutCallback: (dataForStdout: any) => any, stdErrcCallback: (dataForStder: any) => any, shouldProcesBeDead?: () => boolean) => Promise<number> | number): any;
|
46
|
-
};
|
47
|
-
/**
|
48
|
-
* Quick fix for object values
|
49
|
-
*/
|
50
|
-
values(obj: any): any[];
|
2
|
+
import { HelpersMessages } from './helpers-messages';
|
3
|
+
import { RunOptions } from './core-models';
|
4
|
+
export interface RunSyncOrAsyncOptions {
|
5
|
+
functionFn: Function;
|
6
|
+
context?: object;
|
7
|
+
arrayOfParams?: any[];
|
8
|
+
}
|
9
|
+
export interface CommandOutputOptions {
|
10
|
+
biggerBuffer?: boolean;
|
11
|
+
showWholeCommandNotOnlyLastLine?: boolean;
|
12
|
+
showStder?: boolean;
|
13
|
+
gatherColors?: boolean;
|
14
|
+
showErrorWarning?: boolean;
|
15
|
+
}
|
16
|
+
export declare class HelpersCore extends HelpersMessages {
|
17
|
+
private static _instanceCore;
|
18
|
+
static get InstanceCore(): HelpersCore;
|
19
|
+
readonly bigMaxBuffer: number;
|
20
|
+
constructor();
|
21
|
+
removeSlashAtEnd(s: string): string;
|
22
|
+
removeSlashAtBegin(s: string): string;
|
23
|
+
stringify(inputObject: any): string;
|
24
|
+
runSyncOrAsync(fnOrOptions: Function | [string, object] | RunSyncOrAsyncOptions, ...firstArg: any[]): Promise<any>;
|
25
|
+
/**
|
26
|
+
* symlink may have existed or unexisted destiantion url
|
27
|
+
* @param destUrl M
|
28
|
+
*/
|
29
|
+
isSymlinkThatMatchesUrl(possibleSymlink: string, destUrl: string, absoluteFileMatch?: boolean): boolean;
|
30
|
+
isSymlinkFileExitedOrUnexisted(filePath: string): boolean;
|
31
|
+
/**
|
32
|
+
* If symbolnk link that target file does not exits
|
33
|
+
*/
|
34
|
+
isUnexistedLink(filePath: string): boolean;
|
35
|
+
/**
|
36
|
+
* @param existedLink check if source of link exists
|
37
|
+
*/
|
38
|
+
isExistedSymlink(filePath: string): boolean;
|
39
|
+
exists(folderOrFilePath: string | string[]): any;
|
40
|
+
_fixCommand(command: string): string;
|
41
|
+
command(command: string): {};
|
42
|
+
wait(second: number): Promise<unknown>;
|
43
|
+
killProcess(byPid: number): void;
|
44
|
+
run(command: string, options?: RunOptions): {
|
45
|
+
async(detach?: boolean, mockFun?: (stdoutCallback: (dataForStdout: any) => any, stdErrcCallback: (dataForStder: any) => any, shouldProcesBeDead?: () => boolean) => Promise<number> | number): any;
|
46
|
+
};
|
47
|
+
/**
|
48
|
+
* Quick fix for object values
|
49
|
+
*/
|
50
|
+
values(obj: any): any[];
|
51
51
|
}
|
package/client/lib/index.d.ts
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
// @ts-nocheck
|
2
|
-
export * from './framework-name';
|
3
|
-
export * from './core-imports';
|
4
|
-
export * from './core-models';
|
5
|
-
import { HelpersCore as Base } from './helpers';
|
6
|
-
export * from './core-config';
|
7
|
-
export * from './progress-data';
|
8
|
-
export { HelpersCore as CoreHelpers } from './helpers';
|
2
|
+
export * from './framework-name';
|
3
|
+
export * from './core-imports';
|
4
|
+
export * from './core-models';
|
5
|
+
import { HelpersCore as Base } from './helpers';
|
6
|
+
export * from './core-config';
|
7
|
+
export * from './progress-data';
|
8
|
+
export { HelpersCore as CoreHelpers } from './helpers';
|
9
9
|
export declare let Helpers: Base;
|
@@ -1,26 +1,26 @@
|
|
1
1
|
// @ts-nocheck
|
2
|
-
export declare const path: {
|
3
|
-
resolve: (pathToResovle: any) => any;
|
4
|
-
normalize: (pathArg: any) => any;
|
5
|
-
isAbsolute: (pathArg: any) => boolean;
|
6
|
-
join: () => any;
|
7
|
-
relative: (from: any, to: any) => any;
|
8
|
-
_makeLong: (path: any) => any;
|
9
|
-
dirname: (path: any) => any;
|
10
|
-
basename: (pathArg: any, ext: any) => any;
|
11
|
-
extname: (pathArg: any) => any;
|
12
|
-
format: (pathObject: any) => any;
|
13
|
-
parse: (pathArg: any) => {
|
14
|
-
root: string;
|
15
|
-
dir: string;
|
16
|
-
base: string;
|
17
|
-
ext: string;
|
18
|
-
name: string;
|
19
|
-
};
|
20
|
-
sep: string;
|
21
|
-
delimiter: string;
|
22
|
-
win32: {
|
23
|
-
normalize: (p: any) => any;
|
24
|
-
};
|
25
|
-
posix: any;
|
2
|
+
export declare const path: {
|
3
|
+
resolve: (pathToResovle: any) => any;
|
4
|
+
normalize: (pathArg: any) => any;
|
5
|
+
isAbsolute: (pathArg: any) => boolean;
|
6
|
+
join: () => any;
|
7
|
+
relative: (from: any, to: any) => any;
|
8
|
+
_makeLong: (path: any) => any;
|
9
|
+
dirname: (path: any) => any;
|
10
|
+
basename: (pathArg: any, ext: any) => any;
|
11
|
+
extname: (pathArg: any) => any;
|
12
|
+
format: (pathObject: any) => any;
|
13
|
+
parse: (pathArg: any) => {
|
14
|
+
root: string;
|
15
|
+
dir: string;
|
16
|
+
base: string;
|
17
|
+
ext: string;
|
18
|
+
name: string;
|
19
|
+
};
|
20
|
+
sep: string;
|
21
|
+
delimiter: string;
|
22
|
+
win32: {
|
23
|
+
normalize: (p: any) => any;
|
24
|
+
};
|
25
|
+
posix: any;
|
26
26
|
};
|
@@ -1,19 +1,19 @@
|
|
1
1
|
// @ts-nocheck
|
2
|
-
import { PROGRESS_DATA_TYPE } from './core-models';
|
3
|
-
export interface IPROGRESS_DATA {
|
4
|
-
/**
|
5
|
-
* How man percent of
|
6
|
-
*/
|
7
|
-
value?: number;
|
8
|
-
msg?: string;
|
9
|
-
type?: PROGRESS_DATA_TYPE;
|
10
|
-
date?: Date;
|
11
|
-
}
|
12
|
-
export declare class PROGRESS_DATA implements IPROGRESS_DATA {
|
13
|
-
static log(log: IPROGRESS_DATA): void;
|
14
|
-
static resolveFrom(chunk: string, callbackOnFounded?: (json: PROGRESS_DATA) => any, checkSplit?: boolean): PROGRESS_DATA[];
|
15
|
-
value?: number;
|
16
|
-
msg?: string;
|
17
|
-
type: PROGRESS_DATA_TYPE;
|
18
|
-
date?: Date;
|
2
|
+
import { PROGRESS_DATA_TYPE } from './core-models';
|
3
|
+
export interface IPROGRESS_DATA {
|
4
|
+
/**
|
5
|
+
* How man percent of
|
6
|
+
*/
|
7
|
+
value?: number;
|
8
|
+
msg?: string;
|
9
|
+
type?: PROGRESS_DATA_TYPE;
|
10
|
+
date?: Date;
|
11
|
+
}
|
12
|
+
export declare class PROGRESS_DATA implements IPROGRESS_DATA {
|
13
|
+
static log(log: IPROGRESS_DATA): void;
|
14
|
+
static resolveFrom(chunk: string, callbackOnFounded?: (json: PROGRESS_DATA) => any, checkSplit?: boolean): PROGRESS_DATA[];
|
15
|
+
value?: number;
|
16
|
+
msg?: string;
|
17
|
+
type: PROGRESS_DATA_TYPE;
|
18
|
+
date?: Date;
|
19
19
|
}
|
package/client/package.json
CHANGED
@@ -43,6 +43,7 @@
|
|
43
43
|
"@iconify/icons-fa-solid": "1.2.2",
|
44
44
|
"@iconify/icons-mdi": "1.2.1",
|
45
45
|
"@mdi/js": "6.5.95",
|
46
|
+
"@ng-matero/extensions": "13.3.2",
|
46
47
|
"@ngrx/component-store": "~13.0.2",
|
47
48
|
"@ngrx/data": "~13.0.2",
|
48
49
|
"@ngrx/effects": "~13.0.2",
|
@@ -89,14 +90,16 @@
|
|
89
90
|
"@types/vinyl": "2.0.2",
|
90
91
|
"@types/watch": "1.0.0",
|
91
92
|
"accepts": "1.3.4",
|
92
|
-
"
|
93
|
+
"angular-material-css-vars": "5.0.0",
|
94
|
+
"any-project-cli": "~13.1.25",
|
93
95
|
"axios": "1.3.5",
|
94
|
-
"background-worker-process": "~13.1.
|
96
|
+
"background-worker-process": "~13.1.42",
|
95
97
|
"base32": "0.0.7",
|
96
98
|
"bcryptjs": "2.4.3",
|
97
99
|
"better-sqlite3": "7.6.2",
|
98
100
|
"body-parser": "1.18.2",
|
99
101
|
"bootstrap": "4.6.2",
|
102
|
+
"bs4-breakpoint": "13.0.33",
|
100
103
|
"buffer-shims": "1.0.0",
|
101
104
|
"callsite-record": "4.1.3",
|
102
105
|
"chai": "4.2.0",
|
@@ -112,6 +115,7 @@
|
|
112
115
|
"cpr": "3.0.1",
|
113
116
|
"detect-mocha": "0.1.0",
|
114
117
|
"diff": "3.2.0",
|
118
|
+
"edit-table": "13.1.0",
|
115
119
|
"element-resize-detector": "1.1.15",
|
116
120
|
"enquirer": "2.3.0",
|
117
121
|
"enum-values": "1.2.1",
|
@@ -127,31 +131,32 @@
|
|
127
131
|
"file-loader": "1.1.5",
|
128
132
|
"file-saver": "2.0.5",
|
129
133
|
"firedev": "^13",
|
130
|
-
"firedev-crud": "~13.1.
|
131
|
-
"firedev-crud-deamon": "~13.1.
|
132
|
-
"firedev-ports": "~13.1.
|
133
|
-
"firedev-storage": "~13.
|
134
|
-
"firedev-typeorm": "~13.1.
|
135
|
-
"firedev-ui": "~13.1.
|
134
|
+
"firedev-crud": "~13.1.47",
|
135
|
+
"firedev-crud-deamon": "~13.1.37",
|
136
|
+
"firedev-ports": "~13.1.41",
|
137
|
+
"firedev-storage": "~13.2.32",
|
138
|
+
"firedev-typeorm": "~13.1.25",
|
139
|
+
"firedev-ui": "~13.1.20",
|
136
140
|
"font-awesome": "4.7.0",
|
137
141
|
"form-data": "4.0.0",
|
138
142
|
"fuzzy": "0.1.3",
|
139
143
|
"gulp": "3.9.1",
|
140
144
|
"hostile": "1.3.3",
|
145
|
+
"howler": "2.2.3",
|
141
146
|
"http-proxy": "1.16.2",
|
142
147
|
"http-proxy-middleware": "0.19.1",
|
143
148
|
"http-server": "0.11.1",
|
144
149
|
"immutable": "4.3.0",
|
145
|
-
"incremental-compiler": "~13.1.
|
150
|
+
"incremental-compiler": "~13.1.23",
|
146
151
|
"inquirer": "7.3.3",
|
147
152
|
"inquirer-autocomplete-prompt": "1.3.0",
|
148
|
-
"isomorphic-region-loader": "~13.1.
|
153
|
+
"isomorphic-region-loader": "~13.1.35",
|
149
154
|
"istanbul-instrumenter-loader": "2.0.0",
|
150
155
|
"jasmine-core": "4.0.0",
|
151
156
|
"jscodeshift": "0.6.3",
|
152
157
|
"json-stringify-safe": "5.0.1",
|
153
|
-
"json10": "~13.1.
|
154
|
-
"json10-writer": "~13.1.
|
158
|
+
"json10": "~13.1.42",
|
159
|
+
"json10-writer": "~13.1.38",
|
155
160
|
"json5-writer": "0.2.0",
|
156
161
|
"jszip": "3.10.1",
|
157
162
|
"karma": "6.3.0",
|
@@ -163,19 +168,19 @@
|
|
163
168
|
"lnk": "1.0.1",
|
164
169
|
"localforage": "1.10.0",
|
165
170
|
"lockfile": "1.0.4",
|
166
|
-
"lodash-walk-object": "~13.1.
|
171
|
+
"lodash-walk-object": "~13.1.42",
|
167
172
|
"lowdb": "1.0.0",
|
168
|
-
"magic-renamer": "~13.1.
|
173
|
+
"magic-renamer": "~13.1.39",
|
169
174
|
"material-design-icons": "3.0.1",
|
170
175
|
"method-override": "2.3.10",
|
171
176
|
"minimist": "1.2.0",
|
172
177
|
"mocha": "5.2.0",
|
173
|
-
"morphi": "~13.2.
|
178
|
+
"morphi": "~13.2.5",
|
174
179
|
"ng-packagr": "13.0.0",
|
175
180
|
"ng-talkback": "~13.1.19",
|
176
181
|
"ng2-file-upload": "1.3.0",
|
177
|
-
"ng2-logger": "~13.1.
|
178
|
-
"ng2-rest": "~13.2.
|
182
|
+
"ng2-logger": "~13.1.22",
|
183
|
+
"ng2-rest": "~13.2.5",
|
179
184
|
"ng4-icons": "~13.1.21",
|
180
185
|
"ng4-modal": "~13.1.23",
|
181
186
|
"ngx-ace-wrapper": "12",
|
@@ -214,17 +219,17 @@
|
|
214
219
|
"socket.io": "2.4.1",
|
215
220
|
"sort-package-json": "1.11.0",
|
216
221
|
"sql.js": "1.8.0",
|
217
|
-
"static-columns": "~13.3.
|
222
|
+
"static-columns": "~13.3.5",
|
218
223
|
"string-similarity": "4.0.2",
|
219
224
|
"sudo-block": "3.0.0",
|
220
225
|
"systeminformation": "3.45.7",
|
221
226
|
"task.js": "0.1.5",
|
222
|
-
"tnp-cli": "~13.1.
|
223
|
-
"tnp-config": "~13.1.
|
224
|
-
"tnp-core": "~13.2.
|
225
|
-
"tnp-db": "~13.1.
|
226
|
-
"tnp-helpers": "~13.1.
|
227
|
-
"tnp-models": "~13.1.
|
227
|
+
"tnp-cli": "~13.1.57",
|
228
|
+
"tnp-config": "~13.1.73",
|
229
|
+
"tnp-core": "~13.2.15",
|
230
|
+
"tnp-db": "~13.1.19",
|
231
|
+
"tnp-helpers": "~13.1.32",
|
232
|
+
"tnp-models": "~13.1.23",
|
228
233
|
"tnp-ui": "~13.1.27",
|
229
234
|
"ts-debug": "1.3.0",
|
230
235
|
"ts-loader": "2.3.1",
|
@@ -232,11 +237,12 @@
|
|
232
237
|
"tslib": "~2.3.0",
|
233
238
|
"typeorm": "~0.3.10",
|
234
239
|
"typescript": "~4.6.2",
|
235
|
-
"typescript-class-helpers": "~13.2.
|
240
|
+
"typescript-class-helpers": "~13.2.10",
|
236
241
|
"typescript-formatter": "~7.2.2",
|
237
242
|
"underscore": "1.9.1",
|
238
243
|
"uuid": "8.3.2",
|
239
244
|
"validator": "9.2.0",
|
245
|
+
"video.js": "8.3.0",
|
240
246
|
"vpn-split": "~13.1.23",
|
241
247
|
"watch": "1.0.2",
|
242
248
|
"yup": "1.1.1",
|
@@ -246,6 +252,6 @@
|
|
246
252
|
"private": false,
|
247
253
|
"main": "index.js",
|
248
254
|
"name": "tnp-core",
|
249
|
-
"version": "13.2.
|
250
|
-
"lastBuildTagHash": "
|
255
|
+
"version": "13.2.16",
|
256
|
+
"lastBuildTagHash": "435cfa4802a9e1c0c790a65275590dddbb0d0938"
|
251
257
|
}
|
package/client/tnp-core.d.ts
CHANGED
package/index.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export * from './lib';
|
1
|
+
export * from './lib';
|
package/lib/core-config.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
export declare const CoreConfig: {
|
2
|
-
message: {
|
3
|
-
globalSystemToolMode: string;
|
4
|
-
};
|
5
|
-
};
|
1
|
+
export declare const CoreConfig: {
|
2
|
+
message: {
|
3
|
+
globalSystemToolMode: string;
|
4
|
+
};
|
5
|
+
};
|
package/lib/core-imports.d.ts
CHANGED
@@ -1,30 +1,30 @@
|
|
1
|
-
/// <reference types="node" />
|
2
|
-
import * as _ from 'lodash';
|
3
|
-
import * as q from 'q';
|
4
|
-
import * as moment from 'moment';
|
5
|
-
import * as dateformat from 'dateformat';
|
6
|
-
import * as pathBase from 'path';
|
7
|
-
import * as os from 'os';
|
8
|
-
import * as child_process from 'child_process';
|
9
|
-
import * as http from 'http';
|
10
|
-
import * as https from 'https';
|
11
|
-
import * as net from 'net';
|
12
|
-
import chalk from 'chalk';
|
13
|
-
import * as spawn from 'cross-spawn';
|
14
|
-
import * as glob from 'glob';
|
15
|
-
import * as fse from 'fs-extra';
|
16
|
-
import * as rimraf from 'rimraf';
|
17
|
-
import * as chokidar from 'chokidar';
|
18
|
-
import * as mkdirp from 'mkdirp';
|
19
|
-
import * as json5 from 'json5';
|
20
|
-
import * as ncp from 'copy-paste';
|
21
|
-
import * as ps from 'ps-node';
|
22
|
-
import * as psList from 'ps-list';
|
23
|
-
import * as fkill from 'fkill';
|
24
|
-
import * as portfinder from 'portfinder';
|
25
|
-
declare function isElevated(): Promise<any>;
|
26
|
-
declare let path: pathBase.PlatformPath;
|
27
|
-
declare function win32Path(p: string): string;
|
28
|
-
declare function crossPlatformPath(pathStringOrPathParts: string | string[]): string;
|
29
|
-
export { _, q, moment, dateformat, crossPlatformPath, win32Path, path, };
|
30
|
-
export { spawn, chalk, glob, isElevated, chokidar, mkdirp, ncp, json5, fse, os, child_process, http, https, rimraf, net, ps, fkill, portfinder, psList, };
|
1
|
+
/// <reference types="node" />
|
2
|
+
import * as _ from 'lodash';
|
3
|
+
import * as q from 'q';
|
4
|
+
import * as moment from 'moment';
|
5
|
+
import * as dateformat from 'dateformat';
|
6
|
+
import * as pathBase from 'path';
|
7
|
+
import * as os from 'os';
|
8
|
+
import * as child_process from 'child_process';
|
9
|
+
import * as http from 'http';
|
10
|
+
import * as https from 'https';
|
11
|
+
import * as net from 'net';
|
12
|
+
import chalk from 'chalk';
|
13
|
+
import * as spawn from 'cross-spawn';
|
14
|
+
import * as glob from 'glob';
|
15
|
+
import * as fse from 'fs-extra';
|
16
|
+
import * as rimraf from 'rimraf';
|
17
|
+
import * as chokidar from 'chokidar';
|
18
|
+
import * as mkdirp from 'mkdirp';
|
19
|
+
import * as json5 from 'json5';
|
20
|
+
import * as ncp from 'copy-paste';
|
21
|
+
import * as ps from 'ps-node';
|
22
|
+
import * as psList from 'ps-list';
|
23
|
+
import * as fkill from 'fkill';
|
24
|
+
import * as portfinder from 'portfinder';
|
25
|
+
declare function isElevated(): Promise<any>;
|
26
|
+
declare let path: pathBase.PlatformPath;
|
27
|
+
declare function win32Path(p: string): string;
|
28
|
+
declare function crossPlatformPath(pathStringOrPathParts: string | string[]): string;
|
29
|
+
export { _, q, moment, dateformat, crossPlatformPath, win32Path, path, };
|
30
|
+
export { spawn, chalk, glob, isElevated, chokidar, mkdirp, ncp, json5, fse, os, child_process, http, https, rimraf, net, ps, fkill, portfinder, psList, };
|