tnp-core 19.0.24 → 19.0.26

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 (28) hide show
  1. package/browser/package.json +1 -1
  2. package/cli.backend.js +2 -2
  3. package/client/package.json +1 -1
  4. package/lib/build-info._auto-generated_.d.ts +1 -1
  5. package/lib/build-info._auto-generated_.js +1 -1
  6. package/lib/node-chalk-mock.js +2 -2
  7. package/lib/node-path-mock.js +2 -2
  8. package/lib/required.d.ts +44 -0
  9. package/lib/required.js +76 -0
  10. package/lib/required.js.map +1 -0
  11. package/package.json +1 -1
  12. package/tmp-environment.json +11 -5
  13. package/websql/package.json +1 -1
  14. package/env.d.ts +0 -2
  15. package/environments/angular-node-app/env.angular-node-app.__.d.ts +0 -3
  16. package/environments/angular-node-app/env.angular-node-app.dev.d.ts +0 -3
  17. package/environments/angular-node-app/env.angular-node-app.localhost.d.ts +0 -3
  18. package/environments/angular-node-app/env.angular-node-app.prod.d.ts +0 -3
  19. package/environments/angular-node-app/env.angular-node-app.stage.d.ts +0 -3
  20. package/environments/docs-webapp/env.docs-webapp.__.d.ts +0 -3
  21. package/environments/electron-app/env.electron-app.__.d.ts +0 -3
  22. package/environments/electron-app/env.electron-app.prod.d.ts +0 -3
  23. package/environments/mobile-app/env.mobile-app.__.d.ts +0 -3
  24. package/environments/mobile-app/env.mobile-app.prod.d.ts +0 -3
  25. package/environments/npm-lib-and-cli-tool/env.npm-lib-and-cli-tool.__.d.ts +0 -3
  26. package/environments/npm-lib-and-cli-tool/env.npm-lib-and-cli-tool.prod.d.ts +0 -3
  27. package/environments/vscode-plugin/env.vscode-plugin.__.d.ts +0 -6
  28. package/environments/vscode-plugin/env.vscode-plugin.prod.d.ts +0 -4
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-core/browser",
3
- "version": "19.0.24",
3
+ "version": "19.0.26",
4
4
  "module": "fesm2022/tnp-core.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
package/cli.backend.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1747306836597 = dummy1747306836597;
4
- function dummy1747306836597() { }
3
+ exports.dummy1747687386277 = dummy1747687386277;
4
+ function dummy1747687386277() { }
5
5
  //# sourceMappingURL=cli.backend.js.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-core/client",
3
- "version": "19.0.24",
3
+ "version": "19.0.26",
4
4
  "module": "fesm2022/tnp-core.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
@@ -1,3 +1,3 @@
1
1
  export declare const BUILD_FRAMEWORK_CLI_NAME = "tnp";
2
2
  export declare const PROJECT_NPM_NAME = "tnp-core";
3
- export declare const CURRENT_PACKAGE_VERSION = "19.0.24";
3
+ export declare const CURRENT_PACKAGE_VERSION = "19.0.26";
@@ -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.24';
7
+ exports.CURRENT_PACKAGE_VERSION = '19.0.26';
8
8
  // THIS FILE IS GENERATED - DO NOT MODIFY
9
9
  //# sourceMappingURL=build-info._auto-generated_.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1747306836786 = dummy1747306836786;
4
- function dummy1747306836786() { }
3
+ exports.dummy1747687386498 = dummy1747687386498;
4
+ function dummy1747687386498() { }
5
5
  //# sourceMappingURL=node-chalk-mock.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1747306836799 = dummy1747306836799;
4
- function dummy1747306836799() { }
3
+ exports.dummy1747687386514 = dummy1747687386514;
4
+ function dummy1747687386514() { }
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
+ };
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-core",
3
- "version": "19.0.24",
3
+ "version": "19.0.26",
4
4
  "scripts": {
5
5
  "mkdocs": "python3 -m mkdocs"
6
6
  },
@@ -5,8 +5,14 @@
5
5
  },
6
6
  "paths": {},
7
7
  "config": {},
8
- "container": {},
9
- "ports": {},
8
+ "container": {
9
+ "only": []
10
+ },
11
+ "ports": {
12
+ "ngNormalAppPort": 4201,
13
+ "ngWebsqlAppPort": 4202,
14
+ "nodeBeAppPort": 4101
15
+ },
10
16
  "init": {},
11
17
  "build": {
12
18
  "pwa": {},
@@ -24,12 +30,12 @@
24
30
  "releaseType": "manual",
25
31
  "targetArtifact": "npm-lib-and-cli-tool",
26
32
  "envName": "__",
27
- "resolvedNewVersion": "19.0.24"
33
+ "resolvedNewVersion": "19.0.26"
28
34
  },
29
35
  "copyToManager": {},
30
36
  "buildInfo": {
31
- "date": "2025-05-15T10:37:57.000Z",
32
- "hash": "33fe4ac8d0c3fe0fa8f7a4bb7b701b0246426273"
37
+ "date": "2025-05-17T01:11:51.000Z",
38
+ "hash": "5386ef00567680e6e40570381678e045608d339c"
33
39
  },
34
40
  "currentProjectName": "tnp-core",
35
41
  "currentProjectType": "isomorphic-lib",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-core/websql",
3
- "version": "19.0.24",
3
+ "version": "19.0.26",
4
4
  "module": "fesm2022/tnp-core.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
package/env.d.ts DELETED
@@ -1,2 +0,0 @@
1
- declare const env: Partial<any>;
2
- export default env;
@@ -1,3 +0,0 @@
1
- import type { EnvOptions } from 'tnp';
2
- declare const env: Partial<EnvOptions>;
3
- export default env;
@@ -1,3 +0,0 @@
1
- import type { EnvOptions } from 'tnp';
2
- declare const env: Partial<EnvOptions>;
3
- export default env;
@@ -1,3 +0,0 @@
1
- import type { EnvOptions } from 'tnp';
2
- declare const env: Partial<EnvOptions>;
3
- export default env;
@@ -1,3 +0,0 @@
1
- import type { EnvOptions } from 'tnp';
2
- declare const env: Partial<EnvOptions>;
3
- export default env;
@@ -1,3 +0,0 @@
1
- import type { EnvOptions } from 'tnp';
2
- declare const env: Partial<EnvOptions>;
3
- export default env;
@@ -1,3 +0,0 @@
1
- import type { EnvOptions } from 'tnp';
2
- declare const env: Partial<EnvOptions>;
3
- export default env;
@@ -1,3 +0,0 @@
1
- import type { EnvOptions } from 'tnp';
2
- declare const env: Partial<EnvOptions>;
3
- export default env;
@@ -1,3 +0,0 @@
1
- import type { EnvOptions } from 'tnp';
2
- declare const env: Partial<EnvOptions>;
3
- export default env;
@@ -1,3 +0,0 @@
1
- import type { EnvOptions } from 'tnp';
2
- declare const env: Partial<EnvOptions>;
3
- export default env;
@@ -1,3 +0,0 @@
1
- import type { EnvOptions } from 'tnp';
2
- declare const env: Partial<EnvOptions>;
3
- export default env;
@@ -1,3 +0,0 @@
1
- import type { EnvOptions } from 'tnp';
2
- declare const env: Partial<EnvOptions>;
3
- export default env;
@@ -1,3 +0,0 @@
1
- import type { EnvOptions } from 'tnp';
2
- declare const env: Partial<EnvOptions>;
3
- export default env;
@@ -1,6 +0,0 @@
1
- import type { EnvOptions } from 'tnp';
2
- declare const env: Partial<EnvOptions<EnvVSCodePaths>>;
3
- export default env;
4
- export interface EnvVSCodePaths {
5
- vscodeDeployPath?: string;
6
- }
@@ -1,4 +0,0 @@
1
- import type { EnvOptions } from 'tnp';
2
- import type { EnvVSCodePaths } from './env.vscode-plugin.__';
3
- declare const env: Partial<EnvOptions<EnvVSCodePaths>>;
4
- export default env;