taon 18.0.12 → 18.0.17

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 (37) hide show
  1. package/README.md +115 -115
  2. package/assets/shared/shared_folder_info.txt +1 -1
  3. package/bin/start.js +279 -279
  4. package/bin/taon +6 -6
  5. package/bin/taon-debug +5 -5
  6. package/bin/taon-debug-brk +5 -5
  7. package/browser/README.md +24 -24
  8. package/browser/esm2022/lib/ui/taon-admin-mode-configuration/taon-admin.service.mjs +4 -4
  9. package/browser/fesm2022/taon.mjs +3 -3
  10. package/browser/fesm2022/taon.mjs.map +1 -1
  11. package/cli.js +1 -1
  12. package/cli.js.map +1 -1
  13. package/client/README.md +24 -24
  14. package/client/esm2022/lib/ui/taon-admin-mode-configuration/taon-admin.service.mjs +4 -4
  15. package/client/fesm2022/taon.mjs +3 -3
  16. package/client/fesm2022/taon.mjs.map +1 -1
  17. package/lib/index._auto-generated_.d.ts +0 -0
  18. package/lib/index._auto-generated_.js +6 -0
  19. package/lib/index._auto-generated_.js.map +1 -0
  20. package/lib/realtime/realtime-strategy/realtime-strategy-ipc-models/index.js +2 -2
  21. package/lib/ui/directives/index.js +2 -2
  22. package/lib/ui/taon-admin-mode-configuration/components/taon-admin-edit-mode/index.js +2 -2
  23. package/lib/ui/taon-admin-mode-configuration/components/taon-db-admin/index.js +2 -2
  24. package/lib/ui/taon-admin-mode-configuration/components/taon-file-general-opt/index.js +2 -2
  25. package/lib/ui/taon-admin-mode-configuration/index.js +2 -2
  26. package/lib/ui/taon-github-fork-me-corner/index.js +2 -2
  27. package/lib/ui/taon-github-fork-me-ribbon/index.js +2 -2
  28. package/lib/ui/taon-notifications/taon-notifications.models.js +2 -2
  29. package/lib/ui/taon-progress-bar/index.js +2 -2
  30. package/lib/ui/taon-session-passcode/index.js +2 -2
  31. package/package.json +7 -7
  32. package/taon.jsonc +47 -47
  33. package/tmp-environment.json +32 -31
  34. package/websql/README.md +24 -24
  35. package/websql/esm2022/lib/ui/taon-admin-mode-configuration/taon-admin.service.mjs +4 -4
  36. package/websql/fesm2022/taon.mjs +3 -3
  37. package/websql/fesm2022/taon.mjs.map +1 -1
package/README.md CHANGED
@@ -1,115 +1,115 @@
1
- <p style="text-align: center;"><img src="./__images/logo-header-bold-taon.png" ></p>
2
-
3
- TAON **T**ypescript **A**ngular **O**rm **N**ode )
4
-
5
-
6
- ( BETA VERSION - MAJOR REFACTOR IN PROGRESS )
7
-
8
- **Taon** 🔥🔥🔥 is a solution (**global cli tool** & **framework**) for
9
-
10
- \+
11
- [TypesSript](https://www.typescriptlang.org/)
12
-
13
- \+
14
- [Angular](https://angular.io/) (PWA)
15
-
16
- \+ Orm with [TypeORM](https://typeorm.io/)
17
- - [sql.js](https://sql.js.org) - NODEJS SERVER MODE
18
- - [sql.js](https://sql.js.org) - *WEBSQL SERVER MODE
19
- - [mysql](https://www.mysql.com/) - SERVER IN DOCKER (work in progress)
20
-
21
- \+
22
- [NodeJS](https://nodejs.org/en/)
23
-
24
- \+
25
- [RxJs](https://rxjs.dev/) / [NgRx](https://ngrx.io/) (optional)
26
-
27
- \+
28
- [Electron](https://www.electronjs.org/) desktop apps (work in progress)
29
-
30
- \+
31
- [Storybook](https://storybook.js.org/docs/get-started/angular) showcase (work in progress)
32
-
33
- <ins>backend/frontend [*isomorphic](https://en.wikipedia.org/wiki/Isomorphic_JavaScript) apps/libs.</ins>
34
-
35
- **[READ DOCUMENTATION](https://taon.io/#/docs)**
36
-
37
- <br>
38
- <br>
39
-
40
- ### Initial requirements of taon
41
- 1. Installed git
42
-
43
-
44
- (for windows only git bash supported https://gitforwindows.org)
45
-
46
-
47
- 2. (linux only) Increased watchers limit:
48
- ```
49
- echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
50
- ```
51
-
52
- <br>
53
- <br>
54
-
55
- ### Projects that are part of taon.dev:
56
- - taon https://github.com/darekf77/taon
57
- + framework library
58
- - tnp https://github.com/darekf77/tnp
59
- + main cli / code structuring tool
60
- - taon-core https://github.com/darekf77/tnp-core
61
- + essential/core helpers for all projects
62
- - taon-class-helpers https://github.com/darekf77/typescript-class-helpers
63
- + helpers for OOP class names based
64
- - taon-config https://github.com/darekf77/tnp-config
65
- + config/models for general purpose
66
- - taon-cli https://github.com/darekf77/tnp-cli
67
- + helpers/abstraction for global cli tools NodeJS based
68
- - taon-helpers https://github.com/darekf77/tnp-helpers
69
- + extended core helpers
70
- - taon-json https://github.com/darekf77/json10
71
- + handle JSON in better way
72
- - taon-logger https://github.com/darekf77/ng2-logger
73
- + logging in isomorphic apps
74
- - taon-typeorm https://github.com/darekf77/taon-typeorm
75
- + TypeOrm fork
76
- - taon-type-sql https://github.com/darekf77/taon-type-sql
77
- + strongly type sql
78
- - taon-rest https://github.com/darekf77/ng2-rest
79
- + easy rest api
80
- - taon-incremental-watcher https://github.com/darekf77/incremental-compiler
81
- + abstraction for incremental builders NodeJS based
82
- - taon-storage https://github.com/darekf77/taon-storage
83
- + ts decorators based storage solution
84
- - taon-walk-object https://github.com/darekf77/lodash-walk-object
85
- + iterate over deep properties in object
86
-
87
-
88
-
89
- ### Global npm dependencies installed with taon
90
- Installation happens when you first time use taon
91
-
92
- <pre>
93
- { name: 'ncc', version: '0.36.0', installName: '@vercel/ncc' },
94
- { name: 'extract-zip', version: '1.6.7' },
95
- { name: 'cpr' },
96
- { name: 'check-node-version' },
97
- { name: 'npm-run', version: '4.1.2' },
98
- { name: 'rimraf', version: '3.0.2' },
99
- { name: 'mkdirp' },
100
- { name: 'renamer', version: '2.0.1' },
101
- { name: 'nodemon' },
102
- { name: 'madge' },
103
- { name: 'yarn' },
104
- { name: 'taon-http-server' },
105
- { name: 'prettier' },
106
- { name: 'fkill', installName: 'fkill-cli' },
107
- { name: 'mocha' },
108
- { name: 'jest' },
109
- { name: 'ts-node' },
110
- { name: 'taon-vsce' },
111
- { name: 'webpack-bundle-analyzer' },
112
- { name: 'babel', installName: 'babel-cli' },
113
- { name: 'javascript-obfuscator', version: '4' },
114
- { name: 'uglifyjs', installName: 'uglify-js' },
115
- </pre>
1
+ <p style="text-align: center;"><img src="./__images/logo-header-bold-taon.png" ></p>
2
+
3
+ TAON **T**ypescript **A**ngular **O**rm **N**ode )
4
+
5
+
6
+ ( BETA VERSION - MAJOR REFACTOR IN PROGRESS )
7
+
8
+ **Taon** 🔥🔥🔥 is a solution (**global cli tool** & **framework**) for
9
+
10
+ \+
11
+ [TypesSript](https://www.typescriptlang.org/)
12
+
13
+ \+
14
+ [Angular](https://angular.io/) (PWA)
15
+
16
+ \+ Orm with [TypeORM](https://typeorm.io/)
17
+ - [sql.js](https://sql.js.org) - NODEJS SERVER MODE
18
+ - [sql.js](https://sql.js.org) - *WEBSQL SERVER MODE
19
+ - [mysql](https://www.mysql.com/) - SERVER IN DOCKER (work in progress)
20
+
21
+ \+
22
+ [NodeJS](https://nodejs.org/en/)
23
+
24
+ \+
25
+ [RxJs](https://rxjs.dev/) / [NgRx](https://ngrx.io/) (optional)
26
+
27
+ \+
28
+ [Electron](https://www.electronjs.org/) desktop apps (work in progress)
29
+
30
+ \+
31
+ [Storybook](https://storybook.js.org/docs/get-started/angular) showcase (work in progress)
32
+
33
+ <ins>backend/frontend [*isomorphic](https://en.wikipedia.org/wiki/Isomorphic_JavaScript) apps/libs.</ins>
34
+
35
+ **[READ DOCUMENTATION](https://taon.io/#/docs)**
36
+
37
+ <br>
38
+ <br>
39
+
40
+ ### Initial requirements of taon
41
+ 1. Installed git
42
+
43
+
44
+ (for windows only git bash supported https://gitforwindows.org)
45
+
46
+
47
+ 2. (linux only) Increased watchers limit:
48
+ ```
49
+ echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
50
+ ```
51
+
52
+ <br>
53
+ <br>
54
+
55
+ ### Projects that are part of taon.dev:
56
+ - taon https://github.com/darekf77/taon
57
+ + framework library
58
+ - tnp https://github.com/darekf77/tnp
59
+ + main cli / code structuring tool
60
+ - taon-core https://github.com/darekf77/tnp-core
61
+ + essential/core helpers for all projects
62
+ - taon-class-helpers https://github.com/darekf77/typescript-class-helpers
63
+ + helpers for OOP class names based
64
+ - taon-config https://github.com/darekf77/tnp-config
65
+ + config/models for general purpose
66
+ - taon-cli https://github.com/darekf77/tnp-cli
67
+ + helpers/abstraction for global cli tools NodeJS based
68
+ - taon-helpers https://github.com/darekf77/tnp-helpers
69
+ + extended core helpers
70
+ - taon-json https://github.com/darekf77/json10
71
+ + handle JSON in better way
72
+ - taon-logger https://github.com/darekf77/ng2-logger
73
+ + logging in isomorphic apps
74
+ - taon-typeorm https://github.com/darekf77/taon-typeorm
75
+ + TypeOrm fork
76
+ - taon-type-sql https://github.com/darekf77/taon-type-sql
77
+ + strongly type sql
78
+ - taon-rest https://github.com/darekf77/ng2-rest
79
+ + easy rest api
80
+ - taon-incremental-watcher https://github.com/darekf77/incremental-compiler
81
+ + abstraction for incremental builders NodeJS based
82
+ - taon-storage https://github.com/darekf77/taon-storage
83
+ + ts decorators based storage solution
84
+ - taon-walk-object https://github.com/darekf77/lodash-walk-object
85
+ + iterate over deep properties in object
86
+
87
+
88
+
89
+ ### Global npm dependencies installed with taon
90
+ Installation happens when you first time use taon
91
+
92
+ <pre>
93
+ { name: 'ncc', version: '0.36.0', installName: '@vercel/ncc' },
94
+ { name: 'extract-zip', version: '1.6.7' },
95
+ { name: 'cpr' },
96
+ { name: 'check-node-version' },
97
+ { name: 'npm-run', version: '4.1.2' },
98
+ { name: 'rimraf', version: '3.0.2' },
99
+ { name: 'mkdirp' },
100
+ { name: 'renamer', version: '2.0.1' },
101
+ { name: 'nodemon' },
102
+ { name: 'madge' },
103
+ { name: 'yarn' },
104
+ { name: 'taon-http-server' },
105
+ { name: 'prettier' },
106
+ { name: 'fkill', installName: 'fkill-cli' },
107
+ { name: 'mocha' },
108
+ { name: 'jest' },
109
+ { name: 'ts-node' },
110
+ { name: 'taon-vsce' },
111
+ { name: 'webpack-bundle-analyzer' },
112
+ { name: 'babel', installName: 'babel-cli' },
113
+ { name: 'javascript-obfuscator', version: '4' },
114
+ { name: 'uglifyjs', installName: 'uglify-js' },
115
+ </pre>
@@ -1,6 +1,6 @@
1
1
  THIS FILE IS GENERATED. THIS FILE IS GENERATED. THIS FILE IS GENERATED.
2
2
 
3
- Assets from this folder are being shipped with this npm package (taon@18.0.12)
3
+ Assets from this folder are being shipped with this npm package (taon@18.0.17)
4
4
  created from this project.
5
5
 
6
6
  THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.