incremental-compiler 16.5.16 → 16.5.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.
- 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 +32 -32
- package/lib/base-client-compiler.backend.js +1 -1
- package/lib/base-client-compiler.backend.js.map +1 -1
- package/lib/compiler-manager.backend.d.ts +1 -1
- package/lib/compiler-manager.backend.js +2 -2
- package/lib/compiler-manager.backend.js.map +1 -1
- package/package.json +4 -4
- package/package.json_devDependencies.json +216 -216
- package/package.json_tnp.json5 +54 -54
- package/tmp-environment.json +36 -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.5.
|
|
3
|
+
Assets from this folder are being shipped with this npm package (incremental-compiler@16.5.17)
|
|
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
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
]
|
|
48
48
|
},
|
|
49
49
|
"name": "incremental-compiler",
|
|
50
|
-
"version": "16.5.
|
|
50
|
+
"version": "16.5.17",
|
|
51
51
|
"license": "MIT",
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@parcel/watcher": "2.3.0",
|
|
@@ -59,11 +59,11 @@
|
|
|
59
59
|
"dateformat": "3.0.3",
|
|
60
60
|
"fs-extra": "8.1.0",
|
|
61
61
|
"glob": "7.1.2",
|
|
62
|
-
"tnp-helpers": "~16.5.
|
|
63
|
-
"typescript-class-helpers": "~16.5.
|
|
62
|
+
"tnp-helpers": "~16.5.8",
|
|
63
|
+
"typescript-class-helpers": "~16.5.8"
|
|
64
64
|
},
|
|
65
65
|
"private": false,
|
|
66
|
-
"lastBuildTagHash": "
|
|
66
|
+
"lastBuildTagHash": "f6750db82315fbb0dd346aa894cc43e3890533b1",
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@angular-devkit/build-angular": "~16.0.5",
|
|
69
69
|
"@angular-devkit/core": "~16.0.5",
|
|
@@ -140,9 +140,9 @@
|
|
|
140
140
|
"angular-material-css-vars": "5.0.2",
|
|
141
141
|
"angular-resize-event": "3.2.0",
|
|
142
142
|
"animate.css": "4.1.1 ",
|
|
143
|
-
"any-project-cli": "~16.5.
|
|
143
|
+
"any-project-cli": "~16.5.6",
|
|
144
144
|
"axios": "1.3.5",
|
|
145
|
-
"background-worker-process": "~16.5.
|
|
145
|
+
"background-worker-process": "~16.5.6",
|
|
146
146
|
"base32": "0.0.7",
|
|
147
147
|
"bcryptjs": "2.4.3",
|
|
148
148
|
"better-sqlite3": "7.6.2",
|
|
@@ -187,13 +187,13 @@
|
|
|
187
187
|
"file-saver": "2.0.5",
|
|
188
188
|
"file-type": "18.5.0",
|
|
189
189
|
"firedev": "^16",
|
|
190
|
-
"firedev-crud": "~16.5.
|
|
191
|
-
"firedev-crud-deamon": "~16.5.
|
|
192
|
-
"firedev-ports": "~16.5.
|
|
193
|
-
"firedev-storage": "~16.5.
|
|
194
|
-
"firedev-type-sql": "~16.5.
|
|
195
|
-
"firedev-typeorm": "~16.5.
|
|
196
|
-
"firedev-ui": "~16.5.
|
|
190
|
+
"firedev-crud": "~16.5.7",
|
|
191
|
+
"firedev-crud-deamon": "~16.5.6",
|
|
192
|
+
"firedev-ports": "~16.5.6",
|
|
193
|
+
"firedev-storage": "~16.5.6",
|
|
194
|
+
"firedev-type-sql": "~16.5.6",
|
|
195
|
+
"firedev-typeorm": "~16.5.7",
|
|
196
|
+
"firedev-ui": "~16.5.6",
|
|
197
197
|
"fkill": "6.1.0",
|
|
198
198
|
"font-awesome": "4.7.0",
|
|
199
199
|
"form-data": "4.0.0",
|
|
@@ -208,11 +208,11 @@
|
|
|
208
208
|
"image-focus": "1.2.1",
|
|
209
209
|
"immer": "10.0.2",
|
|
210
210
|
"immutable": "4.3.0",
|
|
211
|
-
"incremental-compiler": "~16.5.
|
|
211
|
+
"incremental-compiler": "~16.5.16",
|
|
212
212
|
"inquirer": "7.3.3",
|
|
213
213
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
214
214
|
"is-elevated": "3.0.0",
|
|
215
|
-
"isomorphic-region-loader": "~16.5.
|
|
215
|
+
"isomorphic-region-loader": "~16.5.6",
|
|
216
216
|
"istanbul-instrumenter-loader": "2.0.0",
|
|
217
217
|
"jest": "29.5.0",
|
|
218
218
|
"jest-date-mock": "1.0.8",
|
|
@@ -223,8 +223,8 @@
|
|
|
223
223
|
"joi": "17.9.2",
|
|
224
224
|
"jscodeshift": "0.6.3",
|
|
225
225
|
"json-stringify-safe": "5.0.1",
|
|
226
|
-
"json10": "~16.5.
|
|
227
|
-
"json10-writer": "~16.5.
|
|
226
|
+
"json10": "~16.5.6",
|
|
227
|
+
"json10-writer": "~16.5.7",
|
|
228
228
|
"json5": "2.2.1",
|
|
229
229
|
"json5-writer": "0.2.0",
|
|
230
230
|
"jszip": "3.10.1",
|
|
@@ -233,23 +233,23 @@
|
|
|
233
233
|
"localforage": "1.10.0",
|
|
234
234
|
"lockfile": "1.0.4",
|
|
235
235
|
"lodash": "4.17.20",
|
|
236
|
-
"lodash-walk-object": "~16.5.
|
|
236
|
+
"lodash-walk-object": "~16.5.6",
|
|
237
237
|
"lowdb": "1.0.0",
|
|
238
|
-
"magic-renamer": "~16.5.
|
|
238
|
+
"magic-renamer": "~16.5.6",
|
|
239
239
|
"material-design-icons": "3.0.1",
|
|
240
240
|
"method-override": "2.3.10",
|
|
241
241
|
"minimist": "1.2.0",
|
|
242
242
|
"mkdirp": "0.5.1",
|
|
243
243
|
"mocha": "10.2.0",
|
|
244
244
|
"moment": "2.29.3",
|
|
245
|
-
"morphi": "~16.5.
|
|
245
|
+
"morphi": "~16.5.6",
|
|
246
246
|
"ng-for-track-by-property": "16.0.1",
|
|
247
247
|
"ng-in-viewport": "15.0.2",
|
|
248
248
|
"ng-lock": "16.0.1",
|
|
249
249
|
"ng-packagr": "16.0.1",
|
|
250
|
-
"ng-talkback": "~16.5.
|
|
251
|
-
"ng2-logger": "~16.5.
|
|
252
|
-
"ng2-rest": "~16.5.
|
|
250
|
+
"ng-talkback": "~16.5.6",
|
|
251
|
+
"ng2-logger": "~16.5.9",
|
|
252
|
+
"ng2-rest": "~16.5.6",
|
|
253
253
|
"ngx-ace-wrapper": "14.0.0",
|
|
254
254
|
"ngx-editor": "15.3.0",
|
|
255
255
|
"ngx-highlightjs": "9.0.0",
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
"ngx-scrolltop": "6.0.0",
|
|
263
263
|
"ngx-store": "3.1.1",
|
|
264
264
|
"ngx-typed-js": "2.1.1",
|
|
265
|
-
"node-cli-tester": "~16.5.
|
|
265
|
+
"node-cli-tester": "~16.5.6",
|
|
266
266
|
"node-localstorage": "2.1.6",
|
|
267
267
|
"node-notifier": "6.0.0",
|
|
268
268
|
"node-polyfill-webpack-plugin": "2.0.1",
|
|
@@ -289,7 +289,7 @@
|
|
|
289
289
|
"q": "1.5.1",
|
|
290
290
|
"rallax.js": "2.0.4",
|
|
291
291
|
"randomcolor": "0.5.3",
|
|
292
|
-
"record-replay-req-res-scenario": "~16.5.
|
|
292
|
+
"record-replay-req-res-scenario": "~16.5.6",
|
|
293
293
|
"reflect-metadata": "0.1.10",
|
|
294
294
|
"rimraf": "2.6.2",
|
|
295
295
|
"rxjs": "~7.8.0",
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
"socket.io": "2.4.1",
|
|
301
301
|
"sort-package-json": "1.11.0",
|
|
302
302
|
"sql.js": "1.8.0",
|
|
303
|
-
"static-columns": "~16.5.
|
|
303
|
+
"static-columns": "~16.5.7",
|
|
304
304
|
"string-similarity": "4.0.2",
|
|
305
305
|
"sudo-block": "3.0.0",
|
|
306
306
|
"supertest": "6.3.3",
|
|
@@ -308,11 +308,11 @@
|
|
|
308
308
|
"systeminformation": "3.45.7",
|
|
309
309
|
"task.js": "0.1.5",
|
|
310
310
|
"threads": "1.7.0",
|
|
311
|
-
"tnp-cli": "~16.5.
|
|
312
|
-
"tnp-config": "~16.5.
|
|
313
|
-
"tnp-core": "~16.5.
|
|
314
|
-
"tnp-db": "~16.5.
|
|
315
|
-
"tnp-models": "~16.5.
|
|
311
|
+
"tnp-cli": "~16.5.6",
|
|
312
|
+
"tnp-config": "~16.5.8",
|
|
313
|
+
"tnp-core": "~16.5.13",
|
|
314
|
+
"tnp-db": "~16.5.6",
|
|
315
|
+
"tnp-models": "~16.5.7",
|
|
316
316
|
"ts-debug": "1.3.0",
|
|
317
317
|
"ts-loader": "2.3.1",
|
|
318
318
|
"ts-node": "10.9.1",
|
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
"uuid": "8.3.2",
|
|
327
327
|
"validator": "9.2.0",
|
|
328
328
|
"video.js": "8.3.0",
|
|
329
|
-
"vpn-split": "~16.5.
|
|
329
|
+
"vpn-split": "~16.5.7",
|
|
330
330
|
"watch": "1.0.2",
|
|
331
331
|
"yup": "1.1.1",
|
|
332
332
|
"zone.js": "~0.13.0"
|
|
@@ -132,7 +132,7 @@ var BaseClientCompiler = /** @class */ (function () {
|
|
|
132
132
|
return [4 /*yield*/, this.compilationWrapper(function () { return tslib_1.__awaiter(_this, void 0, void 0, function () {
|
|
133
133
|
return tslib_1.__generator(this, function (_a) {
|
|
134
134
|
switch (_a.label) {
|
|
135
|
-
case 0: return [4 /*yield*/, compiler_manager_backend_1.CompilerManager.Instance.syncInit(this)];
|
|
135
|
+
case 0: return [4 /*yield*/, compiler_manager_backend_1.CompilerManager.Instance.syncInit(this, initalParams)];
|
|
136
136
|
case 1:
|
|
137
137
|
_a.sent();
|
|
138
138
|
return [2 /*return*/];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-client-compiler.backend.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;;AAAA,iBAAiB;AACjB,qCAA2D;AAC3D,qEAAiD;AAEjD,uEAA6D;AAC7D,qDAAmD;AAEnD,qCAAmC;AACnC,mCAA8B;AAE9B,YAAY;AAEZ;IA+DE,YAAY;IAEZ,YAAY;IAEZ,qBAAqB;IACrB,4BAAY,OAA0C;QA/DtC,qBAAgB,GAAiC,EAAE,CAAA;QAQ5D,uBAAkB,GAAG,kBAAO,CAAC,kBAAkB,CAAC;QAC/C,gBAAW,GAAG,KAAK,CAAC;QACpB,sBAAiB,GAAG,KAAK,CAAC;QAC1B,iBAAY,GAAa,EAAE,CAAC;QAC7B,mBAAc,GAAa,EAAE,CAAC;QAC7B,4BAAuB,GAAa,EAAE,CAAC;QA8E/C,YAAY;QAEF,kBAAa,GAAG,IAAI,CAAC;QAoF/B,YAAY;QAEZ,YAAY;QAEZ,yBAAyB;QAEzB,iBAAY,GAAqH,EAAS,CAAC;QAvHzI,IAAI,YAAC,CAAC,WAAW,CAAC,OAAO,CAAC,EAAE;YAC1B,IAAI,CAAC,iBAAiB,GAAG,KAAK,CAAC;YAC/B,kBAAO,CAAC,GAAG,CAAC,oEAAoE,CAAC,CAAA;SAClF;aAAM;YACL,IAAI,CAAC,iBAAiB,GAAG,IAAI,CAAC;YAC9B,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;SACrB;IACH,CAAC;IAnDD,sBAAI,mCAAG;QALP,YAAY;QAEZ,4BAA4B;QAE5B,kCAAkC;aAClC;YACE,OAAO,UAAG,gCAAK,CAAC,iBAAiB,CAAC,IAAI,CAAC,eAAK,YAAC,CAAC,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAE,CAAC;QAC3E,CAAC;;;OAAA;IAID,sBAAI,wCAAQ;QAHZ,YAAY;QAEZ,wCAAwC;aACxC;YACE,OAAO,IAAI,CAAC,iBAAiB,CAAC;QAChC,CAAC;;;OAAA;IAID,sBAAI,sDAAsB;QAH1B,YAAY;QAEZ,wDAAwD;aACxD;YACE,OAAO,IAAI,CAAC,uBAAuB,CAAC;QACtC,CAAC;aACD,UAAmC,CAAC;YAClC,IAAI,CAAC,uBAAuB,GAAG,CAAC,CAAC;QACnC,CAAC;;;OAHA;IAOD,sBAAW,0CAAU;aAGrB;YAAA,iBAaC;YAZC,IAAI,CAAC,IAAI,CAAC,WAAW,EAAE;gBACrB,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC;gBACxB,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,UAAA,CAAC;oBACrB,IAAI,cAAG,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE;wBACrB,OAAO,IAAA,4BAAiB,EAAC,eAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC;qBAC3C;yBAAM;wBACL,kBAAO,CAAC,IAAI,CAAC,wCAAgC,gCAAK,CAAC,iBAAiB,CAAC,KAAI,CAAC,6CAAkC,KAAI,CAAC,UAAU,CAAE,CAAC,CAAA;wBAC9H,OAAO,KAAK,CAAC,CAAC;qBACf;gBACH,CAAC,CAAC,CAAC,MAAM,CAAC,UAAA,CAAC,IAAI,OAAA,CAAC,CAAC,CAAC,EAAH,CAAG,CAAC,CAAC;aACrB;YACD,OAAO,IAAI,CAAC,YAAY,CAAC;QAC3B,CAAC;QAnBD,YAAY;QAEZ,0CAA0C;aAC1C,UAAsB,CAAC;YACrB,IAAI,CAAC,YAAY,GAAG,CAAC,CAAC;QACxB,CAAC;;;OAAA;IA6BD,YAAY;IAEZ,qBAAqB;IAErB,oCAAoC;IACpC;;OAEG;IACO,wCAAW,GAArB,UAAsB,OAA0C;QAC9D,IAAI,IAAI,CAAC,iBAAiB,KAAK,IAAI,EAAE;YACnC,kBAAO,CAAC,IAAI,CAAC,iEAAiE;kBAC1E,+CAA+C,EAAE,IAAI,CAAC,CAAC;SAC5D;QACD,IAAI,CAAC,OAAO,EAAE;YACZ,kBAAO,CAAC,KAAK,CAAC,iEAAiE,EAAE,KAAK,EAAE,IAAI,CAAC,CAAC;SAC/F;QACD,IAAI,CAAC,iBAAiB,GAAG,IAAI,CAAC;QAC9B,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;IACtB,CAAC;IAID,6BAA6B;IAC7B;;OAEG;IACU,kCAAK,GAAlB,UAAmB,OAA4C;;;;;;;wBAGzD,KAAgD,OAAO,IAAI,EAAE,EAA3D,QAAQ,cAAA,EAAE,iBAAiB,uBAAA,EAAE,YAAY,kBAAA,CAAmB;wBAElE,0CAAe,CAAC,QAAQ,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;wBACzC,IAAI,CAAC,IAAI,CAAC,iBAAiB,EAAE;4BAC3B,kBAAO,CAAC,KAAK,CAAC,oEAAoE,EAAE,KAAK,EAAE,IAAI,CAAC,CAAA;yBACjG;wBAED,QAAQ,GAAG,IAAI,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC;wBACtC,aAAa;wBACb,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;wBACzB,qBAAM,IAAI,CAAC,kBAAkB,CAAC;;;gDAC5B,qBAAM,0CAAe,CAAC,QAAQ,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAA;;
|
|
1
|
+
{"version":3,"file":"base-client-compiler.backend.js","sourceRoot":"","sources":[""],"names":[],"mappings":"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"}
|
|
@@ -13,7 +13,7 @@ export declare class CompilerManager {
|
|
|
13
13
|
get<T = BaseClientCompiler<any>>(clientNameOrClass: string | Function, condition: (c: T) => boolean): BaseClientCompiler<any>[] | T[];
|
|
14
14
|
};
|
|
15
15
|
private constructor();
|
|
16
|
-
syncInit(client: BaseClientCompiler<any
|
|
16
|
+
syncInit(client: BaseClientCompiler<any>, initalParams: any): Promise<void>;
|
|
17
17
|
asyncInit(client: BaseClientCompiler<any>, initialParams: any): Promise<void>;
|
|
18
18
|
private actionForAsyncEvent;
|
|
19
19
|
addClient(client: BaseClientCompiler<any>): void;
|
|
@@ -56,7 +56,7 @@ var CompilerManager = /** @class */ (function () {
|
|
|
56
56
|
//#endregion
|
|
57
57
|
//#region methods
|
|
58
58
|
//#region methods / sync init
|
|
59
|
-
CompilerManager.prototype.syncInit = function (client) {
|
|
59
|
+
CompilerManager.prototype.syncInit = function (client, initalParams) {
|
|
60
60
|
return tslib_1.__awaiter(this, void 0, void 0, function () {
|
|
61
61
|
var files, index, absFilePath, fileShouldBeCached;
|
|
62
62
|
return tslib_1.__generator(this, function (_a) {
|
|
@@ -99,7 +99,7 @@ var CompilerManager = /** @class */ (function () {
|
|
|
99
99
|
this.filesContentCache[absFilePath] = (tnp_helpers_1.Helpers.readFile(absFilePath) || '').trim();
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
|
-
return [4 /*yield*/, client.syncAction(files)];
|
|
102
|
+
return [4 /*yield*/, client.syncAction(files, initalParams)];
|
|
103
103
|
case 1:
|
|
104
104
|
_a.sent();
|
|
105
105
|
return [2 /*return*/];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"compiler-manager.backend.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;;AAAA,iBAAiB;AACjB,qCAAiE;AACjE,qEAAiD;AACjD,qDAA8D;AAC9D,2CAAsC;AACtC,mEAAwD;AAGxD,yCAA+C;AAC/C,6DAAuF;AAGvF,kCAAkC;AAClC,qBAAqB;AACrB,gCAAgC;AAChC,YAAY;AACZ,YAAY;AAEZ;IAkCE,YAAY;IAEZ,qBAAqB;IACrB;QA3BA,YAAY;QACZ,YAAY;QAEZ,0BAA0B;QAClB,aAAQ,GAAG,EAA4D,CAAC;QAExE,0BAAqB,GAAG,EAAyC,CAAC;QAClE,YAAO,GAA8B,EAAE,CAAC;QAExC,WAAM,GAAG,KAAK,CAAC;QACf,sBAAiB,GAAG,EAAE,CAAC;IAiBP,CAAC;IAjCzB,sBAAkB,2BAAQ;aAA1B;YACE,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE;gBACnB,IAAI,CAAC,SAAS,GAAG,IAAI,eAAe,EAAE,CAAC;aACxC;YACD,OAAO,IAAI,CAAC,SAAS,CAAC;QACxB,CAAC;;;OAAA;IAaD,sBAAW,uCAAU;aAArB;YACE,IAAM,IAAI,GAAG,IAAI,CAAC;YAClB,OAAO;gBACL,GAAG,YAA8B,iBAAoC,EAAE,SAA4B;oBAEjG,IAAI,YAAC,CAAC,WAAW,CAAC,iBAAiB,CAAC,IAAI,YAAC,CAAC,WAAW,CAAC,SAAS,CAAC,EAAE;wBAChE,OAAO,IAAI,CAAC,OAAO,CAAC;qBACrB;oBACD,OAAO,IAAA,2BAAS,EAAC,iBAAiB,EAAE,SAAS,EAAE,IAAI,CAAC,OAAO,CAAC,CAAA;gBAC9D,CAAC;aACF,CAAA;QACH,CAAC;;;OAAA;IAKD,YAAY;IAEZ,iBAAiB;IAEjB,6BAA6B;IAChB,kCAAQ,GAArB,UAAsB,MAA+B;;;;;;
|
|
1
|
+
{"version":3,"file":"compiler-manager.backend.js","sourceRoot":"","sources":[""],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
]
|
|
48
48
|
},
|
|
49
49
|
"name": "incremental-compiler",
|
|
50
|
-
"version": "16.5.
|
|
50
|
+
"version": "16.5.17",
|
|
51
51
|
"license": "MIT",
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@parcel/watcher": "2.3.0",
|
|
@@ -59,10 +59,10 @@
|
|
|
59
59
|
"dateformat": "3.0.3",
|
|
60
60
|
"fs-extra": "8.1.0",
|
|
61
61
|
"glob": "7.1.2",
|
|
62
|
-
"tnp-helpers": "~16.5.
|
|
63
|
-
"typescript-class-helpers": "~16.5.
|
|
62
|
+
"tnp-helpers": "~16.5.8",
|
|
63
|
+
"typescript-class-helpers": "~16.5.8"
|
|
64
64
|
},
|
|
65
65
|
"private": false,
|
|
66
|
-
"lastBuildTagHash": "
|
|
66
|
+
"lastBuildTagHash": "f6750db82315fbb0dd346aa894cc43e3890533b1",
|
|
67
67
|
"devDependencies": {}
|
|
68
68
|
}
|
|
@@ -1,216 +1,216 @@
|
|
|
1
|
-
{
|
|
2
|
-
"@angular-devkit/build-angular": "0.901.3",
|
|
3
|
-
"@angular-devkit/build-optimizer": "0.900.0-rc.7",
|
|
4
|
-
"@angular-devkit/schematics": "9.0.0-rc.7",
|
|
5
|
-
"@angular/animations": "9.1.3",
|
|
6
|
-
"@angular/cdk": "9.2.1",
|
|
7
|
-
"@angular/cli": "9.1.3",
|
|
8
|
-
"@angular/common": "9.1.3",
|
|
9
|
-
"@angular/compiler": "9.1.3",
|
|
10
|
-
"@angular/compiler-cli": "9.1.3",
|
|
11
|
-
"@angular/core": "9.1.3",
|
|
12
|
-
"@angular/forms": "9.1.3",
|
|
13
|
-
"@angular/http": "7.2.15",
|
|
14
|
-
"@angular/language-service": "9.1.3",
|
|
15
|
-
"@angular/material": "9.2.1",
|
|
16
|
-
"@angular/platform-browser": "9.1.3",
|
|
17
|
-
"@angular/platform-browser-dynamic": "9.1.3",
|
|
18
|
-
"@angular/pwa": "0.900.0-rc.7",
|
|
19
|
-
"@angular/router": "9.1.3",
|
|
20
|
-
"@angular/service-worker": "9.1.3",
|
|
21
|
-
"@mdi/js": "5.8.55",
|
|
22
|
-
"@ngx-formly/bootstrap": "5.5.6",
|
|
23
|
-
"@ngx-formly/core": "5.5.6",
|
|
24
|
-
"@ngx-formly/ionic": "5.5.6",
|
|
25
|
-
"@ngx-formly/material": "5.5.6",
|
|
26
|
-
"@ngx-loading-bar/core": "4.2.0",
|
|
27
|
-
"@ngx-loading-bar/http": "4.2.0",
|
|
28
|
-
"@ngx-loading-bar/router": "4.2.0",
|
|
29
|
-
"@ngx-translate/core": "11.0.1",
|
|
30
|
-
"@ngx-translate/http-loader": "4.0.0",
|
|
31
|
-
"@swimlane/ngx-datatable": "16.0.2",
|
|
32
|
-
"@types/chai": "4.1.2",
|
|
33
|
-
"@types/diff": "3.2.2",
|
|
34
|
-
"@types/express": "4.11.0",
|
|
35
|
-
"@types/express-fileupload": "0.1.1",
|
|
36
|
-
"@types/http-proxy": "1.16.0",
|
|
37
|
-
"@types/http-proxy-middleware": "0.19.2",
|
|
38
|
-
"@types/inquirer": "7.3.1",
|
|
39
|
-
"@types/jasmine": "3.5.0",
|
|
40
|
-
"@types/jasminewd2": "2.0.3",
|
|
41
|
-
"@types/json-stringify-safe": "5.0.0",
|
|
42
|
-
"@types/json5": "0.0.29",
|
|
43
|
-
"@types/lockfile": "1.0.0",
|
|
44
|
-
"@types/lodash": "4.14.92",
|
|
45
|
-
"@types/lowdb": "1.0.6",
|
|
46
|
-
"@types/mocha": "5.2.5",
|
|
47
|
-
"@types/node": "12.11.1",
|
|
48
|
-
"@types/node-notifier": "5.4.0",
|
|
49
|
-
"@types/oauth2orize": "1.8.0",
|
|
50
|
-
"@types/password-hash": "1.2.19",
|
|
51
|
-
"@types/progress": "2.0.3",
|
|
52
|
-
"@types/q": "1.0.3",
|
|
53
|
-
"@types/rimraf": "2.0.2",
|
|
54
|
-
"@types/systeminformation": "3.23.0",
|
|
55
|
-
"@types/vinyl": "2.0.2",
|
|
56
|
-
"@types/watch": "1.0.0",
|
|
57
|
-
"accepts": "1.3.4",
|
|
58
|
-
"angular-tree-component": "7.0.0",
|
|
59
|
-
"axios": "0.17.1",
|
|
60
|
-
"babel-cli": "6.26.0",
|
|
61
|
-
"babel-preset-env": "1.7.0",
|
|
62
|
-
"background-worker-process": "~0.0.34",
|
|
63
|
-
"bcryptjs": "2.4.3",
|
|
64
|
-
"body-parser": "1.18.2",
|
|
65
|
-
"bootstrap": "4.3.1",
|
|
66
|
-
"bs4-breakpoint": "~2.0.40",
|
|
67
|
-
"buffer-shims": "1.0.0",
|
|
68
|
-
"button-dropdown": "~1.0.45",
|
|
69
|
-
"callsite-record": "4.1.3",
|
|
70
|
-
"chai": "4.2.0",
|
|
71
|
-
"chalk": "2.3.2",
|
|
72
|
-
"check-node-version": "3.2.0",
|
|
73
|
-
"cheerio": "1.0.0-rc.3",
|
|
74
|
-
"circular-json": "0.5.1",
|
|
75
|
-
"codelyzer": "5.1.2",
|
|
76
|
-
"command-exists": "1.2.2",
|
|
77
|
-
"compression": "1.7.4",
|
|
78
|
-
"concurrently": "3.5.1",
|
|
79
|
-
"content-type": "1.0.4",
|
|
80
|
-
"cookie-parser": "1.4.3",
|
|
81
|
-
"copy-paste": "1.3.0",
|
|
82
|
-
"core-js-compat": "3.4.0",
|
|
83
|
-
"cors": "2.8.4",
|
|
84
|
-
"cpr": "3.0.1",
|
|
85
|
-
"cross-spawn": "7.0.3",
|
|
86
|
-
"detect-mocha": "0.1.0",
|
|
87
|
-
"diff": "3.2.0",
|
|
88
|
-
"element-resize-detector": "1.1.15",
|
|
89
|
-
"enquirer": "2.3.0",
|
|
90
|
-
"enum-values": "1.2.1",
|
|
91
|
-
"errorhandler": "1.5.0",
|
|
92
|
-
"eslint": "7.13.0",
|
|
93
|
-
"eslint-plugin-import": "2.22.1",
|
|
94
|
-
"eslint-plugin-jsdoc": "30.7.8",
|
|
95
|
-
"eslint-plugin-prefer-arrow": "1.2.2",
|
|
96
|
-
"express": "4.16.3",
|
|
97
|
-
"express-fileupload": "0.4.0",
|
|
98
|
-
"fbgraph": "1.4.1",
|
|
99
|
-
"file-loader": "1.1.5",
|
|
100
|
-
"fkill": "6.1.0",
|
|
101
|
-
"font-awesome": "4.7.0",
|
|
102
|
-
"fuzzy": "0.1.3",
|
|
103
|
-
"gulp": "3.9.1",
|
|
104
|
-
"hammerjs": "2.0.8",
|
|
105
|
-
"hostile": "1.3.3",
|
|
106
|
-
"html-webpack-plugin": "4.3.0",
|
|
107
|
-
"http-proxy": "1.16.2",
|
|
108
|
-
"http-proxy-middleware": "0.19.1",
|
|
109
|
-
"http-server": "0.11.1",
|
|
110
|
-
"incremental-compiler": "~1.1.52",
|
|
111
|
-
"inquirer": "7.3.3",
|
|
112
|
-
"inquirer-autocomplete-prompt": "1.3.0",
|
|
113
|
-
"is-elevated": "3.0.0",
|
|
114
|
-
"istanbul-instrumenter-loader": "2.0.0",
|
|
115
|
-
"jasmine-core": "3.5.0",
|
|
116
|
-
"jasmine-spec-reporter": "4.2.1",
|
|
117
|
-
"json-stringify-safe": "5.0.1",
|
|
118
|
-
"json10": "~1.0.34",
|
|
119
|
-
"json5": "2.1.3",
|
|
120
|
-
"json5-writer": "0.2.0",
|
|
121
|
-
"karma": "5.0.0",
|
|
122
|
-
"karma-chrome-launcher": "3.1.0",
|
|
123
|
-
"karma-cli": "1.0.1",
|
|
124
|
-
"karma-coverage-istanbul-reporter": "2.1.0",
|
|
125
|
-
"karma-jasmine": "3.0.1",
|
|
126
|
-
"karma-jasmine-html-reporter": "1.4.2",
|
|
127
|
-
"lnk": "1.0.1",
|
|
128
|
-
"lockfile": "1.0.4",
|
|
129
|
-
"lodash": "4.17.4",
|
|
130
|
-
"lodash-walk-object": "~1.0.35",
|
|
131
|
-
"lowdb": "1.0.0",
|
|
132
|
-
"magic-renamer": "~0.0.19",
|
|
133
|
-
"material-design-icons": "3.0.1",
|
|
134
|
-
"method-override": "2.3.10",
|
|
135
|
-
"minimist": "1.2.0",
|
|
136
|
-
"mkdirp": "0.5.1",
|
|
137
|
-
"mocha": "5.2.0",
|
|
138
|
-
"moment": "2.22.2",
|
|
139
|
-
"morphi": "~4.0.53",
|
|
140
|
-
"ng-modal-lib": "0.0.6",
|
|
141
|
-
"ng-packagr": "5.7.1",
|
|
142
|
-
"ng-talkback": "~2.4.24",
|
|
143
|
-
"ng2-file-upload": "1.3.0",
|
|
144
|
-
"ng2-logger": "~8.0.20",
|
|
145
|
-
"ng2-rest": "~11.0.41",
|
|
146
|
-
"ng4-icons": "~0.0.29",
|
|
147
|
-
"ng4-modal": "~0.0.29",
|
|
148
|
-
"ngx-bootstrap": "5.2.0",
|
|
149
|
-
"ngx-breadcrumbs": "0.0.3",
|
|
150
|
-
"ngx-editor": "4.1.0",
|
|
151
|
-
"ngx-moment": "3.5.0",
|
|
152
|
-
"ngx-pipes": "2.6.0",
|
|
153
|
-
"ngx-store": "2.1.0",
|
|
154
|
-
"ngx-toastr": "11.2.1",
|
|
155
|
-
"ngx-wig": "8.0.0",
|
|
156
|
-
"node-cli-test": "0.0.2",
|
|
157
|
-
"node-cli-tester": "~0.0.21",
|
|
158
|
-
"node-localstorage": "2.1.6",
|
|
159
|
-
"node-notifier": "6.0.0",
|
|
160
|
-
"nodemon": "1.14.11",
|
|
161
|
-
"npm-get-dependents": "1.0.1",
|
|
162
|
-
"npm-run": "4.1.2",
|
|
163
|
-
"omelette": "0.4.5",
|
|
164
|
-
"open": "7.2.1",
|
|
165
|
-
"ora": "3.4.0",
|
|
166
|
-
"passport": "0.3.2",
|
|
167
|
-
"passport-http-bearer": "1.0.1",
|
|
168
|
-
"password-hash": "1.2.2",
|
|
169
|
-
"portfinder": "1.0.21",
|
|
170
|
-
"prettier": "2.3.2",
|
|
171
|
-
"progress": "2.0.3",
|
|
172
|
-
"prompts": "0.1.8",
|
|
173
|
-
"protractor": "5.4.3",
|
|
174
|
-
"ps-list": "6.1.0",
|
|
175
|
-
"ps-node": "0.1.6",
|
|
176
|
-
"q": "1.5.1",
|
|
177
|
-
"randomcolor": "0.5.3",
|
|
178
|
-
"record-replay-req-res-scenario": "~0.0.25",
|
|
179
|
-
"reflect-metadata": "0.1.10",
|
|
180
|
-
"rimraf": "2.6.2",
|
|
181
|
-
"rxjs": "6.5.4",
|
|
182
|
-
"rxjs-compat": "6.5.3",
|
|
183
|
-
"simple-git": "1.96.0",
|
|
184
|
-
"sloc": "0.2.0",
|
|
185
|
-
"socket.io": "2.4.1",
|
|
186
|
-
"sort-package-json": "1.11.0",
|
|
187
|
-
"static-columns": "~2.0.12",
|
|
188
|
-
"string-similarity": "4.0.2",
|
|
189
|
-
"sudo-block": "3.0.0",
|
|
190
|
-
"systeminformation": "3.45.7",
|
|
191
|
-
"task.js": "0.1.5",
|
|
192
|
-
"tnp-cli": "~2.0.20",
|
|
193
|
-
"tnp-config": "~1.0.20",
|
|
194
|
-
"tnp-core": "~1.0.34",
|
|
195
|
-
"tnp-db": "~0.0.42",
|
|
196
|
-
"tnp-helpers": "~0.0.70",
|
|
197
|
-
"tnp-models": "~0.0.36",
|
|
198
|
-
"tnp-tools": "~0.0.45",
|
|
199
|
-
"tnp-ui": "~0.0.32",
|
|
200
|
-
"ts-loader": "7.0.4",
|
|
201
|
-
"ts-node": "8.3.0",
|
|
202
|
-
"tsickle": "0.26.0",
|
|
203
|
-
"tslib": "2.2.0",
|
|
204
|
-
"tslint": "6.1.0",
|
|
205
|
-
"typeorm": "~0.2.7",
|
|
206
|
-
"typescript": "4.1.5",
|
|
207
|
-
"typescript-formatter": "7.2.2",
|
|
208
|
-
"uglifyjs-webpack-plugin": "2.2.0",
|
|
209
|
-
"underscore": "1.9.1",
|
|
210
|
-
"uuid": "8.3.2",
|
|
211
|
-
"validator": "9.2.0",
|
|
212
|
-
"vpn-split": "~0.0.17",
|
|
213
|
-
"watch": "1.0.2",
|
|
214
|
-
"webpack-cli": "3.3.11",
|
|
215
|
-
"zone.js": "0.10.2"
|
|
216
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"@angular-devkit/build-angular": "0.901.3",
|
|
3
|
+
"@angular-devkit/build-optimizer": "0.900.0-rc.7",
|
|
4
|
+
"@angular-devkit/schematics": "9.0.0-rc.7",
|
|
5
|
+
"@angular/animations": "9.1.3",
|
|
6
|
+
"@angular/cdk": "9.2.1",
|
|
7
|
+
"@angular/cli": "9.1.3",
|
|
8
|
+
"@angular/common": "9.1.3",
|
|
9
|
+
"@angular/compiler": "9.1.3",
|
|
10
|
+
"@angular/compiler-cli": "9.1.3",
|
|
11
|
+
"@angular/core": "9.1.3",
|
|
12
|
+
"@angular/forms": "9.1.3",
|
|
13
|
+
"@angular/http": "7.2.15",
|
|
14
|
+
"@angular/language-service": "9.1.3",
|
|
15
|
+
"@angular/material": "9.2.1",
|
|
16
|
+
"@angular/platform-browser": "9.1.3",
|
|
17
|
+
"@angular/platform-browser-dynamic": "9.1.3",
|
|
18
|
+
"@angular/pwa": "0.900.0-rc.7",
|
|
19
|
+
"@angular/router": "9.1.3",
|
|
20
|
+
"@angular/service-worker": "9.1.3",
|
|
21
|
+
"@mdi/js": "5.8.55",
|
|
22
|
+
"@ngx-formly/bootstrap": "5.5.6",
|
|
23
|
+
"@ngx-formly/core": "5.5.6",
|
|
24
|
+
"@ngx-formly/ionic": "5.5.6",
|
|
25
|
+
"@ngx-formly/material": "5.5.6",
|
|
26
|
+
"@ngx-loading-bar/core": "4.2.0",
|
|
27
|
+
"@ngx-loading-bar/http": "4.2.0",
|
|
28
|
+
"@ngx-loading-bar/router": "4.2.0",
|
|
29
|
+
"@ngx-translate/core": "11.0.1",
|
|
30
|
+
"@ngx-translate/http-loader": "4.0.0",
|
|
31
|
+
"@swimlane/ngx-datatable": "16.0.2",
|
|
32
|
+
"@types/chai": "4.1.2",
|
|
33
|
+
"@types/diff": "3.2.2",
|
|
34
|
+
"@types/express": "4.11.0",
|
|
35
|
+
"@types/express-fileupload": "0.1.1",
|
|
36
|
+
"@types/http-proxy": "1.16.0",
|
|
37
|
+
"@types/http-proxy-middleware": "0.19.2",
|
|
38
|
+
"@types/inquirer": "7.3.1",
|
|
39
|
+
"@types/jasmine": "3.5.0",
|
|
40
|
+
"@types/jasminewd2": "2.0.3",
|
|
41
|
+
"@types/json-stringify-safe": "5.0.0",
|
|
42
|
+
"@types/json5": "0.0.29",
|
|
43
|
+
"@types/lockfile": "1.0.0",
|
|
44
|
+
"@types/lodash": "4.14.92",
|
|
45
|
+
"@types/lowdb": "1.0.6",
|
|
46
|
+
"@types/mocha": "5.2.5",
|
|
47
|
+
"@types/node": "12.11.1",
|
|
48
|
+
"@types/node-notifier": "5.4.0",
|
|
49
|
+
"@types/oauth2orize": "1.8.0",
|
|
50
|
+
"@types/password-hash": "1.2.19",
|
|
51
|
+
"@types/progress": "2.0.3",
|
|
52
|
+
"@types/q": "1.0.3",
|
|
53
|
+
"@types/rimraf": "2.0.2",
|
|
54
|
+
"@types/systeminformation": "3.23.0",
|
|
55
|
+
"@types/vinyl": "2.0.2",
|
|
56
|
+
"@types/watch": "1.0.0",
|
|
57
|
+
"accepts": "1.3.4",
|
|
58
|
+
"angular-tree-component": "7.0.0",
|
|
59
|
+
"axios": "0.17.1",
|
|
60
|
+
"babel-cli": "6.26.0",
|
|
61
|
+
"babel-preset-env": "1.7.0",
|
|
62
|
+
"background-worker-process": "~0.0.34",
|
|
63
|
+
"bcryptjs": "2.4.3",
|
|
64
|
+
"body-parser": "1.18.2",
|
|
65
|
+
"bootstrap": "4.3.1",
|
|
66
|
+
"bs4-breakpoint": "~2.0.40",
|
|
67
|
+
"buffer-shims": "1.0.0",
|
|
68
|
+
"button-dropdown": "~1.0.45",
|
|
69
|
+
"callsite-record": "4.1.3",
|
|
70
|
+
"chai": "4.2.0",
|
|
71
|
+
"chalk": "2.3.2",
|
|
72
|
+
"check-node-version": "3.2.0",
|
|
73
|
+
"cheerio": "1.0.0-rc.3",
|
|
74
|
+
"circular-json": "0.5.1",
|
|
75
|
+
"codelyzer": "5.1.2",
|
|
76
|
+
"command-exists": "1.2.2",
|
|
77
|
+
"compression": "1.7.4",
|
|
78
|
+
"concurrently": "3.5.1",
|
|
79
|
+
"content-type": "1.0.4",
|
|
80
|
+
"cookie-parser": "1.4.3",
|
|
81
|
+
"copy-paste": "1.3.0",
|
|
82
|
+
"core-js-compat": "3.4.0",
|
|
83
|
+
"cors": "2.8.4",
|
|
84
|
+
"cpr": "3.0.1",
|
|
85
|
+
"cross-spawn": "7.0.3",
|
|
86
|
+
"detect-mocha": "0.1.0",
|
|
87
|
+
"diff": "3.2.0",
|
|
88
|
+
"element-resize-detector": "1.1.15",
|
|
89
|
+
"enquirer": "2.3.0",
|
|
90
|
+
"enum-values": "1.2.1",
|
|
91
|
+
"errorhandler": "1.5.0",
|
|
92
|
+
"eslint": "7.13.0",
|
|
93
|
+
"eslint-plugin-import": "2.22.1",
|
|
94
|
+
"eslint-plugin-jsdoc": "30.7.8",
|
|
95
|
+
"eslint-plugin-prefer-arrow": "1.2.2",
|
|
96
|
+
"express": "4.16.3",
|
|
97
|
+
"express-fileupload": "0.4.0",
|
|
98
|
+
"fbgraph": "1.4.1",
|
|
99
|
+
"file-loader": "1.1.5",
|
|
100
|
+
"fkill": "6.1.0",
|
|
101
|
+
"font-awesome": "4.7.0",
|
|
102
|
+
"fuzzy": "0.1.3",
|
|
103
|
+
"gulp": "3.9.1",
|
|
104
|
+
"hammerjs": "2.0.8",
|
|
105
|
+
"hostile": "1.3.3",
|
|
106
|
+
"html-webpack-plugin": "4.3.0",
|
|
107
|
+
"http-proxy": "1.16.2",
|
|
108
|
+
"http-proxy-middleware": "0.19.1",
|
|
109
|
+
"http-server": "0.11.1",
|
|
110
|
+
"incremental-compiler": "~1.1.52",
|
|
111
|
+
"inquirer": "7.3.3",
|
|
112
|
+
"inquirer-autocomplete-prompt": "1.3.0",
|
|
113
|
+
"is-elevated": "3.0.0",
|
|
114
|
+
"istanbul-instrumenter-loader": "2.0.0",
|
|
115
|
+
"jasmine-core": "3.5.0",
|
|
116
|
+
"jasmine-spec-reporter": "4.2.1",
|
|
117
|
+
"json-stringify-safe": "5.0.1",
|
|
118
|
+
"json10": "~1.0.34",
|
|
119
|
+
"json5": "2.1.3",
|
|
120
|
+
"json5-writer": "0.2.0",
|
|
121
|
+
"karma": "5.0.0",
|
|
122
|
+
"karma-chrome-launcher": "3.1.0",
|
|
123
|
+
"karma-cli": "1.0.1",
|
|
124
|
+
"karma-coverage-istanbul-reporter": "2.1.0",
|
|
125
|
+
"karma-jasmine": "3.0.1",
|
|
126
|
+
"karma-jasmine-html-reporter": "1.4.2",
|
|
127
|
+
"lnk": "1.0.1",
|
|
128
|
+
"lockfile": "1.0.4",
|
|
129
|
+
"lodash": "4.17.4",
|
|
130
|
+
"lodash-walk-object": "~1.0.35",
|
|
131
|
+
"lowdb": "1.0.0",
|
|
132
|
+
"magic-renamer": "~0.0.19",
|
|
133
|
+
"material-design-icons": "3.0.1",
|
|
134
|
+
"method-override": "2.3.10",
|
|
135
|
+
"minimist": "1.2.0",
|
|
136
|
+
"mkdirp": "0.5.1",
|
|
137
|
+
"mocha": "5.2.0",
|
|
138
|
+
"moment": "2.22.2",
|
|
139
|
+
"morphi": "~4.0.53",
|
|
140
|
+
"ng-modal-lib": "0.0.6",
|
|
141
|
+
"ng-packagr": "5.7.1",
|
|
142
|
+
"ng-talkback": "~2.4.24",
|
|
143
|
+
"ng2-file-upload": "1.3.0",
|
|
144
|
+
"ng2-logger": "~8.0.20",
|
|
145
|
+
"ng2-rest": "~11.0.41",
|
|
146
|
+
"ng4-icons": "~0.0.29",
|
|
147
|
+
"ng4-modal": "~0.0.29",
|
|
148
|
+
"ngx-bootstrap": "5.2.0",
|
|
149
|
+
"ngx-breadcrumbs": "0.0.3",
|
|
150
|
+
"ngx-editor": "4.1.0",
|
|
151
|
+
"ngx-moment": "3.5.0",
|
|
152
|
+
"ngx-pipes": "2.6.0",
|
|
153
|
+
"ngx-store": "2.1.0",
|
|
154
|
+
"ngx-toastr": "11.2.1",
|
|
155
|
+
"ngx-wig": "8.0.0",
|
|
156
|
+
"node-cli-test": "0.0.2",
|
|
157
|
+
"node-cli-tester": "~0.0.21",
|
|
158
|
+
"node-localstorage": "2.1.6",
|
|
159
|
+
"node-notifier": "6.0.0",
|
|
160
|
+
"nodemon": "1.14.11",
|
|
161
|
+
"npm-get-dependents": "1.0.1",
|
|
162
|
+
"npm-run": "4.1.2",
|
|
163
|
+
"omelette": "0.4.5",
|
|
164
|
+
"open": "7.2.1",
|
|
165
|
+
"ora": "3.4.0",
|
|
166
|
+
"passport": "0.3.2",
|
|
167
|
+
"passport-http-bearer": "1.0.1",
|
|
168
|
+
"password-hash": "1.2.2",
|
|
169
|
+
"portfinder": "1.0.21",
|
|
170
|
+
"prettier": "2.3.2",
|
|
171
|
+
"progress": "2.0.3",
|
|
172
|
+
"prompts": "0.1.8",
|
|
173
|
+
"protractor": "5.4.3",
|
|
174
|
+
"ps-list": "6.1.0",
|
|
175
|
+
"ps-node": "0.1.6",
|
|
176
|
+
"q": "1.5.1",
|
|
177
|
+
"randomcolor": "0.5.3",
|
|
178
|
+
"record-replay-req-res-scenario": "~0.0.25",
|
|
179
|
+
"reflect-metadata": "0.1.10",
|
|
180
|
+
"rimraf": "2.6.2",
|
|
181
|
+
"rxjs": "6.5.4",
|
|
182
|
+
"rxjs-compat": "6.5.3",
|
|
183
|
+
"simple-git": "1.96.0",
|
|
184
|
+
"sloc": "0.2.0",
|
|
185
|
+
"socket.io": "2.4.1",
|
|
186
|
+
"sort-package-json": "1.11.0",
|
|
187
|
+
"static-columns": "~2.0.12",
|
|
188
|
+
"string-similarity": "4.0.2",
|
|
189
|
+
"sudo-block": "3.0.0",
|
|
190
|
+
"systeminformation": "3.45.7",
|
|
191
|
+
"task.js": "0.1.5",
|
|
192
|
+
"tnp-cli": "~2.0.20",
|
|
193
|
+
"tnp-config": "~1.0.20",
|
|
194
|
+
"tnp-core": "~1.0.34",
|
|
195
|
+
"tnp-db": "~0.0.42",
|
|
196
|
+
"tnp-helpers": "~0.0.70",
|
|
197
|
+
"tnp-models": "~0.0.36",
|
|
198
|
+
"tnp-tools": "~0.0.45",
|
|
199
|
+
"tnp-ui": "~0.0.32",
|
|
200
|
+
"ts-loader": "7.0.4",
|
|
201
|
+
"ts-node": "8.3.0",
|
|
202
|
+
"tsickle": "0.26.0",
|
|
203
|
+
"tslib": "2.2.0",
|
|
204
|
+
"tslint": "6.1.0",
|
|
205
|
+
"typeorm": "~0.2.7",
|
|
206
|
+
"typescript": "4.1.5",
|
|
207
|
+
"typescript-formatter": "7.2.2",
|
|
208
|
+
"uglifyjs-webpack-plugin": "2.2.0",
|
|
209
|
+
"underscore": "1.9.1",
|
|
210
|
+
"uuid": "8.3.2",
|
|
211
|
+
"validator": "9.2.0",
|
|
212
|
+
"vpn-split": "~0.0.17",
|
|
213
|
+
"watch": "1.0.2",
|
|
214
|
+
"webpack-cli": "3.3.11",
|
|
215
|
+
"zone.js": "0.10.2"
|
|
216
|
+
}
|
package/package.json_tnp.json5
CHANGED
|
@@ -1,54 +1,54 @@
|
|
|
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
|
-
"linkedProjects": [],
|
|
30
|
-
'smartContainerBuildTarget': '',
|
|
31
|
-
'linkedRepos': [],
|
|
32
|
-
|
|
33
|
-
"libReleaseOptions": {
|
|
34
|
-
"nodts": false,
|
|
35
|
-
"obscure": false,
|
|
36
|
-
"ugly": false,
|
|
37
|
-
'includeNodeModules': false,
|
|
38
|
-
},
|
|
39
|
-
|
|
40
|
-
'smartContainerTarget': '',
|
|
41
|
-
"type": "isomorphic-lib",
|
|
42
|
-
"isCoreProject": false,
|
|
43
|
-
"useFramework": false,
|
|
44
|
-
"version": 'v4',
|
|
45
|
-
"isGenerated": false,
|
|
46
|
-
"license": "MIT",
|
|
47
|
-
"private": false,
|
|
48
|
-
"main": "index.js",
|
|
49
|
-
"workerPlugins": {},
|
|
50
|
-
|
|
51
|
-
"additionalNpmNames": [
|
|
52
|
-
"firedev-incremental-watcher"
|
|
53
|
-
],
|
|
54
|
-
}
|
|
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
|
+
"linkedProjects": [],
|
|
30
|
+
'smartContainerBuildTarget': '',
|
|
31
|
+
'linkedRepos': [],
|
|
32
|
+
|
|
33
|
+
"libReleaseOptions": {
|
|
34
|
+
"nodts": false,
|
|
35
|
+
"obscure": false,
|
|
36
|
+
"ugly": false,
|
|
37
|
+
'includeNodeModules': false,
|
|
38
|
+
},
|
|
39
|
+
|
|
40
|
+
'smartContainerTarget': '',
|
|
41
|
+
"type": "isomorphic-lib",
|
|
42
|
+
"isCoreProject": false,
|
|
43
|
+
"useFramework": false,
|
|
44
|
+
"version": 'v4',
|
|
45
|
+
"isGenerated": false,
|
|
46
|
+
"license": "MIT",
|
|
47
|
+
"private": false,
|
|
48
|
+
"main": "index.js",
|
|
49
|
+
"workerPlugins": {},
|
|
50
|
+
|
|
51
|
+
"additionalNpmNames": [
|
|
52
|
+
"firedev-incremental-watcher"
|
|
53
|
+
],
|
|
54
|
+
}
|
package/tmp-environment.json
CHANGED
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
]
|
|
52
52
|
},
|
|
53
53
|
"name": "incremental-compiler",
|
|
54
|
-
"version": "16.5.
|
|
54
|
+
"version": "16.5.17",
|
|
55
55
|
"license": "MIT",
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@parcel/watcher": "2.3.0",
|
|
@@ -63,11 +63,11 @@
|
|
|
63
63
|
"dateformat": "3.0.3",
|
|
64
64
|
"fs-extra": "8.1.0",
|
|
65
65
|
"glob": "7.1.2",
|
|
66
|
-
"tnp-helpers": "~16.5.
|
|
67
|
-
"typescript-class-helpers": "~16.5.
|
|
66
|
+
"tnp-helpers": "~16.5.8",
|
|
67
|
+
"typescript-class-helpers": "~16.5.8"
|
|
68
68
|
},
|
|
69
69
|
"private": false,
|
|
70
|
-
"lastBuildTagHash": "
|
|
70
|
+
"lastBuildTagHash": "f6750db82315fbb0dd346aa894cc43e3890533b1",
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@angular-devkit/build-angular": "~16.0.5",
|
|
73
73
|
"@angular-devkit/core": "~16.0.5",
|
|
@@ -144,9 +144,9 @@
|
|
|
144
144
|
"angular-material-css-vars": "5.0.2",
|
|
145
145
|
"angular-resize-event": "3.2.0",
|
|
146
146
|
"animate.css": "4.1.1 ",
|
|
147
|
-
"any-project-cli": "~16.5.
|
|
147
|
+
"any-project-cli": "~16.5.6",
|
|
148
148
|
"axios": "1.3.5",
|
|
149
|
-
"background-worker-process": "~16.5.
|
|
149
|
+
"background-worker-process": "~16.5.6",
|
|
150
150
|
"base32": "0.0.7",
|
|
151
151
|
"bcryptjs": "2.4.3",
|
|
152
152
|
"better-sqlite3": "7.6.2",
|
|
@@ -191,13 +191,13 @@
|
|
|
191
191
|
"file-saver": "2.0.5",
|
|
192
192
|
"file-type": "18.5.0",
|
|
193
193
|
"firedev": "^16",
|
|
194
|
-
"firedev-crud": "~16.5.
|
|
195
|
-
"firedev-crud-deamon": "~16.5.
|
|
196
|
-
"firedev-ports": "~16.5.
|
|
197
|
-
"firedev-storage": "~16.5.
|
|
198
|
-
"firedev-type-sql": "~16.5.
|
|
199
|
-
"firedev-typeorm": "~16.5.
|
|
200
|
-
"firedev-ui": "~16.5.
|
|
194
|
+
"firedev-crud": "~16.5.7",
|
|
195
|
+
"firedev-crud-deamon": "~16.5.6",
|
|
196
|
+
"firedev-ports": "~16.5.6",
|
|
197
|
+
"firedev-storage": "~16.5.6",
|
|
198
|
+
"firedev-type-sql": "~16.5.6",
|
|
199
|
+
"firedev-typeorm": "~16.5.7",
|
|
200
|
+
"firedev-ui": "~16.5.6",
|
|
201
201
|
"fkill": "6.1.0",
|
|
202
202
|
"font-awesome": "4.7.0",
|
|
203
203
|
"form-data": "4.0.0",
|
|
@@ -212,11 +212,11 @@
|
|
|
212
212
|
"image-focus": "1.2.1",
|
|
213
213
|
"immer": "10.0.2",
|
|
214
214
|
"immutable": "4.3.0",
|
|
215
|
-
"incremental-compiler": "~16.5.
|
|
215
|
+
"incremental-compiler": "~16.5.16",
|
|
216
216
|
"inquirer": "7.3.3",
|
|
217
217
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
218
218
|
"is-elevated": "3.0.0",
|
|
219
|
-
"isomorphic-region-loader": "~16.5.
|
|
219
|
+
"isomorphic-region-loader": "~16.5.6",
|
|
220
220
|
"istanbul-instrumenter-loader": "2.0.0",
|
|
221
221
|
"jest": "29.5.0",
|
|
222
222
|
"jest-date-mock": "1.0.8",
|
|
@@ -227,8 +227,8 @@
|
|
|
227
227
|
"joi": "17.9.2",
|
|
228
228
|
"jscodeshift": "0.6.3",
|
|
229
229
|
"json-stringify-safe": "5.0.1",
|
|
230
|
-
"json10": "~16.5.
|
|
231
|
-
"json10-writer": "~16.5.
|
|
230
|
+
"json10": "~16.5.6",
|
|
231
|
+
"json10-writer": "~16.5.7",
|
|
232
232
|
"json5": "2.2.1",
|
|
233
233
|
"json5-writer": "0.2.0",
|
|
234
234
|
"jszip": "3.10.1",
|
|
@@ -237,23 +237,23 @@
|
|
|
237
237
|
"localforage": "1.10.0",
|
|
238
238
|
"lockfile": "1.0.4",
|
|
239
239
|
"lodash": "4.17.20",
|
|
240
|
-
"lodash-walk-object": "~16.5.
|
|
240
|
+
"lodash-walk-object": "~16.5.6",
|
|
241
241
|
"lowdb": "1.0.0",
|
|
242
|
-
"magic-renamer": "~16.5.
|
|
242
|
+
"magic-renamer": "~16.5.6",
|
|
243
243
|
"material-design-icons": "3.0.1",
|
|
244
244
|
"method-override": "2.3.10",
|
|
245
245
|
"minimist": "1.2.0",
|
|
246
246
|
"mkdirp": "0.5.1",
|
|
247
247
|
"mocha": "10.2.0",
|
|
248
248
|
"moment": "2.29.3",
|
|
249
|
-
"morphi": "~16.5.
|
|
249
|
+
"morphi": "~16.5.6",
|
|
250
250
|
"ng-for-track-by-property": "16.0.1",
|
|
251
251
|
"ng-in-viewport": "15.0.2",
|
|
252
252
|
"ng-lock": "16.0.1",
|
|
253
253
|
"ng-packagr": "16.0.1",
|
|
254
|
-
"ng-talkback": "~16.5.
|
|
255
|
-
"ng2-logger": "~16.5.
|
|
256
|
-
"ng2-rest": "~16.5.
|
|
254
|
+
"ng-talkback": "~16.5.6",
|
|
255
|
+
"ng2-logger": "~16.5.9",
|
|
256
|
+
"ng2-rest": "~16.5.6",
|
|
257
257
|
"ngx-ace-wrapper": "14.0.0",
|
|
258
258
|
"ngx-editor": "15.3.0",
|
|
259
259
|
"ngx-highlightjs": "9.0.0",
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
"ngx-scrolltop": "6.0.0",
|
|
267
267
|
"ngx-store": "3.1.1",
|
|
268
268
|
"ngx-typed-js": "2.1.1",
|
|
269
|
-
"node-cli-tester": "~16.5.
|
|
269
|
+
"node-cli-tester": "~16.5.6",
|
|
270
270
|
"node-localstorage": "2.1.6",
|
|
271
271
|
"node-notifier": "6.0.0",
|
|
272
272
|
"node-polyfill-webpack-plugin": "2.0.1",
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
"q": "1.5.1",
|
|
294
294
|
"rallax.js": "2.0.4",
|
|
295
295
|
"randomcolor": "0.5.3",
|
|
296
|
-
"record-replay-req-res-scenario": "~16.5.
|
|
296
|
+
"record-replay-req-res-scenario": "~16.5.6",
|
|
297
297
|
"reflect-metadata": "0.1.10",
|
|
298
298
|
"rimraf": "2.6.2",
|
|
299
299
|
"rxjs": "~7.8.0",
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
"socket.io": "2.4.1",
|
|
305
305
|
"sort-package-json": "1.11.0",
|
|
306
306
|
"sql.js": "1.8.0",
|
|
307
|
-
"static-columns": "~16.5.
|
|
307
|
+
"static-columns": "~16.5.7",
|
|
308
308
|
"string-similarity": "4.0.2",
|
|
309
309
|
"sudo-block": "3.0.0",
|
|
310
310
|
"supertest": "6.3.3",
|
|
@@ -312,11 +312,11 @@
|
|
|
312
312
|
"systeminformation": "3.45.7",
|
|
313
313
|
"task.js": "0.1.5",
|
|
314
314
|
"threads": "1.7.0",
|
|
315
|
-
"tnp-cli": "~16.5.
|
|
316
|
-
"tnp-config": "~16.5.
|
|
317
|
-
"tnp-core": "~16.5.
|
|
318
|
-
"tnp-db": "~16.5.
|
|
319
|
-
"tnp-models": "~16.5.
|
|
315
|
+
"tnp-cli": "~16.5.6",
|
|
316
|
+
"tnp-config": "~16.5.8",
|
|
317
|
+
"tnp-core": "~16.5.13",
|
|
318
|
+
"tnp-db": "~16.5.6",
|
|
319
|
+
"tnp-models": "~16.5.7",
|
|
320
320
|
"ts-debug": "1.3.0",
|
|
321
321
|
"ts-loader": "2.3.1",
|
|
322
322
|
"ts-node": "10.9.1",
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
"uuid": "8.3.2",
|
|
331
331
|
"validator": "9.2.0",
|
|
332
332
|
"video.js": "8.3.0",
|
|
333
|
-
"vpn-split": "~16.5.
|
|
333
|
+
"vpn-split": "~16.5.7",
|
|
334
334
|
"watch": "1.0.2",
|
|
335
335
|
"yup": "1.1.1",
|
|
336
336
|
"zone.js": "~0.13.0"
|
|
@@ -338,16 +338,16 @@
|
|
|
338
338
|
"main": "index.js"
|
|
339
339
|
},
|
|
340
340
|
"build": {
|
|
341
|
-
"number":
|
|
342
|
-
"date": "2024-01-
|
|
343
|
-
"hash": "
|
|
341
|
+
"number": 404,
|
|
342
|
+
"date": "2024-01-21T12:12:58.000Z",
|
|
343
|
+
"hash": "155e2995809376135c19d367086d7bd9360586f3",
|
|
344
344
|
"options": {}
|
|
345
345
|
},
|
|
346
346
|
"currentProjectName": "incremental-compiler",
|
|
347
347
|
"currentProjectGenericName": "incremental-compiler",
|
|
348
348
|
"currentProjectTasksConfiguration": "{\"version\":\"2.0.0\",\"tasks\":[{\"label\":\"terminateall\",\"command\":\"echo ${input:terminate}\",\"type\":\"shell\",\"problemMatcher\":[]},{\"label\":\"Ng Serve\",\"type\":\"shell\",\"command\":\"tnp build\",\"isBackground\":true,\"presentation\":{\"reveal\":\"always\"},\"group\":{\"kind\":\"build\",\"isDefault\":true},\"problemMatcher\":{\"owner\":\"typescript\",\"source\":\"ts\",\"applyTo\":\"closedDocuments\",\"fileLocation\":[\"relative\",\"${cwd}\"],\"pattern\":\"$tsc\",\"background\":{\"activeOnStart\":true,\"beginsPattern\":{\"regexp\":\"(.*?)\"},\"endsPattern\":{\"regexp\":\"Compiled |Failed to compile.\"}}}}],\"inputs\":[{\"id\":\"terminate\",\"type\":\"command\",\"command\":\"workbench.action.tasks.terminate\",\"args\":\"terminateAll\"}]}",
|
|
349
349
|
"currentProjectType": "isomorphic-lib",
|
|
350
|
-
"currentFrameworkVersion": "16.5.
|
|
350
|
+
"currentFrameworkVersion": "16.5.16",
|
|
351
351
|
"isStandaloneProject": true,
|
|
352
352
|
"isSmartContainer": false,
|
|
353
353
|
"frameworks": [
|
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.
|