tnp-core 19.0.31 → 19.0.32
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/browser/package.json +1 -1
- package/cli.backend.js +2 -2
- package/client/package.json +1 -1
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/lib/node-chalk-mock.js +2 -2
- package/lib/node-path-mock.js +2 -2
- package/lib/required.d.ts +44 -0
- package/lib/required.js +76 -0
- package/lib/required.js.map +1 -0
- package/package.json +1 -1
- package/tmp-environment.json +6 -6
- package/websql/package.json +1 -1
package/browser/package.json
CHANGED
package/cli.backend.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
4
|
-
function
|
3
|
+
exports.dummy1748107315785 = dummy1748107315785;
|
4
|
+
function dummy1748107315785() { }
|
5
5
|
//# sourceMappingURL=cli.backend.js.map
|
package/client/package.json
CHANGED
@@ -4,6 +4,6 @@ exports.CURRENT_PACKAGE_VERSION = exports.PROJECT_NPM_NAME = exports.BUILD_FRAME
|
|
4
4
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
5
5
|
exports.BUILD_FRAMEWORK_CLI_NAME = 'tnp';
|
6
6
|
exports.PROJECT_NPM_NAME = 'tnp-core';
|
7
|
-
exports.CURRENT_PACKAGE_VERSION = '19.0.
|
7
|
+
exports.CURRENT_PACKAGE_VERSION = '19.0.32';
|
8
8
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
9
9
|
//# sourceMappingURL=build-info._auto-generated_.js.map
|
package/lib/node-chalk-mock.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
4
|
-
function
|
3
|
+
exports.dummy1748107315978 = dummy1748107315978;
|
4
|
+
function dummy1748107315978() { }
|
5
5
|
//# sourceMappingURL=node-chalk-mock.js.map
|
package/lib/node-path-mock.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
4
|
-
function
|
3
|
+
exports.dummy1748107315993 = dummy1748107315993;
|
4
|
+
function dummy1748107315993() { }
|
5
5
|
//# sourceMappingURL=node-path-mock.js.map
|
@@ -0,0 +1,44 @@
|
|
1
|
+
export declare const requiredForDev: {
|
2
|
+
npm: ({
|
3
|
+
name: string;
|
4
|
+
version: string;
|
5
|
+
installName: string;
|
6
|
+
} | {
|
7
|
+
name: string;
|
8
|
+
version: string;
|
9
|
+
installName?: undefined;
|
10
|
+
} | {
|
11
|
+
name: string;
|
12
|
+
version?: undefined;
|
13
|
+
installName?: undefined;
|
14
|
+
} | {
|
15
|
+
name: string;
|
16
|
+
installName: string;
|
17
|
+
version?: undefined;
|
18
|
+
})[];
|
19
|
+
niceTools: ({
|
20
|
+
name: string;
|
21
|
+
platform?: undefined;
|
22
|
+
installName?: undefined;
|
23
|
+
isNotCli?: undefined;
|
24
|
+
} | {
|
25
|
+
name: string;
|
26
|
+
platform: string;
|
27
|
+
installName?: undefined;
|
28
|
+
isNotCli?: undefined;
|
29
|
+
} | {
|
30
|
+
name: string;
|
31
|
+
installName: string;
|
32
|
+
platform?: undefined;
|
33
|
+
isNotCli?: undefined;
|
34
|
+
} | {
|
35
|
+
name: string;
|
36
|
+
isNotCli: boolean;
|
37
|
+
platform?: undefined;
|
38
|
+
installName?: undefined;
|
39
|
+
})[];
|
40
|
+
programs: {
|
41
|
+
name: string;
|
42
|
+
website: string;
|
43
|
+
}[];
|
44
|
+
};
|
package/lib/required.js
ADDED
@@ -0,0 +1,76 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.requiredForDev = void 0;
|
4
|
+
exports.requiredForDev = {
|
5
|
+
npm: [
|
6
|
+
//#region @backend
|
7
|
+
// { name: '@angular/cli', version: '13' },
|
8
|
+
{ name: 'ncc', version: '0.36.0', installName: '@vercel/ncc' },
|
9
|
+
{ name: 'extract-zip', version: '1.6.7' },
|
10
|
+
// { name: 'watch', version: '1.0.2' },
|
11
|
+
{ name: 'cpr' },
|
12
|
+
{ name: 'check-node-version' },
|
13
|
+
{ name: 'npm-run', version: '4.1.2' },
|
14
|
+
{ name: 'rimraf', version: '3.0.2' },
|
15
|
+
{ name: 'mkdirp' },
|
16
|
+
// { name: 'renamer', version: '2.0.1' },
|
17
|
+
{ name: 'nodemon' },
|
18
|
+
// { name: 'madge' },
|
19
|
+
{ name: 'yarn' },
|
20
|
+
{ name: 'taon-http-server' },
|
21
|
+
// { name: 'bower' },
|
22
|
+
{ name: 'prettier' },
|
23
|
+
{ name: 'fkill', installName: 'fkill-cli' },
|
24
|
+
// { name: 'yo' },
|
25
|
+
{ name: 'mocha' },
|
26
|
+
{ name: 'jest' },
|
27
|
+
// { name: 'chai' },
|
28
|
+
{ name: 'ts-node' },
|
29
|
+
{ name: 'taon-vsce' },
|
30
|
+
// { name: 'stmux' },
|
31
|
+
{ name: 'webpack-bundle-analyzer' },
|
32
|
+
// { name: 'ng', installName: '@angular/cli' },
|
33
|
+
// { name: 'ngx-pwa-icons', version: '0.1.2' },
|
34
|
+
// { name: 'real-favicon', installName: 'cli-real-favicon' },
|
35
|
+
{ name: 'babel', installName: 'babel-cli' },
|
36
|
+
{ name: 'javascript-obfuscator', version: '4' },
|
37
|
+
{ name: 'uglifyjs', installName: 'uglify-js' },
|
38
|
+
//#endregion
|
39
|
+
],
|
40
|
+
niceTools: [
|
41
|
+
//#region @backend
|
42
|
+
{ name: 'speed-test' },
|
43
|
+
{ name: 'npm-name' }, // check if name is available on npm
|
44
|
+
{ name: 'vantage', platform: 'linux' }, // inspect you live applicaiton
|
45
|
+
{ name: 'clinic', platform: 'linux' }, // check why nodejs is slow
|
46
|
+
{ name: 'vtop', platform: 'linux' }, // inspect you live applicaiton,
|
47
|
+
{ name: 'public-ip' },
|
48
|
+
{ name: 'empty-trash' },
|
49
|
+
{ name: 'is-up' }, // check if website is ok
|
50
|
+
{ name: 'is-online' }, // check if internet is ok,
|
51
|
+
{ name: 'ttystudio' }, // record terminal actions,
|
52
|
+
{ name: 'bcat' }, // redirect any stream to browser,
|
53
|
+
{ name: 'wifi-password', installName: 'wifi-password-cli' },
|
54
|
+
{ name: 'wallpaper', installName: 'wallpaper-cli' },
|
55
|
+
{ name: 'brightness', installName: 'brightness-cli' },
|
56
|
+
{ name: 'subdownloader' },
|
57
|
+
{ name: 'rtail' }, // monitor multiple server
|
58
|
+
{ name: 'iponmap' }, // show ip in terminal map,
|
59
|
+
{ name: 'jsome' }, // display colored jsons,
|
60
|
+
{ name: 'drawille', isNotCli: true }, // 3d drwa in temrinal
|
61
|
+
{ name: 'columnify', isNotCli: true }, // draw nice columns in node,
|
62
|
+
{ name: 'multispinner', isNotCli: true }, // progres for multiple async actions
|
63
|
+
{ name: 'cfonts' }, // draw super nice fonts in console
|
64
|
+
//#endregion
|
65
|
+
],
|
66
|
+
programs: [
|
67
|
+
,
|
68
|
+
//#region @backend
|
69
|
+
{
|
70
|
+
name: 'code',
|
71
|
+
website: 'https://code.visualstudio.com/',
|
72
|
+
},
|
73
|
+
//#endregion
|
74
|
+
],
|
75
|
+
};
|
76
|
+
//# sourceMappingURL=required.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"required.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/tnp-core/src/lib/required.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
package/tmp-environment.json
CHANGED
@@ -9,9 +9,9 @@
|
|
9
9
|
"only": []
|
10
10
|
},
|
11
11
|
"ports": {
|
12
|
-
"ngNormalAppPort":
|
13
|
-
"ngWebsqlAppPort":
|
14
|
-
"nodeBeAppPort":
|
12
|
+
"ngNormalAppPort": 4227,
|
13
|
+
"ngWebsqlAppPort": 4228,
|
14
|
+
"nodeBeAppPort": 4110
|
15
15
|
},
|
16
16
|
"init": {},
|
17
17
|
"build": {
|
@@ -30,12 +30,12 @@
|
|
30
30
|
"releaseType": "manual",
|
31
31
|
"targetArtifact": "npm-lib-and-cli-tool",
|
32
32
|
"envName": "__",
|
33
|
-
"resolvedNewVersion": "19.0.
|
33
|
+
"resolvedNewVersion": "19.0.32"
|
34
34
|
},
|
35
35
|
"copyToManager": {},
|
36
36
|
"buildInfo": {
|
37
|
-
"date": "2025-05-
|
38
|
-
"hash": "
|
37
|
+
"date": "2025-05-22T20:51:31.000Z",
|
38
|
+
"hash": "87547e6bed839cbbcbda780b919dffac736fefd1"
|
39
39
|
},
|
40
40
|
"currentProjectName": "tnp-core",
|
41
41
|
"currentProjectType": "isomorphic-lib",
|