incremental-compiler 16.100.10 → 16.444.5
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.
- package/README.md +13 -13
- package/assets/shared/shared_folder_info.txt +1 -1
- package/browser/README.md +24 -24
- package/client/README.md +24 -24
- package/client/package.json +38 -32
- package/firedev.jsonc +56 -56
- package/package.json +5 -5
- package/tmp-environment.json +42 -36
- package/websql/README.md +24 -24
package/README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1
|
-
# INCREMENTAL COMPILER
|
2
|
-
|
3
|
-
- lib for any kind incremental compilers, files watchers..
|
4
|
-
- based on excellent https://github.com/paulmillr/chokidar
|
5
|
-
|
6
|
-
## Example use case
|
7
|
-
|
8
|
-
- You want to call some function for each file in you folder "src" in you project.
|
9
|
-
- After you call this function for each file... you are watching this files and
|
10
|
-
for each file change in "src", you are calling again function for this particular file
|
11
|
-
|
12
|
-
|
13
|
-
### If you have many "files watchers" with "increamntal-compiler" you can create scenario ( IncCompiler.init(...) ) and prevent any kind of "race coditions"
|
1
|
+
# INCREMENTAL COMPILER
|
2
|
+
|
3
|
+
- lib for any kind incremental compilers, files watchers..
|
4
|
+
- based on excellent https://github.com/paulmillr/chokidar
|
5
|
+
|
6
|
+
## Example use case
|
7
|
+
|
8
|
+
- You want to call some function for each file in you folder "src" in you project.
|
9
|
+
- After you call this function for each file... you are watching this files and
|
10
|
+
for each file change in "src", you are calling again function for this particular file
|
11
|
+
|
12
|
+
|
13
|
+
### If you have many "files watchers" with "increamntal-compiler" you can create scenario ( IncCompiler.init(...) ) and prevent any kind of "race coditions"
|
@@ -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 (incremental-compiler@16.
|
3
|
+
Assets from this folder are being shipped with this npm package (incremental-compiler@16.444.5)
|
4
4
|
created from this project.
|
5
5
|
|
6
6
|
THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.
|
package/browser/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.
|
package/client/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.
|
package/client/package.json
CHANGED
@@ -38,7 +38,7 @@
|
|
38
38
|
"type": "isomorphic-lib",
|
39
39
|
"isCoreProject": false,
|
40
40
|
"useFramework": false,
|
41
|
-
"version": "
|
41
|
+
"version": "v16",
|
42
42
|
"isGenerated": false,
|
43
43
|
"license": "MIT",
|
44
44
|
"private": false,
|
@@ -49,7 +49,7 @@
|
|
49
49
|
]
|
50
50
|
},
|
51
51
|
"name": "incremental-compiler",
|
52
|
-
"version": "16.
|
52
|
+
"version": "16.444.5",
|
53
53
|
"license": "MIT",
|
54
54
|
"dependencies": {
|
55
55
|
"@types/chokidar": "2.1.3",
|
@@ -60,11 +60,11 @@
|
|
60
60
|
"dateformat": "3.0.3",
|
61
61
|
"fs-extra": "8.1.0",
|
62
62
|
"glob": "7.1.2",
|
63
|
-
"tnp-helpers": "16.
|
64
|
-
"typescript-class-helpers": "~16.
|
63
|
+
"tnp-helpers": "16.444.5",
|
64
|
+
"typescript-class-helpers": "~16.444.4"
|
65
65
|
},
|
66
66
|
"private": false,
|
67
|
-
"lastBuildTagHash": "
|
67
|
+
"lastBuildTagHash": "4f237f7e3ff9e0913951cb66a6fa84d6f50a9aea",
|
68
68
|
"devDependencies": {
|
69
69
|
"@angular-builders/custom-webpack": "~16.0.2-beta.2",
|
70
70
|
"@angular-devkit/build-angular": "~16.0.5",
|
@@ -91,7 +91,7 @@
|
|
91
91
|
"@angular/router": "~16.0.0",
|
92
92
|
"@angular/service-worker": "~16.0.4",
|
93
93
|
"@babel/cli": "7.18.6",
|
94
|
-
"@compodoc/compodoc": "1.1.
|
94
|
+
"@compodoc/compodoc": "1.1.23",
|
95
95
|
"@iconify/icons-fa-solid": "1.2.2",
|
96
96
|
"@iconify/icons-mdi": "1.2.1",
|
97
97
|
"@mdi/js": "7.2.96",
|
@@ -147,7 +147,7 @@
|
|
147
147
|
"angular-material-css-vars": "5.0.2",
|
148
148
|
"angular-resize-event": "3.2.0",
|
149
149
|
"animate.css": "4.1.1 ",
|
150
|
-
"any-project-cli": "16.
|
150
|
+
"any-project-cli": "16.444.1",
|
151
151
|
"app-root-path": "3.0.0",
|
152
152
|
"axios": "1.3.5",
|
153
153
|
"background-worker-process": "16.100.10",
|
@@ -157,6 +157,7 @@
|
|
157
157
|
"body-parser": "1.18.2",
|
158
158
|
"bootstrap": "4.6.2",
|
159
159
|
"buffer-shims": "1.0.0",
|
160
|
+
"bun": "1.0.0",
|
160
161
|
"callsite-record": "4.1.3",
|
161
162
|
"chai": "4.3.7",
|
162
163
|
"chalk": "2.3.2",
|
@@ -175,6 +176,7 @@
|
|
175
176
|
"copy-paste": "1.5.3",
|
176
177
|
"cors": "2.8.4",
|
177
178
|
"cpr": "3.0.1",
|
179
|
+
"cross-env": "7.0.2",
|
178
180
|
"cross-spawn": "7.0.3",
|
179
181
|
"detect-mocha": "0.1.0",
|
180
182
|
"diff": "3.2.0",
|
@@ -200,13 +202,13 @@
|
|
200
202
|
"file-saver": "2.0.5",
|
201
203
|
"file-type": "18.5.0",
|
202
204
|
"firedev": "^16",
|
203
|
-
"firedev-crud": "16.
|
204
|
-
"firedev-crud-deamon": "16.
|
205
|
-
"firedev-ports": "16.
|
206
|
-
"firedev-storage": "16.
|
207
|
-
"firedev-type-sql": "16.
|
208
|
-
"firedev-typeorm": "16.
|
209
|
-
"firedev-ui": "16.
|
205
|
+
"firedev-crud": "16.444.1",
|
206
|
+
"firedev-crud-deamon": "16.444.1",
|
207
|
+
"firedev-ports": "16.444.1",
|
208
|
+
"firedev-storage": "16.444.1",
|
209
|
+
"firedev-type-sql": "16.444.1",
|
210
|
+
"firedev-typeorm": "16.444.1",
|
211
|
+
"firedev-ui": "16.444.1",
|
210
212
|
"fkill": "6.1.0",
|
211
213
|
"font-awesome": "4.7.0",
|
212
214
|
"form-data": "4.0.0",
|
@@ -222,11 +224,11 @@
|
|
222
224
|
"image-focus": "1.2.1",
|
223
225
|
"immer": "10.0.2",
|
224
226
|
"immutable": "4.3.0",
|
225
|
-
"incremental-compiler": "16.
|
227
|
+
"incremental-compiler": "16.444.2",
|
226
228
|
"inquirer": "7.3.3",
|
227
229
|
"inquirer-autocomplete-prompt": "1.3.0",
|
228
230
|
"is-elevated": "3.0.0",
|
229
|
-
"isomorphic-region-loader": "16.
|
231
|
+
"isomorphic-region-loader": "16.444.1",
|
230
232
|
"istanbul-instrumenter-loader": "2.0.0",
|
231
233
|
"jest": "29.5.0",
|
232
234
|
"jest-date-mock": "1.0.8",
|
@@ -237,8 +239,8 @@
|
|
237
239
|
"joi": "17.9.2",
|
238
240
|
"jscodeshift": "0.6.3",
|
239
241
|
"json-stringify-safe": "5.0.1",
|
240
|
-
"json10": "16.
|
241
|
-
"json10-writer": "16.
|
242
|
+
"json10": "16.444.1",
|
243
|
+
"json10-writer": "16.444.4",
|
242
244
|
"json5": "2.2.1",
|
243
245
|
"json5-writer": "0.2.0",
|
244
246
|
"jszip": "3.10.1",
|
@@ -247,9 +249,9 @@
|
|
247
249
|
"localforage": "1.10.0",
|
248
250
|
"lockfile": "1.0.4",
|
249
251
|
"lodash": "4.17.20",
|
250
|
-
"lodash-walk-object": "16.
|
252
|
+
"lodash-walk-object": "16.444.1",
|
251
253
|
"lowdb": "7.0.1",
|
252
|
-
"magic-renamer": "16.
|
254
|
+
"magic-renamer": "16.444.1",
|
253
255
|
"material-design-icons": "3.0.1",
|
254
256
|
"method-override": "2.3.10",
|
255
257
|
"minimist": "1.2.0",
|
@@ -260,10 +262,10 @@
|
|
260
262
|
"ng-in-viewport": "15.0.2",
|
261
263
|
"ng-lock": "16.0.1",
|
262
264
|
"ng-packagr": "16.0.1",
|
263
|
-
"ng-talkback": "16.
|
264
|
-
"ng2-logger": "16.
|
265
|
+
"ng-talkback": "16.444.1",
|
266
|
+
"ng2-logger": "16.444.4",
|
265
267
|
"ng2-pdfjs-viewer": "16.0.4",
|
266
|
-
"ng2-rest": "16.
|
268
|
+
"ng2-rest": "16.444.1",
|
267
269
|
"ngx-ace-wrapper": "14.0.0",
|
268
270
|
"ngx-editor": "15.3.0",
|
269
271
|
"ngx-highlightjs": "9.0.0",
|
@@ -276,7 +278,7 @@
|
|
276
278
|
"ngx-scrolltop": "6.0.0",
|
277
279
|
"ngx-store": "3.1.1",
|
278
280
|
"ngx-typed-js": "2.1.1",
|
279
|
-
"node-cli-tester": "16.
|
281
|
+
"node-cli-tester": "16.444.1",
|
280
282
|
"node-localstorage": "2.1.6",
|
281
283
|
"node-notifier": "6.0.0",
|
282
284
|
"node-polyfill-webpack-plugin": "2.0.1",
|
@@ -305,7 +307,7 @@
|
|
305
307
|
"q": "1.5.1",
|
306
308
|
"rallax.js": "2.0.4",
|
307
309
|
"randomcolor": "0.5.3",
|
308
|
-
"record-replay-req-res-scenario": "16.
|
310
|
+
"record-replay-req-res-scenario": "16.444.1",
|
309
311
|
"reflect-metadata": "0.1.10",
|
310
312
|
"rimraf": "2.6.2",
|
311
313
|
"rxjs": "~7.8.0",
|
@@ -316,7 +318,7 @@
|
|
316
318
|
"socket.io": "2.4.1",
|
317
319
|
"sort-package-json": "1.11.0",
|
318
320
|
"sql.js": "1.8.0",
|
319
|
-
"static-columns": "16.
|
321
|
+
"static-columns": "16.444.1",
|
320
322
|
"string-similarity": "4.0.2",
|
321
323
|
"sudo-block": "3.0.0",
|
322
324
|
"supertest": "6.3.3",
|
@@ -324,11 +326,11 @@
|
|
324
326
|
"systeminformation": "3.45.7",
|
325
327
|
"task.js": "0.1.5",
|
326
328
|
"threads": "1.7.0",
|
327
|
-
"tnp-cli": "16.
|
328
|
-
"tnp-config": "16.
|
329
|
-
"tnp-core": "16.
|
330
|
-
"tnp-db": "16.
|
331
|
-
"tnp-models": "16.
|
329
|
+
"tnp-cli": "16.444.1",
|
330
|
+
"tnp-config": "16.444.4",
|
331
|
+
"tnp-core": "16.444.5",
|
332
|
+
"tnp-db": "16.444.1",
|
333
|
+
"tnp-models": "16.444.4",
|
332
334
|
"ts-debug": "1.3.0",
|
333
335
|
"ts-json-schema-generator": "2.1.1",
|
334
336
|
"ts-loader": "2.3.1",
|
@@ -336,13 +338,17 @@
|
|
336
338
|
"tslib": "~2.3.0",
|
337
339
|
"tslint": "5.9.1",
|
338
340
|
"turndown": "7.1.2",
|
341
|
+
"typedoc": "0.25.13",
|
342
|
+
"typedoc-plugin-markdown": "4.0.3",
|
339
343
|
"typescript": "~5.0.2",
|
340
344
|
"typescript-formatter": "~7.2.2",
|
341
345
|
"underscore": "1.9.1",
|
342
346
|
"uuid": "8.3.2",
|
343
347
|
"validator": "9.2.0",
|
344
348
|
"video.js": "8.3.0",
|
345
|
-
"vpn-split": "16.
|
349
|
+
"vpn-split": "16.444.1",
|
350
|
+
"vscode": "1.1.37",
|
351
|
+
"wait-on": "7.0.1",
|
346
352
|
"watch": "1.0.2",
|
347
353
|
"webpack": "~5.80",
|
348
354
|
"webpack-dev-middleware": "~6.0.2",
|
package/firedev.jsonc
CHANGED
@@ -1,57 +1,57 @@
|
|
1
|
-
{
|
2
|
-
"resources": [
|
3
|
-
"README.md"
|
4
|
-
],
|
5
|
-
|
6
|
-
"overrided": {
|
7
|
-
"ignoreDepsPattern": [],
|
8
|
-
"includeAsDev": [],
|
9
|
-
|
10
|
-
"includeOnly": [
|
11
|
-
"@types/glob",
|
12
|
-
"glob",
|
13
|
-
"fs-extra",
|
14
|
-
"@types/fs-extra",
|
15
|
-
"chokidar",
|
16
|
-
"@types/chokidar",
|
17
|
-
"dateformat",
|
18
|
-
"@types/dateformat",
|
19
|
-
"typescript-class-helpers",
|
20
|
-
"tnp-helpers",
|
21
|
-
// "@parcel/watcher",
|
22
|
-
],
|
23
|
-
|
24
|
-
"dependencies": {},
|
25
|
-
"linkedFolders": [],
|
26
|
-
"npmFixes": [],
|
27
|
-
},
|
28
|
-
|
29
|
-
"smartContainerBuildTarget": "",
|
30
|
-
"linkedRepos": [],
|
31
|
-
|
32
|
-
"libReleaseOptions": {
|
33
|
-
"nodts": false,
|
34
|
-
"obscure": false,
|
35
|
-
"ugly": false,
|
36
|
-
"includeNodeModules": false,
|
37
|
-
"cliBuildNoDts": false,
|
38
|
-
"cliBuildObscure": false,
|
39
|
-
"cliBuildIncludeNodeModules": false,
|
40
|
-
"cliBuildUglify": false,
|
41
|
-
},
|
42
|
-
|
43
|
-
"smartContainerTarget": "",
|
44
|
-
"type": "isomorphic-lib",
|
45
|
-
"isCoreProject": false,
|
46
|
-
"useFramework": false,
|
47
|
-
"version": "
|
48
|
-
"isGenerated": false,
|
49
|
-
"license": "MIT",
|
50
|
-
"private": false,
|
51
|
-
"main": "index.js",
|
52
|
-
"workerPlugins": {},
|
53
|
-
|
54
|
-
"additionalNpmNames": [
|
55
|
-
"firedev-incremental-watcher"
|
56
|
-
],
|
1
|
+
{
|
2
|
+
"resources": [
|
3
|
+
"README.md"
|
4
|
+
],
|
5
|
+
|
6
|
+
"overrided": {
|
7
|
+
"ignoreDepsPattern": [],
|
8
|
+
"includeAsDev": [],
|
9
|
+
|
10
|
+
"includeOnly": [
|
11
|
+
"@types/glob",
|
12
|
+
"glob",
|
13
|
+
"fs-extra",
|
14
|
+
"@types/fs-extra",
|
15
|
+
"chokidar",
|
16
|
+
"@types/chokidar",
|
17
|
+
"dateformat",
|
18
|
+
"@types/dateformat",
|
19
|
+
"typescript-class-helpers",
|
20
|
+
"tnp-helpers",
|
21
|
+
// "@parcel/watcher",
|
22
|
+
],
|
23
|
+
|
24
|
+
"dependencies": {},
|
25
|
+
"linkedFolders": [],
|
26
|
+
"npmFixes": [],
|
27
|
+
},
|
28
|
+
|
29
|
+
"smartContainerBuildTarget": "",
|
30
|
+
"linkedRepos": [],
|
31
|
+
|
32
|
+
"libReleaseOptions": {
|
33
|
+
"nodts": false,
|
34
|
+
"obscure": false,
|
35
|
+
"ugly": false,
|
36
|
+
"includeNodeModules": false,
|
37
|
+
"cliBuildNoDts": false,
|
38
|
+
"cliBuildObscure": false,
|
39
|
+
"cliBuildIncludeNodeModules": false,
|
40
|
+
"cliBuildUglify": false,
|
41
|
+
},
|
42
|
+
|
43
|
+
"smartContainerTarget": "",
|
44
|
+
"type": "isomorphic-lib",
|
45
|
+
"isCoreProject": false,
|
46
|
+
"useFramework": false,
|
47
|
+
"version": "v16",
|
48
|
+
"isGenerated": false,
|
49
|
+
"license": "MIT",
|
50
|
+
"private": false,
|
51
|
+
"main": "index.js",
|
52
|
+
"workerPlugins": {},
|
53
|
+
|
54
|
+
"additionalNpmNames": [
|
55
|
+
"firedev-incremental-watcher"
|
56
|
+
],
|
57
57
|
}
|
package/package.json
CHANGED
@@ -38,7 +38,7 @@
|
|
38
38
|
"type": "isomorphic-lib",
|
39
39
|
"isCoreProject": false,
|
40
40
|
"useFramework": false,
|
41
|
-
"version": "
|
41
|
+
"version": "v16",
|
42
42
|
"isGenerated": false,
|
43
43
|
"license": "MIT",
|
44
44
|
"private": false,
|
@@ -49,7 +49,7 @@
|
|
49
49
|
]
|
50
50
|
},
|
51
51
|
"name": "incremental-compiler",
|
52
|
-
"version": "16.
|
52
|
+
"version": "16.444.5",
|
53
53
|
"license": "MIT",
|
54
54
|
"dependencies": {
|
55
55
|
"@types/chokidar": "2.1.3",
|
@@ -60,11 +60,11 @@
|
|
60
60
|
"dateformat": "3.0.3",
|
61
61
|
"fs-extra": "8.1.0",
|
62
62
|
"glob": "7.1.2",
|
63
|
-
"tnp-helpers": "16.
|
64
|
-
"typescript-class-helpers": "~16.
|
63
|
+
"tnp-helpers": "16.444.5",
|
64
|
+
"typescript-class-helpers": "~16.444.4"
|
65
65
|
},
|
66
66
|
"private": false,
|
67
|
-
"lastBuildTagHash": "
|
67
|
+
"lastBuildTagHash": "4f237f7e3ff9e0913951cb66a6fa84d6f50a9aea",
|
68
68
|
"devDependencies": {},
|
69
69
|
"main": "index.js"
|
70
70
|
}
|
package/tmp-environment.json
CHANGED
@@ -42,7 +42,7 @@
|
|
42
42
|
"type": "isomorphic-lib",
|
43
43
|
"isCoreProject": false,
|
44
44
|
"useFramework": false,
|
45
|
-
"version": "
|
45
|
+
"version": "v16",
|
46
46
|
"isGenerated": false,
|
47
47
|
"license": "MIT",
|
48
48
|
"private": false,
|
@@ -53,7 +53,7 @@
|
|
53
53
|
]
|
54
54
|
},
|
55
55
|
"name": "incremental-compiler",
|
56
|
-
"version": "16.
|
56
|
+
"version": "16.444.5",
|
57
57
|
"license": "MIT",
|
58
58
|
"dependencies": {
|
59
59
|
"@types/chokidar": "2.1.3",
|
@@ -64,11 +64,11 @@
|
|
64
64
|
"dateformat": "3.0.3",
|
65
65
|
"fs-extra": "8.1.0",
|
66
66
|
"glob": "7.1.2",
|
67
|
-
"tnp-helpers": "16.
|
68
|
-
"typescript-class-helpers": "~16.
|
67
|
+
"tnp-helpers": "16.444.5",
|
68
|
+
"typescript-class-helpers": "~16.444.4"
|
69
69
|
},
|
70
70
|
"private": false,
|
71
|
-
"lastBuildTagHash": "
|
71
|
+
"lastBuildTagHash": "4f237f7e3ff9e0913951cb66a6fa84d6f50a9aea",
|
72
72
|
"devDependencies": {
|
73
73
|
"@angular-builders/custom-webpack": "~16.0.2-beta.2",
|
74
74
|
"@angular-devkit/build-angular": "~16.0.5",
|
@@ -95,7 +95,7 @@
|
|
95
95
|
"@angular/router": "~16.0.0",
|
96
96
|
"@angular/service-worker": "~16.0.4",
|
97
97
|
"@babel/cli": "7.18.6",
|
98
|
-
"@compodoc/compodoc": "1.1.
|
98
|
+
"@compodoc/compodoc": "1.1.23",
|
99
99
|
"@iconify/icons-fa-solid": "1.2.2",
|
100
100
|
"@iconify/icons-mdi": "1.2.1",
|
101
101
|
"@mdi/js": "7.2.96",
|
@@ -151,7 +151,7 @@
|
|
151
151
|
"angular-material-css-vars": "5.0.2",
|
152
152
|
"angular-resize-event": "3.2.0",
|
153
153
|
"animate.css": "4.1.1 ",
|
154
|
-
"any-project-cli": "16.
|
154
|
+
"any-project-cli": "16.444.1",
|
155
155
|
"app-root-path": "3.0.0",
|
156
156
|
"axios": "1.3.5",
|
157
157
|
"background-worker-process": "16.100.10",
|
@@ -161,6 +161,7 @@
|
|
161
161
|
"body-parser": "1.18.2",
|
162
162
|
"bootstrap": "4.6.2",
|
163
163
|
"buffer-shims": "1.0.0",
|
164
|
+
"bun": "1.0.0",
|
164
165
|
"callsite-record": "4.1.3",
|
165
166
|
"chai": "4.3.7",
|
166
167
|
"chalk": "2.3.2",
|
@@ -179,6 +180,7 @@
|
|
179
180
|
"copy-paste": "1.5.3",
|
180
181
|
"cors": "2.8.4",
|
181
182
|
"cpr": "3.0.1",
|
183
|
+
"cross-env": "7.0.2",
|
182
184
|
"cross-spawn": "7.0.3",
|
183
185
|
"detect-mocha": "0.1.0",
|
184
186
|
"diff": "3.2.0",
|
@@ -204,13 +206,13 @@
|
|
204
206
|
"file-saver": "2.0.5",
|
205
207
|
"file-type": "18.5.0",
|
206
208
|
"firedev": "^16",
|
207
|
-
"firedev-crud": "16.
|
208
|
-
"firedev-crud-deamon": "16.
|
209
|
-
"firedev-ports": "16.
|
210
|
-
"firedev-storage": "16.
|
211
|
-
"firedev-type-sql": "16.
|
212
|
-
"firedev-typeorm": "16.
|
213
|
-
"firedev-ui": "16.
|
209
|
+
"firedev-crud": "16.444.1",
|
210
|
+
"firedev-crud-deamon": "16.444.1",
|
211
|
+
"firedev-ports": "16.444.1",
|
212
|
+
"firedev-storage": "16.444.1",
|
213
|
+
"firedev-type-sql": "16.444.1",
|
214
|
+
"firedev-typeorm": "16.444.1",
|
215
|
+
"firedev-ui": "16.444.1",
|
214
216
|
"fkill": "6.1.0",
|
215
217
|
"font-awesome": "4.7.0",
|
216
218
|
"form-data": "4.0.0",
|
@@ -226,11 +228,11 @@
|
|
226
228
|
"image-focus": "1.2.1",
|
227
229
|
"immer": "10.0.2",
|
228
230
|
"immutable": "4.3.0",
|
229
|
-
"incremental-compiler": "16.
|
231
|
+
"incremental-compiler": "16.444.2",
|
230
232
|
"inquirer": "7.3.3",
|
231
233
|
"inquirer-autocomplete-prompt": "1.3.0",
|
232
234
|
"is-elevated": "3.0.0",
|
233
|
-
"isomorphic-region-loader": "16.
|
235
|
+
"isomorphic-region-loader": "16.444.1",
|
234
236
|
"istanbul-instrumenter-loader": "2.0.0",
|
235
237
|
"jest": "29.5.0",
|
236
238
|
"jest-date-mock": "1.0.8",
|
@@ -241,8 +243,8 @@
|
|
241
243
|
"joi": "17.9.2",
|
242
244
|
"jscodeshift": "0.6.3",
|
243
245
|
"json-stringify-safe": "5.0.1",
|
244
|
-
"json10": "16.
|
245
|
-
"json10-writer": "16.
|
246
|
+
"json10": "16.444.1",
|
247
|
+
"json10-writer": "16.444.4",
|
246
248
|
"json5": "2.2.1",
|
247
249
|
"json5-writer": "0.2.0",
|
248
250
|
"jszip": "3.10.1",
|
@@ -251,9 +253,9 @@
|
|
251
253
|
"localforage": "1.10.0",
|
252
254
|
"lockfile": "1.0.4",
|
253
255
|
"lodash": "4.17.20",
|
254
|
-
"lodash-walk-object": "16.
|
256
|
+
"lodash-walk-object": "16.444.1",
|
255
257
|
"lowdb": "7.0.1",
|
256
|
-
"magic-renamer": "16.
|
258
|
+
"magic-renamer": "16.444.1",
|
257
259
|
"material-design-icons": "3.0.1",
|
258
260
|
"method-override": "2.3.10",
|
259
261
|
"minimist": "1.2.0",
|
@@ -264,10 +266,10 @@
|
|
264
266
|
"ng-in-viewport": "15.0.2",
|
265
267
|
"ng-lock": "16.0.1",
|
266
268
|
"ng-packagr": "16.0.1",
|
267
|
-
"ng-talkback": "16.
|
268
|
-
"ng2-logger": "16.
|
269
|
+
"ng-talkback": "16.444.1",
|
270
|
+
"ng2-logger": "16.444.4",
|
269
271
|
"ng2-pdfjs-viewer": "16.0.4",
|
270
|
-
"ng2-rest": "16.
|
272
|
+
"ng2-rest": "16.444.1",
|
271
273
|
"ngx-ace-wrapper": "14.0.0",
|
272
274
|
"ngx-editor": "15.3.0",
|
273
275
|
"ngx-highlightjs": "9.0.0",
|
@@ -280,7 +282,7 @@
|
|
280
282
|
"ngx-scrolltop": "6.0.0",
|
281
283
|
"ngx-store": "3.1.1",
|
282
284
|
"ngx-typed-js": "2.1.1",
|
283
|
-
"node-cli-tester": "16.
|
285
|
+
"node-cli-tester": "16.444.1",
|
284
286
|
"node-localstorage": "2.1.6",
|
285
287
|
"node-notifier": "6.0.0",
|
286
288
|
"node-polyfill-webpack-plugin": "2.0.1",
|
@@ -309,7 +311,7 @@
|
|
309
311
|
"q": "1.5.1",
|
310
312
|
"rallax.js": "2.0.4",
|
311
313
|
"randomcolor": "0.5.3",
|
312
|
-
"record-replay-req-res-scenario": "16.
|
314
|
+
"record-replay-req-res-scenario": "16.444.1",
|
313
315
|
"reflect-metadata": "0.1.10",
|
314
316
|
"rimraf": "2.6.2",
|
315
317
|
"rxjs": "~7.8.0",
|
@@ -320,7 +322,7 @@
|
|
320
322
|
"socket.io": "2.4.1",
|
321
323
|
"sort-package-json": "1.11.0",
|
322
324
|
"sql.js": "1.8.0",
|
323
|
-
"static-columns": "16.
|
325
|
+
"static-columns": "16.444.1",
|
324
326
|
"string-similarity": "4.0.2",
|
325
327
|
"sudo-block": "3.0.0",
|
326
328
|
"supertest": "6.3.3",
|
@@ -328,11 +330,11 @@
|
|
328
330
|
"systeminformation": "3.45.7",
|
329
331
|
"task.js": "0.1.5",
|
330
332
|
"threads": "1.7.0",
|
331
|
-
"tnp-cli": "16.
|
332
|
-
"tnp-config": "16.
|
333
|
-
"tnp-core": "16.
|
334
|
-
"tnp-db": "16.
|
335
|
-
"tnp-models": "16.
|
333
|
+
"tnp-cli": "16.444.1",
|
334
|
+
"tnp-config": "16.444.4",
|
335
|
+
"tnp-core": "16.444.5",
|
336
|
+
"tnp-db": "16.444.1",
|
337
|
+
"tnp-models": "16.444.4",
|
336
338
|
"ts-debug": "1.3.0",
|
337
339
|
"ts-json-schema-generator": "2.1.1",
|
338
340
|
"ts-loader": "2.3.1",
|
@@ -340,13 +342,17 @@
|
|
340
342
|
"tslib": "~2.3.0",
|
341
343
|
"tslint": "5.9.1",
|
342
344
|
"turndown": "7.1.2",
|
345
|
+
"typedoc": "0.25.13",
|
346
|
+
"typedoc-plugin-markdown": "4.0.3",
|
343
347
|
"typescript": "~5.0.2",
|
344
348
|
"typescript-formatter": "~7.2.2",
|
345
349
|
"underscore": "1.9.1",
|
346
350
|
"uuid": "8.3.2",
|
347
351
|
"validator": "9.2.0",
|
348
352
|
"video.js": "8.3.0",
|
349
|
-
"vpn-split": "16.
|
353
|
+
"vpn-split": "16.444.1",
|
354
|
+
"vscode": "1.1.37",
|
355
|
+
"wait-on": "7.0.1",
|
350
356
|
"watch": "1.0.2",
|
351
357
|
"webpack": "~5.80",
|
352
358
|
"webpack-dev-middleware": "~6.0.2",
|
@@ -357,14 +363,14 @@
|
|
357
363
|
"main": "index.js"
|
358
364
|
},
|
359
365
|
"build": {
|
360
|
-
"number":
|
361
|
-
"date": "2024-
|
362
|
-
"hash": "
|
366
|
+
"number": 455,
|
367
|
+
"date": "2024-06-22T08:01:21.000Z",
|
368
|
+
"hash": "2ddaa80f13ee6253b115346c009317539df5f2d9"
|
363
369
|
},
|
364
370
|
"currentProjectName": "incremental-compiler",
|
365
371
|
"currentProjectGenericName": "incremental-compiler",
|
366
372
|
"currentProjectType": "isomorphic-lib",
|
367
|
-
"currentFrameworkVersion": "16.
|
373
|
+
"currentFrameworkVersion": "16.444.3",
|
368
374
|
"isStandaloneProject": true,
|
369
375
|
"isSmartContainer": false,
|
370
376
|
"pathesTsconfig": "\"paths\": {\"incremental-compiler\":[\"./src/lib\"],\"incremental-compiler/*\":[\"./src/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.
|