taon 18.0.21 → 18.0.22

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