tnp-core 19.0.25 → 19.0.27

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 (65) hide show
  1. package/README.md +20 -20
  2. package/browser/README.md +24 -24
  3. package/browser/fesm2022/tnp-core.mjs +0 -72
  4. package/browser/fesm2022/tnp-core.mjs.map +1 -1
  5. package/browser/lib/helpers.d.ts +0 -17
  6. package/browser/package.json +1 -1
  7. package/cli.backend.js +2 -2
  8. package/cli.backend.js.map +1 -1
  9. package/client/README.md +24 -24
  10. package/client/fesm2022/tnp-core.mjs +0 -72
  11. package/client/fesm2022/tnp-core.mjs.map +1 -1
  12. package/client/lib/helpers.d.ts +0 -17
  13. package/client/package.json +1 -1
  14. package/index.js.map +1 -1
  15. package/lib/build-info._auto-generated_.d.ts +1 -1
  16. package/lib/build-info._auto-generated_.js +1 -1
  17. package/lib/build-info._auto-generated_.js.map +1 -1
  18. package/lib/command-exists.js.map +1 -1
  19. package/lib/core-cli.js.map +1 -1
  20. package/lib/core-config.js.map +1 -1
  21. package/lib/core-imports.js.map +1 -1
  22. package/lib/core-models.js.map +1 -1
  23. package/lib/framework-name.js.map +1 -1
  24. package/lib/helpers-isomorphic.js.map +1 -1
  25. package/lib/helpers-messages.js.map +1 -1
  26. package/lib/helpers.d.ts +0 -17
  27. package/lib/helpers.js +0 -72
  28. package/lib/helpers.js.map +1 -1
  29. package/lib/index._auto-generated_.js.map +1 -1
  30. package/lib/index.js.map +1 -1
  31. package/lib/node-chalk-mock.js +2 -2
  32. package/lib/node-chalk-mock.js.map +1 -1
  33. package/lib/node-path-mock.js +2 -2
  34. package/lib/node-path-mock.js.map +1 -1
  35. package/lib/progress-data.js.map +1 -1
  36. package/lib/public-api.js.map +1 -1
  37. package/lib/required-global-npm-packages.js.map +1 -1
  38. package/lib/utils.js.map +1 -1
  39. package/migrations/index.js.map +1 -1
  40. package/migrations/migrations_index._auto-generated_.js.map +1 -1
  41. package/package.json +2 -1
  42. package/tmp-environment.json +11 -5
  43. package/websql/README.md +24 -24
  44. package/websql/fesm2022/tnp-core.mjs +0 -72
  45. package/websql/fesm2022/tnp-core.mjs.map +1 -1
  46. package/websql/lib/helpers.d.ts +0 -17
  47. package/websql/package.json +1 -1
  48. package/env.d.ts +0 -2
  49. package/environments/angular-node-app/env.angular-node-app.__.d.ts +0 -3
  50. package/environments/angular-node-app/env.angular-node-app.dev.d.ts +0 -3
  51. package/environments/angular-node-app/env.angular-node-app.localhost.d.ts +0 -3
  52. package/environments/angular-node-app/env.angular-node-app.prod.d.ts +0 -3
  53. package/environments/angular-node-app/env.angular-node-app.stage.d.ts +0 -3
  54. package/environments/docs-webapp/env.docs-webapp.__.d.ts +0 -3
  55. package/environments/electron-app/env.electron-app.__.d.ts +0 -3
  56. package/environments/electron-app/env.electron-app.prod.d.ts +0 -3
  57. package/environments/mobile-app/env.mobile-app.__.d.ts +0 -3
  58. package/environments/mobile-app/env.mobile-app.prod.d.ts +0 -3
  59. package/environments/npm-lib-and-cli-tool/env.npm-lib-and-cli-tool.__.d.ts +0 -3
  60. package/environments/npm-lib-and-cli-tool/env.npm-lib-and-cli-tool.prod.d.ts +0 -3
  61. package/environments/vscode-plugin/env.vscode-plugin.__.d.ts +0 -6
  62. package/environments/vscode-plugin/env.vscode-plugin.prod.d.ts +0 -4
  63. package/lib/deep/hello-world.d.ts +0 -0
  64. package/lib/deep/hello-world.js +0 -2
  65. package/lib/deep/hello-world.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["/Users/dfilipiak/npm/taon-dev/tnp-core/src/migrations/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,aAAa;AACb,sEAAoD"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/tnp-core/src/migrations/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,aAAa;AACb,sEAAoD"}
@@ -1 +1 @@
1
- {"version":3,"file":"migrations_index._auto-generated_.js","sourceRoot":"","sources":["/Users/dfilipiak/npm/taon-dev/tnp-core/src/migrations/migrations_index._auto-generated_.ts"],"names":[],"mappings":"AAAA,yCAAyC;AAEzC,yCAAyC;AAEzC,yCAAyC"}
1
+ {"version":3,"file":"migrations_index._auto-generated_.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/tnp-core/src/migrations/migrations_index._auto-generated_.ts"],"names":[],"mappings":"AAAA,yCAAyC;AAEzC,yCAAyC;AAEzC,yCAAyC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-core",
3
- "version": "19.0.25",
3
+ "version": "19.0.27",
4
4
  "scripts": {
5
5
  "mkdocs": "python3 -m mkdocs"
6
6
  },
@@ -31,6 +31,7 @@
31
31
  "cheerio": "~1.0.0",
32
32
  "fast-glob": "~3.3.2"
33
33
  },
34
+ "main": "dist/app.electron.js",
34
35
  "bin": {},
35
36
  "peerDependencies": {}
36
37
  }
@@ -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": 4230,
13
+ "ngWebsqlAppPort": 4231,
14
+ "nodeBeAppPort": 4115
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.25"
33
+ "resolvedNewVersion": "19.0.27"
28
34
  },
29
35
  "copyToManager": {},
30
36
  "buildInfo": {
31
- "date": "2025-05-15T11:00:59.000Z",
32
- "hash": "7ca7ce68fb99fc53536e4e34b12d3597b9b9c1cb"
37
+ "date": "2025-05-20T21:05:50.000Z",
38
+ "hash": "356f867380cb86d19e6ab2f4f03ccd392fb2a9d2"
33
39
  },
34
40
  "currentProjectName": "tnp-core",
35
41
  "currentProjectType": "isomorphic-lib",
package/websql/README.md CHANGED
@@ -1,24 +1,24 @@
1
- # MyLib
2
-
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
-
5
- ## Code scaffolding
6
-
7
- Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
- > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
-
10
- ## Build
11
-
12
- Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
-
14
- ## Publishing
15
-
16
- After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
-
18
- ## Running unit tests
19
-
20
- Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
-
22
- ## Further help
23
-
24
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
1
+ # MyLib
2
+
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
+
5
+ ## Code scaffolding
6
+
7
+ Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
+ > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
+
10
+ ## Build
11
+
12
+ Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
+
14
+ ## Publishing
15
+
16
+ After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
+
18
+ ## Running unit tests
19
+
20
+ Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
+
22
+ ## Further help
23
+
24
+ To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
@@ -3787,7 +3787,6 @@ class HelpersMessages extends HelpersIsomorphic {
3787
3787
  /* */
3788
3788
  /* */
3789
3789
  /* */
3790
- /* */
3791
3790
  //#region @browser
3792
3791
  const encoding = 'utf8';
3793
3792
  /* */
@@ -3872,77 +3871,6 @@ class HelpersCore extends HelpersMessages {
3872
3871
  return UtilsTerminal.clearConsole();
3873
3872
  }
3874
3873
  //#endregion
3875
- //#region methods / electron ipc renderer
3876
- /**
3877
- * @deprecated
3878
- * get electron browser ipc renderer
3879
- */
3880
- get ipcRenderer() {
3881
- // typeof ipcRenderer
3882
- /* */
3883
- /* */
3884
- //#region @browser
3885
- if (!this.isElectron) {
3886
- return;
3887
- }
3888
- return void 0;
3889
- // return (window as any).require('electron')
3890
- // .ipcRenderer as typeof ipcRenderer;
3891
- //#endregion
3892
- }
3893
- //#endregion
3894
- //#region methods / electron webframe
3895
- /**
3896
- * get electron web frame
3897
- */
3898
- get webFrame() {
3899
- // typeof webFrame
3900
- //typeof webFrame
3901
- /* */
3902
- /* */
3903
- //#region @browser
3904
- if (!this.isElectron) {
3905
- return;
3906
- }
3907
- return void 0;
3908
- // return (window as any).require('electron').webFrame as typeof webFrame;
3909
- //#endregion
3910
- }
3911
- //#endregion
3912
- //#region methods / electron ipc renderer
3913
- /**
3914
- * @deprecated
3915
- * get electron backend ipc main proces
3916
- */
3917
- get ipcMain() {
3918
- /* */
3919
- /* */
3920
- /* */
3921
- /* */
3922
- /* */
3923
- return (void 0);
3924
- }
3925
- //#endregion
3926
- //#region methods / get electron window
3927
- getElectronWindow({ allowRunningInsecureContent = true, } = {}) {
3928
- /* */
3929
- /* */
3930
- /* */
3931
- /* */
3932
- /* */
3933
- /* */
3934
- /* */
3935
- /* */
3936
- /* */
3937
- /* */
3938
- /* */
3939
- /* */
3940
- /* */
3941
- /* */
3942
- /* */
3943
- return (void 0);
3944
- }
3945
- //#endregion
3946
3874
  //#region methods / media from type
3947
3875
  mediaTypeFromSrc(src) {
3948
3876
  const ext = path.extname(src);