incremental-compiler 18.0.21 → 18.0.23

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 (72) hide show
  1. package/README.md +9 -9
  2. package/assets/shared/shared_folder_info.txt +1 -1
  3. package/browser/README.md +24 -24
  4. package/browser/esm2022/lib/base-client-compiler.mjs +4 -4
  5. package/browser/esm2022/lib/compiler-manager.mjs +3 -3
  6. package/browser/esm2022/lib/constants.mjs +12 -2
  7. package/browser/esm2022/lib/models.mjs +1 -1
  8. package/browser/fesm2022/incremental-compiler.mjs +4 -4
  9. package/browser/fesm2022/incremental-compiler.mjs.map +1 -1
  10. package/browser/lib/base-client-compiler.d.ts +7 -7
  11. package/browser/lib/compiler-manager.d.ts +1 -1
  12. package/browser/lib/constants.d.ts +2 -1
  13. package/browser/lib/models.d.ts +2 -2
  14. package/client/README.md +24 -24
  15. package/client/esm2022/lib/base-client-compiler.mjs +4 -4
  16. package/client/esm2022/lib/compiler-manager.mjs +3 -3
  17. package/client/esm2022/lib/constants.mjs +12 -2
  18. package/client/esm2022/lib/models.mjs +1 -1
  19. package/client/fesm2022/incremental-compiler.mjs +4 -4
  20. package/client/fesm2022/incremental-compiler.mjs.map +1 -1
  21. package/client/lib/base-client-compiler.d.ts +7 -7
  22. package/client/lib/compiler-manager.d.ts +1 -1
  23. package/client/lib/constants.d.ts +2 -1
  24. package/client/lib/models.d.ts +2 -2
  25. package/index.js +15 -2
  26. package/index.js.map +1 -1
  27. package/lib/base-client-compiler.d.ts +7 -7
  28. package/lib/base-client-compiler.js +158 -221
  29. package/lib/base-client-compiler.js.map +1 -1
  30. package/lib/build-info._auto-generated_.js.map +1 -1
  31. package/lib/change-of-file.js +12 -16
  32. package/lib/change-of-file.js.map +1 -1
  33. package/lib/compiler-manager.d.ts +1 -1
  34. package/lib/compiler-manager.js +147 -176
  35. package/lib/compiler-manager.js.map +1 -1
  36. package/lib/constants.d.ts +2 -1
  37. package/lib/constants.js +11 -9
  38. package/lib/constants.js.map +1 -1
  39. package/lib/incremental-watcher/incremental-watcher-events.js.map +1 -1
  40. package/lib/incremental-watcher/incremental-watcher-instance.js.map +1 -1
  41. package/lib/incremental-watcher/incremental-watcher-options.js.map +1 -1
  42. package/lib/incremental-watcher/incremental-watcher.js +36 -42
  43. package/lib/incremental-watcher/incremental-watcher.js.map +1 -1
  44. package/lib/incremental-watcher/index.js +17 -4
  45. package/lib/incremental-watcher/index.js.map +1 -1
  46. package/lib/incremental-watcher/parcel-watcher-adapter.backend.js +112 -262
  47. package/lib/incremental-watcher/parcel-watcher-adapter.backend.js.map +1 -1
  48. package/lib/index._auto-generated_.js.map +1 -1
  49. package/lib/index.js +21 -8
  50. package/lib/index.js.map +1 -1
  51. package/lib/models.d.ts +2 -2
  52. package/lib/models.js.map +1 -1
  53. package/migrations/index.js +15 -2
  54. package/migrations/index.js.map +1 -1
  55. package/migrations/migrations_index._auto-generated_.js.map +1 -1
  56. package/package.json +13 -61
  57. package/src.d.ts +1 -1
  58. package/taon.jsonc +26 -50
  59. package/tmp-environment.json +8 -384
  60. package/websql/README.md +24 -24
  61. package/websql/esm2022/lib/base-client-compiler.mjs +4 -4
  62. package/websql/esm2022/lib/compiler-manager.mjs +3 -3
  63. package/websql/esm2022/lib/constants.mjs +12 -2
  64. package/websql/esm2022/lib/models.mjs +1 -1
  65. package/websql/fesm2022/incremental-compiler.mjs +4 -4
  66. package/websql/fesm2022/incremental-compiler.mjs.map +1 -1
  67. package/websql/lib/base-client-compiler.d.ts +7 -7
  68. package/websql/lib/compiler-manager.d.ts +1 -1
  69. package/websql/lib/constants.d.ts +2 -1
  70. package/websql/lib/models.d.ts +2 -2
  71. package/browser/package.json +0 -25
  72. package/websql/package.json +0 -25
package/package.json CHANGED
@@ -1,68 +1,20 @@
1
1
  {
2
- "tnp": {
3
- "resources": [
4
- "README.md"
5
- ],
6
- "overrided": {
7
- "ignoreDepsPattern": [],
8
- "includeAsDev": [],
9
- "includeOnly": [
10
- "@types/glob",
11
- "glob",
12
- "fs-extra",
13
- "@types/fs-extra",
14
- "chokidar",
15
- "@types/chokidar",
16
- "dateformat",
17
- "@types/dateformat",
18
- "tnp-core"
19
- ],
20
- "dependencies": {},
21
- "linkedFolders": [],
22
- "npmFixes": []
23
- },
24
- "smartContainerBuildTarget": "",
25
- "linkedRepos": [],
26
- "libReleaseOptions": {
27
- "nodts": false,
28
- "obscure": false,
29
- "ugly": false,
30
- "includeNodeModules": false,
31
- "cliBuildNoDts": false,
32
- "cliBuildObscure": false,
33
- "cliBuildIncludeNodeModules": false,
34
- "cliBuildUglify": false
35
- },
36
- "smartContainerTarget": "",
37
- "type": "isomorphic-lib",
38
- "isCoreProject": false,
39
- "useFramework": false,
40
- "version": "v18",
41
- "isGenerated": false,
42
- "license": "MIT",
43
- "private": false,
44
- "main": "index.js",
45
- "workerPlugins": {},
46
- "additionalNpmNames": [
47
- "taon-incremental-watcher"
48
- ]
49
- },
50
2
  "name": "incremental-compiler",
51
- "version": "18.0.21",
3
+ "version": "18.0.23",
52
4
  "license": "MIT",
5
+ "author": "Dariusz Filipiak",
6
+ "private": false,
53
7
  "dependencies": {
54
- "@types/chokidar": "2.1.3",
55
- "@types/dateformat": "1.0.1",
56
- "@types/fs-extra": "7.0.0",
57
- "@types/glob": "5.0.35",
58
- "chokidar": "3.5.3",
59
- "dateformat": "3.0.3",
8
+ "@types/glob": "^5.0.35",
9
+ "glob": "^7.1.2",
60
10
  "fs-extra": "8.1.0",
61
- "glob": "7.1.2",
62
- "tnp-core": "~18.0.47"
11
+ "@types/fs-extra": "^7.0.0",
12
+ "chokidar": "3.5.3",
13
+ "@types/chokidar": "~2.1.3",
14
+ "dateformat": "^3.0.3",
15
+ "@types/dateformat": "^1.0.1",
16
+ "tnp-core": "18.0.47"
63
17
  },
64
- "private": false,
65
- "lastBuildTagHash": "d70475bc73e1407714b75b6978944e74f820a8f7",
66
- "devDependencies": {},
67
- "main": "dist/app.electron.js"
18
+ "bin": {},
19
+ "peerDependencies": {}
68
20
  }
package/src.d.ts CHANGED
@@ -3,4 +3,4 @@ export * from './lib';
3
3
  // THIS FILE IS GENERATED
4
4
  // please use command: taon build:watch to see here links for your globally builded lib code files
5
5
  // THIS FILE IS GENERATED
6
-
6
+
package/taon.jsonc CHANGED
@@ -1,50 +1,26 @@
1
- {
2
- "resources": ["README.md"],
3
-
4
- "overrided": {
5
- "ignoreDepsPattern": [],
6
- "includeAsDev": [],
7
-
8
- "includeOnly": [
9
- "@types/glob",
10
- "glob",
11
- "fs-extra",
12
- "@types/fs-extra",
13
- "chokidar",
14
- "@types/chokidar",
15
- "dateformat",
16
- "@types/dateformat",
17
- "tnp-core"
18
- ],
19
-
20
- "dependencies": {},
21
- "linkedFolders": [],
22
- "npmFixes": []
23
- },
24
-
25
- "smartContainerBuildTarget": "",
26
- "linkedRepos": [],
27
-
28
- "libReleaseOptions": {
29
- "nodts": false,
30
- "obscure": false,
31
- "ugly": false,
32
- "includeNodeModules": false,
33
- "cliBuildNoDts": false,
34
- "cliBuildObscure": false,
35
- "cliBuildIncludeNodeModules": false,
36
- "cliBuildUglify": false
37
- },
38
-
39
- "smartContainerTarget": "",
40
- "type": "isomorphic-lib",
41
- "isCoreProject": false,
42
- "useFramework": false,
43
- "version": "v18",
44
- "isGenerated": false,
45
- "license": "MIT",
46
- "private": false,
47
- "main": "index.js",
48
- "workerPlugins": {},
49
- "additionalNpmNames": ["taon-incremental-watcher"]
50
- }
1
+ {
2
+ "resources": ["README.md"],
3
+ "type": "isomorphic-lib",
4
+
5
+ "version": "v18",
6
+
7
+ "dependenciesNamesForNpmLib": [
8
+ "@types/glob",
9
+ "glob",
10
+ "fs-extra",
11
+ "@types/fs-extra",
12
+ "chokidar",
13
+ "@types/chokidar",
14
+ "dateformat",
15
+ "@types/dateformat",
16
+ "tnp-core"
17
+ ],
18
+ "additionalNpmNames": ["taon-incremental-watcher"],
19
+ "isCoreProject": false,
20
+
21
+ "packageJsonOverride": {
22
+ "author": "Dariusz Filipiak",
23
+ "license": "MIT",
24
+ "private": false
25
+ }
26
+ }
@@ -1,390 +1,14 @@
1
1
  {
2
- "domain": "incremental-compiler.example.domain.com",
3
- "isCoreProject": false,
4
- "ip": "localhost",
5
- "packageJSON": {
6
- "tnp": {
7
- "resources": [
8
- "README.md"
9
- ],
10
- "overrided": {
11
- "ignoreDepsPattern": [],
12
- "includeAsDev": [],
13
- "includeOnly": [
14
- "@types/glob",
15
- "glob",
16
- "fs-extra",
17
- "@types/fs-extra",
18
- "chokidar",
19
- "@types/chokidar",
20
- "dateformat",
21
- "@types/dateformat",
22
- "tnp-core"
23
- ],
24
- "dependencies": {},
25
- "linkedFolders": [],
26
- "npmFixes": []
27
- },
28
- "smartContainerBuildTarget": "",
29
- "linkedRepos": [],
30
- "libReleaseOptions": {
31
- "nodts": false,
32
- "obscure": false,
33
- "ugly": false,
34
- "includeNodeModules": false,
35
- "cliBuildNoDts": false,
36
- "cliBuildObscure": false,
37
- "cliBuildIncludeNodeModules": false,
38
- "cliBuildUglify": false
39
- },
40
- "smartContainerTarget": "",
41
- "type": "isomorphic-lib",
42
- "isCoreProject": false,
43
- "useFramework": false,
44
- "version": "v18",
45
- "isGenerated": false,
46
- "license": "MIT",
47
- "private": false,
48
- "main": "index.js",
49
- "workerPlugins": {},
50
- "additionalNpmNames": [
51
- "taon-incremental-watcher"
52
- ]
53
- },
54
- "name": "incremental-compiler",
55
- "version": "18.0.21",
56
- "license": "MIT",
57
- "dependencies": {
58
- "@types/chokidar": "2.1.3",
59
- "@types/dateformat": "1.0.1",
60
- "@types/fs-extra": "7.0.0",
61
- "@types/glob": "5.0.35",
62
- "chokidar": "3.5.3",
63
- "dateformat": "3.0.3",
64
- "fs-extra": "8.1.0",
65
- "glob": "7.1.2",
66
- "tnp-core": "~18.0.47"
67
- },
68
- "private": false,
69
- "lastBuildTagHash": "d70475bc73e1407714b75b6978944e74f820a8f7",
70
- "devDependencies": {
71
- "@angular-builders/custom-webpack": "~18.0.0",
72
- "@angular-devkit/build-angular": "~18.1.4",
73
- "@angular-devkit/core": "~18.1.4",
74
- "@angular-eslint/builder": "~18.2.0",
75
- "@angular-eslint/eslint-plugin": "~18.2.0",
76
- "@angular-eslint/eslint-plugin-template": "~18.2.0",
77
- "@angular-eslint/schematics": "~18.2.0",
78
- "@angular-eslint/template-parser": "~18.2.0",
79
- "@angular-material-extensions/password-strength": "~16.0.0",
80
- "@angular/animations": "~18.1.4",
81
- "@angular/cdk": "~18.1.4",
82
- "@angular/cli": "~18.1.4",
83
- "@angular/common": "~18.1.4",
84
- "@angular/compiler": "~18.1.4",
85
- "@angular/compiler-cli": "~18.1.4",
86
- "@angular/core": "~18.1.4",
87
- "@angular/elements": "~18.1.4",
88
- "@angular/forms": "~18.1.4",
89
- "@angular/material": "~18.1.4",
90
- "@angular/platform-browser": "~18.1.4",
91
- "@angular/platform-browser-dynamic": "~18.1.4",
92
- "@angular/pwa": "~18.1.4",
93
- "@angular/router": "~18.1.4",
94
- "@angular/service-worker": "~18.1.4",
95
- "@babel/cli": "7.24.8",
96
- "@compodoc/compodoc": "1.1.25",
97
- "@iconify/icons-fa-solid": "1.2.4",
98
- "@iconify/icons-mdi": "1.2.48",
99
- "@inquirer/prompts": "5.3.8",
100
- "@mdi/js": "7.4.47",
101
- "@ng-matero/extensions": "18.1.2",
102
- "@ngneat/falso": "7.2.0",
103
- "@ngneat/hot-toast": "7.0.0",
104
- "@ngneat/overview": "6.1.1",
105
- "@ngneat/spectator": "19.0.0",
106
- "@ngneat/until-destroy": "10.0.0",
107
- "@ngrx/component-store": "~18.0.2",
108
- "@ngrx/data": "~18.0.2",
109
- "@ngrx/effects": "~18.0.2",
110
- "@ngrx/entity": "~18.0.2",
111
- "@ngrx/router-store": "~18.0.2",
112
- "@ngrx/schematics": "~18.0.2",
113
- "@ngrx/store": "~18.0.2",
114
- "@ngrx/store-devtools": "~18.0.2",
115
- "@ngx-formly/core": "6.3.6",
116
- "@ngx-formly/material": "6.3.6",
117
- "@ngx-translate/core": "15.0.0",
118
- "@ngx-translate/http-loader": "8.0.0",
119
- "@sqltools/formatter": "1.2.5",
120
- "@sweetalert2/ngx-sweetalert2": "12.4.0",
121
- "@testdeck/jest": "0.3.3",
122
- "@testdeck/mocha": "0.3.3",
123
- "@types/chai": "4.3.17",
124
- "@types/diff": "5.2.1",
125
- "@types/dockerode": "3.3.32",
126
- "@types/express": "4.17.21",
127
- "@types/express-fileupload": "1.5.0",
128
- "@types/http-proxy": "1.17.15",
129
- "@types/http-proxy-middleware": "1.0.0",
130
- "@types/jest": "29.5.12",
131
- "@types/json-stringify-safe": "5.0.3",
132
- "@types/json5": "0.0.29",
133
- "@types/lockfile": "1.0.4",
134
- "@types/lodash": "4.14.92",
135
- "@types/mocha": "10.0.7",
136
- "@types/node": "16.18.21",
137
- "@types/node-notifier": "8.0.5",
138
- "@types/oauth2orize": "1.11.5",
139
- "@types/password-hash": "1.2.24",
140
- "@types/progress": "2.0.7",
141
- "@types/q": "1.5.8",
142
- "@types/rimraf": "2.0.2",
143
- "@types/semver": "7.5.8",
144
- "@types/systeminformation": "3.54.1",
145
- "@types/vinyl": "2.0.12",
146
- "@types/wait-on": "5.3.4",
147
- "@types/watch": "1.0.6",
148
- "@typescript-eslint/eslint-plugin": "8.0.1",
149
- "@typescript-eslint/parser": "8.0.1",
150
- "@vercel/ncc": "0.38.1",
151
- "accepts": "1.3.8",
152
- "ajv": "8.17.1",
153
- "angular-material-css-vars": "7.0.0",
154
- "angular-resize-event": "3.2.0",
155
- "animate.css": "4.1.1",
156
- "app-root-path": "3.1.0",
157
- "axios": "1.7.7",
158
- "base32": "0.0.7",
159
- "bcryptjs": "2.4.3",
160
- "body-parser": "1.20.2",
161
- "bootstrap": "5.3.3",
162
- "buffer-shims": "1.0.0",
163
- "bun": "1.1.22",
164
- "callsite-record": "4.1.5",
165
- "cfonts": "3.3.0",
166
- "chai": "4.5.0",
167
- "chalk": "2.3.2",
168
- "check-node-version": "3.2.0",
169
- "cheerio": "1.0.0",
170
- "circular-json": "0.5.1",
171
- "class-transformer": "0.5.1",
172
- "class-validator": "0.14.1",
173
- "cli-highlight": "2.1.11",
174
- "columnify": "1.6.0",
175
- "command-exists": "1.2.2",
176
- "compression": "1.7.4",
177
- "concurrently": "8.2.2",
178
- "console-png": "1.2.1",
179
- "content-type": "1.0.5",
180
- "conventional-changelog-cli": "5.0.0",
181
- "cookie-parser": "1.4.6",
182
- "copy-paste": "1.5.3",
183
- "cors": "2.8.5",
184
- "cpr": "3.0.1",
185
- "cross-env": "7.0.2",
186
- "cross-spawn": "7.0.3",
187
- "detect-mocha": "0.1.0",
188
- "diff": "4.0.2",
189
- "dockerode": "4.0.2",
190
- "electron": "25.2.0",
191
- "electron-builder": "24.4.0",
192
- "electron-debug": "3.2.0",
193
- "electron-reloader": "1.2.3",
194
- "element-resize-detector": "1.2.4",
195
- "enquirer": "2.4.1",
196
- "enum-values": "1.2.1",
197
- "errorhandler": "1.5.1",
198
- "eslint": "9.9.0",
199
- "eslint-config-prettier": "9.1.0",
200
- "eslint-plugin-import": "latest",
201
- "eslint-plugin-jsdoc": "latest",
202
- "eslint-plugin-prefer-arrow": "latest",
203
- "eslint-plugin-prettier": "5.2.1",
204
- "eslint-plugin-react": "latest",
205
- "express": "4.19.2",
206
- "express-fileupload": "1.4.0",
207
- "express-session": "1.18.0",
208
- "file-loader": "1.1.11",
209
- "file-saver": "2.0.5",
210
- "file-type": "19.1.1",
211
- "fkill": "6.1.0",
212
- "font-awesome": "4.7.0",
213
- "form-data": "4.0.0",
214
- "fuzzy": "0.1.3",
215
- "google-libphonenumber": "3.2.38",
216
- "gulp": "3.9.1",
217
- "helmet": "7.1.0",
218
- "hostile": "1.3.3",
219
- "howler": "2.2.4",
220
- "http-proxy": "1.18.1",
221
- "http-proxy-middleware": "0.22.0-alpha",
222
- "http-server": "0.13.0",
223
- "image-focus": "1.2.1",
224
- "immer": "10.0.2",
225
- "immutable": "4.3.7",
226
- "incremental-compiler": "~18.0.20",
227
- "inquirer": "7.3.3",
228
- "inquirer-autocomplete-prompt": "1.4.0",
229
- "inquirer-autocomplete-standalone": "0.8.1",
230
- "inquirer-select-pro": "1.0.0-alpha.7",
231
- "inquirer-toggle": "1.0.1",
232
- "is-elevated": "3.0.0",
233
- "isomorphic-region-loader": "~18.0.19",
234
- "istanbul-instrumenter-loader": "3.0.1",
235
- "jest": "29.7.0",
236
- "jest-date-mock": "1.0.10",
237
- "jest-junit": "16.0.0",
238
- "jest-marbles": "latest",
239
- "jest-preset-angular": "14.2.2",
240
- "jimp": "0.22.12",
241
- "joi": "17.13.3",
242
- "jscodeshift": "0.6.3",
243
- "json-stringify-safe": "5.0.1",
244
- "json10": "~18.0.19",
245
- "json10-writer": "~18.0.19",
246
- "json5": "2.2.3",
247
- "json5-writer": "0.2.0",
248
- "jszip": "3.10.1",
249
- "karma-cli": "1.0.1",
250
- "lnk": "1.0.1",
251
- "localforage": "1.10.0",
252
- "lockfile": "1.0.4",
253
- "lodash": "4.17.21",
254
- "lodash-walk-object": "~18.0.19",
255
- "lowdb": "7.0.1",
256
- "magic-renamer": "~18.0.19",
257
- "material-design-icons": "3.0.1",
258
- "method-override": "2.3.10",
259
- "minimist": "1.2.8",
260
- "mkdirp": "0.5.1",
261
- "mocha": "10.7.3",
262
- "moment": "2.30.1",
263
- "ng-for-track-by-property": "18.0.1",
264
- "ng-in-viewport": "16.1.0",
265
- "ng-lock": "18.0.1",
266
- "ng-packagr": "18.1.0",
267
- "ng-talkback": "~18.0.18",
268
- "ng2-logger": "~18.0.21",
269
- "ng2-pdfjs-viewer": "18.0.0",
270
- "ng2-rest": "~18.0.19",
271
- "ng2-rest-swagger-generator": "18.0.16",
272
- "ngx-ace-wrapper": "17.0.0",
273
- "ngx-editor": "17.5.4",
274
- "ngx-highlightjs": "12.0.0",
275
- "ngx-infinite-scroll": "18.0.0",
276
- "ngx-moment": "6.0.2",
277
- "ngx-monaco-editor": "12.0.0",
278
- "ngx-photo-editor": "0.4.4",
279
- "ngx-pipes": "3.2.2",
280
- "ngx-progressbar": "11.1.0",
281
- "ngx-scrollbar": "15.1.2",
282
- "ngx-scrolltop": "18.0.0",
283
- "ngx-store": "3.1.1",
284
- "ngx-typed-js": "2.1.1",
285
- "node-cli-tester": "~18.0.18",
286
- "node-localstorage": "2.1.6",
287
- "node-notifier": "10.0.1",
288
- "node-polyfill-webpack-plugin": "2.0.1",
289
- "nodemon": "2.0.22",
290
- "npm-get-dependents": "1.0.1",
291
- "npm-run": "4.1.2",
292
- "omelette": "0.4.17",
293
- "open": "7.2.1",
294
- "ora": "3.4.0",
295
- "passport": "0.7.0",
296
- "passport-http-bearer": "1.0.1",
297
- "password-hash": "1.2.2",
298
- "path-to-regexp": "6.2.2",
299
- "pica": "9.0.1",
300
- "playwright": "1.43.1",
301
- "pm2": "5.4.3",
302
- "portfinder": "1.0.21",
303
- "prettier": "3.3.3",
304
- "prettier-eslint": "16.3.0",
305
- "pretty-error": "4.0.0",
306
- "primeflex": "3.3.1",
307
- "primeicons": "7.0.0",
308
- "primeng": "17.18.8",
309
- "progress": "2.0.3",
310
- "prompts": "2.4.2",
311
- "ps-list": "6.1.0",
312
- "ps-node": "0.1.6",
313
- "q": "1.5.1",
314
- "rallax.js": "2.0.4",
315
- "randomcolor": "0.5.3",
316
- "record-replay-req-res-scenario": "~18.0.18",
317
- "reflect-metadata": "0.2.2",
318
- "rimraf": "2.6.2",
319
- "rxjs": "~7.8.1",
320
- "semver": "7.6.3",
321
- "simple-git": "3.25.0",
322
- "sinon": "18.0.0",
323
- "sloc": "0.2.0",
324
- "socket.io": "4.7.5",
325
- "socket.io-client": "4.7.5",
326
- "sort-package-json": "1.11.0",
327
- "sql-template-strings": "2.2.2",
328
- "sql-template-tag": "5.2.1",
329
- "sql.js": "1.8.0",
330
- "static-columns": "~18.0.20",
331
- "string-similarity": "4.0.4",
332
- "sudo-block": "3.0.0",
333
- "supertest": "7.0.0",
334
- "sweetalert2": "11.7.32",
335
- "systeminformation": "3.45.7",
336
- "taon": "^18",
337
- "taon-storage": "18.0.28",
338
- "taon-type-sql": "18.0.19",
339
- "taon-typeorm": "18.0.18",
340
- "task.js": "0.1.5",
341
- "threads": "1.7.0",
342
- "tnp": "~18.0.24",
343
- "tnp-config": "~18.0.21",
344
- "tnp-helpers": "~18.0.19",
345
- "tnp-models": "~18.0.20",
346
- "ts-debug": "1.3.0",
347
- "ts-json-schema-generator": "2.3.0-next.5",
348
- "ts-loader": "2.3.1",
349
- "ts-node": "10.9.1",
350
- "tslib": "~2.6.3",
351
- "tslint": "6.1.3",
352
- "turndown": "7.2.0",
353
- "type-fest": "4.25.0",
354
- "typedoc": "0.26.5",
355
- "typedoc-plugin-markdown": "4.2.3",
356
- "typescript": "~5.5.4",
357
- "typescript-class-helpers": "~18.0.20",
358
- "typescript-formatter": "~7.2.2",
359
- "typescript-string-enums": "~1.0.0",
360
- "underscore": "1.13.7",
361
- "uuid": "10.0.0",
362
- "validator": "13.5.2",
363
- "video.js": "8.3.0",
364
- "vpn-split": "~18.0.18",
365
- "vscode": "1.1.37",
366
- "wait-on": "8.0.1",
367
- "watch": "1.0.2",
368
- "webpack": "~5.80",
369
- "webpack-dev-middleware": "~6.1.3",
370
- "webpack-dev-server": "~5.0.4",
371
- "yup": "1.3.3",
372
- "zone.js": "~0.13.0"
373
- },
374
- "main": "dist/app.electron.js"
2
+ "website": {
3
+ "domain": "incremental-compiler.example.domain.com",
4
+ "title": "Incremental Compiler"
375
5
  },
376
- "build": {
377
- "number": 501,
378
- "date": "2025-01-21T20:51:38.000Z",
379
- "hash": "0e4e4687897bc9d4816d7e3d39f06acb54d7f1e5"
6
+ "buildInfo": {
7
+ "number": 507,
8
+ "date": "2025-04-08T13:34:44.000Z",
9
+ "hash": "447e6cc3536cd37bcd082df9cf94e1d2f99e4e85"
380
10
  },
381
11
  "currentProjectName": "incremental-compiler",
382
- "currentProjectGenericName": "incremental-compiler",
383
12
  "currentProjectType": "isomorphic-lib",
384
- "currentFrameworkVersion": "18.0.24",
385
- "isStandaloneProject": true,
386
- "isSmartContainer": false,
387
- "pathesTsconfig": "\"paths\": {\"incremental-compiler\":[\"./src/lib\"],\"incremental-compiler/*\":[\"./src/lib/*\"]},",
388
- "customRootDir": "\"rootDir\": \"./src\",",
389
- "currentLibProjectSourceFolder": "src"
13
+ "pathsTsconfig": "\"paths\": {\"incremental-compiler\":[\"./src/lib\"],\"incremental-compiler/*\":[\"./src/lib/*\"]},"
390
14
  }
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.