incremental-compiler 16.100.4 → 16.100.6

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 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.100.4)
3
+ Assets from this folder are being shipped with this npm package (incremental-compiler@16.100.6)
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.
@@ -49,7 +49,7 @@
49
49
  ]
50
50
  },
51
51
  "name": "incremental-compiler",
52
- "version": "16.100.4",
52
+ "version": "16.100.6",
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.100.4",
64
- "typescript-class-helpers": "~16.100.4"
63
+ "tnp-helpers": "16.100.6",
64
+ "typescript-class-helpers": "~16.100.6"
65
65
  },
66
66
  "private": false,
67
- "lastBuildTagHash": "07bdb16bd9972b930616eeb57280cf808c3e58e6",
67
+ "lastBuildTagHash": "2d88b87cd60111131a9379e78fbe701f95d85097",
68
68
  "devDependencies": {
69
69
  "@angular-builders/custom-webpack": "~16.0.2-beta.2",
70
70
  "@angular-devkit/build-angular": "~16.0.5",
@@ -124,7 +124,6 @@
124
124
  "@types/json5": "0.0.29",
125
125
  "@types/lockfile": "1.0.0",
126
126
  "@types/lodash": "4.14.92",
127
- "@types/lowdb": "1.0.6",
128
127
  "@types/mocha": "5.2.5",
129
128
  "@types/node": "16.18.21",
130
129
  "@types/node-notifier": "5.4.0",
@@ -143,9 +142,9 @@
143
142
  "angular-material-css-vars": "5.0.2",
144
143
  "angular-resize-event": "3.2.0",
145
144
  "animate.css": "4.1.1 ",
146
- "any-project-cli": "~16.100.3",
145
+ "any-project-cli": "16.100.5",
147
146
  "axios": "1.3.5",
148
- "background-worker-process": "~16.100.3",
147
+ "background-worker-process": "16.100.4",
149
148
  "base32": "0.0.7",
150
149
  "bcryptjs": "2.4.3",
151
150
  "better-sqlite3": "9.5.0",
@@ -191,17 +190,18 @@
191
190
  "file-saver": "2.0.5",
192
191
  "file-type": "18.5.0",
193
192
  "firedev": "^16",
194
- "firedev-crud": "~16.100.3",
195
- "firedev-crud-deamon": "~16.100.3",
196
- "firedev-ports": "~16.100.3",
197
- "firedev-storage": "~16.100.2",
198
- "firedev-type-sql": "~16.100.2",
199
- "firedev-typeorm": "~16.100.2",
200
- "firedev-ui": "~16.100.4",
193
+ "firedev-crud": "16.100.5",
194
+ "firedev-crud-deamon": "16.100.4",
195
+ "firedev-ports": "16.100.5",
196
+ "firedev-storage": "16.100.3",
197
+ "firedev-type-sql": "16.100.3",
198
+ "firedev-typeorm": "16.100.3",
199
+ "firedev-ui": "16.100.5",
201
200
  "fkill": "6.1.0",
202
201
  "font-awesome": "4.7.0",
203
202
  "form-data": "4.0.0",
204
203
  "fuzzy": "0.1.3",
204
+ "google-libphonenumber": "3.2.25",
205
205
  "gulp": "3.9.1",
206
206
  "helmet": "7.0.0",
207
207
  "hostile": "1.3.3",
@@ -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.100.3",
215
+ "incremental-compiler": "16.100.5",
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.100.3",
219
+ "isomorphic-region-loader": "16.100.4",
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.100.2",
231
- "json10-writer": "~16.100.4",
230
+ "json10": "16.100.3",
231
+ "json10-writer": "16.100.6",
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.100.2",
241
- "lowdb": "1.0.0",
242
- "magic-renamer": "~16.100.3",
240
+ "lodash-walk-object": "16.100.3",
241
+ "lowdb": "7.0.1",
242
+ "magic-renamer": "16.100.4",
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.17",
250
249
  "ng-for-track-by-property": "16.0.1",
251
250
  "ng-in-viewport": "15.0.2",
252
251
  "ng-lock": "16.0.1",
253
252
  "ng-packagr": "16.0.1",
254
- "ng-talkback": "~16.100.2",
255
- "ng2-logger": "~16.100.4",
256
- "ng2-rest": "~16.100.2",
253
+ "ng-talkback": "16.100.3",
254
+ "ng2-logger": "16.100.6",
255
+ "ng2-pdfjs-viewer": "16.0.4",
256
+ "ng2-rest": "16.100.3",
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.100.2",
269
+ "node-cli-tester": "16.100.3",
270
270
  "node-localstorage": "2.1.6",
271
271
  "node-notifier": "6.0.0",
272
272
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -294,7 +294,7 @@
294
294
  "q": "1.5.1",
295
295
  "rallax.js": "2.0.4",
296
296
  "randomcolor": "0.5.3",
297
- "record-replay-req-res-scenario": "~16.100.2",
297
+ "record-replay-req-res-scenario": "16.100.3",
298
298
  "reflect-metadata": "0.1.10",
299
299
  "rimraf": "2.6.2",
300
300
  "rxjs": "~7.8.0",
@@ -305,7 +305,7 @@
305
305
  "socket.io": "2.4.1",
306
306
  "sort-package-json": "1.11.0",
307
307
  "sql.js": "1.8.0",
308
- "static-columns": "~16.100.2",
308
+ "static-columns": "16.100.3",
309
309
  "string-similarity": "4.0.2",
310
310
  "sudo-block": "3.0.0",
311
311
  "supertest": "6.3.3",
@@ -313,12 +313,13 @@
313
313
  "systeminformation": "3.45.7",
314
314
  "task.js": "0.1.5",
315
315
  "threads": "1.7.0",
316
- "tnp-cli": "~16.100.2",
317
- "tnp-config": "~16.100.4",
318
- "tnp-core": "~16.100.6",
319
- "tnp-db": "~16.100.3",
320
- "tnp-models": "~16.100.4",
316
+ "tnp-cli": "16.100.3",
317
+ "tnp-config": "16.100.6",
318
+ "tnp-core": "16.100.16",
319
+ "tnp-db": "16.100.4",
320
+ "tnp-models": "16.100.6",
321
321
  "ts-debug": "1.3.0",
322
+ "ts-json-schema-generator": "2.1.1",
322
323
  "ts-loader": "2.3.1",
323
324
  "ts-node": "10.9.1",
324
325
  "tslib": "~2.3.0",
@@ -330,7 +331,7 @@
330
331
  "uuid": "8.3.2",
331
332
  "validator": "9.2.0",
332
333
  "video.js": "8.3.0",
333
- "vpn-split": "~16.100.2",
334
+ "vpn-split": "16.100.3",
334
335
  "watch": "1.0.2",
335
336
  "webpack": "~5.80",
336
337
  "webpack-dev-middleware": "~6.0.2",
@@ -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": 'v4',
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": "v4",
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
@@ -49,7 +49,7 @@
49
49
  ]
50
50
  },
51
51
  "name": "incremental-compiler",
52
- "version": "16.100.4",
52
+ "version": "16.100.6",
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.100.4",
64
- "typescript-class-helpers": "~16.100.4"
63
+ "tnp-helpers": "16.100.6",
64
+ "typescript-class-helpers": "~16.100.6"
65
65
  },
66
66
  "private": false,
67
- "lastBuildTagHash": "07bdb16bd9972b930616eeb57280cf808c3e58e6",
67
+ "lastBuildTagHash": "2d88b87cd60111131a9379e78fbe701f95d85097",
68
68
  "devDependencies": {},
69
69
  "main": "index.js"
70
70
  }
@@ -53,7 +53,7 @@
53
53
  ]
54
54
  },
55
55
  "name": "incremental-compiler",
56
- "version": "16.100.4",
56
+ "version": "16.100.6",
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.100.4",
68
- "typescript-class-helpers": "~16.100.4"
67
+ "tnp-helpers": "16.100.6",
68
+ "typescript-class-helpers": "~16.100.6"
69
69
  },
70
70
  "private": false,
71
- "lastBuildTagHash": "07bdb16bd9972b930616eeb57280cf808c3e58e6",
71
+ "lastBuildTagHash": "2d88b87cd60111131a9379e78fbe701f95d85097",
72
72
  "devDependencies": {
73
73
  "@angular-builders/custom-webpack": "~16.0.2-beta.2",
74
74
  "@angular-devkit/build-angular": "~16.0.5",
@@ -128,7 +128,6 @@
128
128
  "@types/json5": "0.0.29",
129
129
  "@types/lockfile": "1.0.0",
130
130
  "@types/lodash": "4.14.92",
131
- "@types/lowdb": "1.0.6",
132
131
  "@types/mocha": "5.2.5",
133
132
  "@types/node": "16.18.21",
134
133
  "@types/node-notifier": "5.4.0",
@@ -147,9 +146,9 @@
147
146
  "angular-material-css-vars": "5.0.2",
148
147
  "angular-resize-event": "3.2.0",
149
148
  "animate.css": "4.1.1 ",
150
- "any-project-cli": "~16.100.3",
149
+ "any-project-cli": "16.100.5",
151
150
  "axios": "1.3.5",
152
- "background-worker-process": "~16.100.3",
151
+ "background-worker-process": "16.100.4",
153
152
  "base32": "0.0.7",
154
153
  "bcryptjs": "2.4.3",
155
154
  "better-sqlite3": "9.5.0",
@@ -195,17 +194,18 @@
195
194
  "file-saver": "2.0.5",
196
195
  "file-type": "18.5.0",
197
196
  "firedev": "^16",
198
- "firedev-crud": "~16.100.3",
199
- "firedev-crud-deamon": "~16.100.3",
200
- "firedev-ports": "~16.100.3",
201
- "firedev-storage": "~16.100.2",
202
- "firedev-type-sql": "~16.100.2",
203
- "firedev-typeorm": "~16.100.2",
204
- "firedev-ui": "~16.100.4",
197
+ "firedev-crud": "16.100.5",
198
+ "firedev-crud-deamon": "16.100.4",
199
+ "firedev-ports": "16.100.5",
200
+ "firedev-storage": "16.100.3",
201
+ "firedev-type-sql": "16.100.3",
202
+ "firedev-typeorm": "16.100.3",
203
+ "firedev-ui": "16.100.5",
205
204
  "fkill": "6.1.0",
206
205
  "font-awesome": "4.7.0",
207
206
  "form-data": "4.0.0",
208
207
  "fuzzy": "0.1.3",
208
+ "google-libphonenumber": "3.2.25",
209
209
  "gulp": "3.9.1",
210
210
  "helmet": "7.0.0",
211
211
  "hostile": "1.3.3",
@@ -216,11 +216,11 @@
216
216
  "image-focus": "1.2.1",
217
217
  "immer": "10.0.2",
218
218
  "immutable": "4.3.0",
219
- "incremental-compiler": "~16.100.3",
219
+ "incremental-compiler": "16.100.5",
220
220
  "inquirer": "7.3.3",
221
221
  "inquirer-autocomplete-prompt": "1.3.0",
222
222
  "is-elevated": "3.0.0",
223
- "isomorphic-region-loader": "~16.100.3",
223
+ "isomorphic-region-loader": "16.100.4",
224
224
  "istanbul-instrumenter-loader": "2.0.0",
225
225
  "jest": "29.5.0",
226
226
  "jest-date-mock": "1.0.8",
@@ -231,8 +231,8 @@
231
231
  "joi": "17.9.2",
232
232
  "jscodeshift": "0.6.3",
233
233
  "json-stringify-safe": "5.0.1",
234
- "json10": "~16.100.2",
235
- "json10-writer": "~16.100.4",
234
+ "json10": "16.100.3",
235
+ "json10-writer": "16.100.6",
236
236
  "json5": "2.2.1",
237
237
  "json5-writer": "0.2.0",
238
238
  "jszip": "3.10.1",
@@ -241,23 +241,23 @@
241
241
  "localforage": "1.10.0",
242
242
  "lockfile": "1.0.4",
243
243
  "lodash": "4.17.20",
244
- "lodash-walk-object": "~16.100.2",
245
- "lowdb": "1.0.0",
246
- "magic-renamer": "~16.100.3",
244
+ "lodash-walk-object": "16.100.3",
245
+ "lowdb": "7.0.1",
246
+ "magic-renamer": "16.100.4",
247
247
  "material-design-icons": "3.0.1",
248
248
  "method-override": "2.3.10",
249
249
  "minimist": "1.2.0",
250
250
  "mkdirp": "0.5.1",
251
251
  "mocha": "10.2.0",
252
252
  "moment": "2.29.3",
253
- "morphi": "~16.5.17",
254
253
  "ng-for-track-by-property": "16.0.1",
255
254
  "ng-in-viewport": "15.0.2",
256
255
  "ng-lock": "16.0.1",
257
256
  "ng-packagr": "16.0.1",
258
- "ng-talkback": "~16.100.2",
259
- "ng2-logger": "~16.100.4",
260
- "ng2-rest": "~16.100.2",
257
+ "ng-talkback": "16.100.3",
258
+ "ng2-logger": "16.100.6",
259
+ "ng2-pdfjs-viewer": "16.0.4",
260
+ "ng2-rest": "16.100.3",
261
261
  "ngx-ace-wrapper": "14.0.0",
262
262
  "ngx-editor": "15.3.0",
263
263
  "ngx-highlightjs": "9.0.0",
@@ -270,7 +270,7 @@
270
270
  "ngx-scrolltop": "6.0.0",
271
271
  "ngx-store": "3.1.1",
272
272
  "ngx-typed-js": "2.1.1",
273
- "node-cli-tester": "~16.100.2",
273
+ "node-cli-tester": "16.100.3",
274
274
  "node-localstorage": "2.1.6",
275
275
  "node-notifier": "6.0.0",
276
276
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -298,7 +298,7 @@
298
298
  "q": "1.5.1",
299
299
  "rallax.js": "2.0.4",
300
300
  "randomcolor": "0.5.3",
301
- "record-replay-req-res-scenario": "~16.100.2",
301
+ "record-replay-req-res-scenario": "16.100.3",
302
302
  "reflect-metadata": "0.1.10",
303
303
  "rimraf": "2.6.2",
304
304
  "rxjs": "~7.8.0",
@@ -309,7 +309,7 @@
309
309
  "socket.io": "2.4.1",
310
310
  "sort-package-json": "1.11.0",
311
311
  "sql.js": "1.8.0",
312
- "static-columns": "~16.100.2",
312
+ "static-columns": "16.100.3",
313
313
  "string-similarity": "4.0.2",
314
314
  "sudo-block": "3.0.0",
315
315
  "supertest": "6.3.3",
@@ -317,12 +317,13 @@
317
317
  "systeminformation": "3.45.7",
318
318
  "task.js": "0.1.5",
319
319
  "threads": "1.7.0",
320
- "tnp-cli": "~16.100.2",
321
- "tnp-config": "~16.100.4",
322
- "tnp-core": "~16.100.6",
323
- "tnp-db": "~16.100.3",
324
- "tnp-models": "~16.100.4",
320
+ "tnp-cli": "16.100.3",
321
+ "tnp-config": "16.100.6",
322
+ "tnp-core": "16.100.16",
323
+ "tnp-db": "16.100.4",
324
+ "tnp-models": "16.100.6",
325
325
  "ts-debug": "1.3.0",
326
+ "ts-json-schema-generator": "2.1.1",
326
327
  "ts-loader": "2.3.1",
327
328
  "ts-node": "10.9.1",
328
329
  "tslib": "~2.3.0",
@@ -334,7 +335,7 @@
334
335
  "uuid": "8.3.2",
335
336
  "validator": "9.2.0",
336
337
  "video.js": "8.3.0",
337
- "vpn-split": "~16.100.2",
338
+ "vpn-split": "16.100.3",
338
339
  "watch": "1.0.2",
339
340
  "webpack": "~5.80",
340
341
  "webpack-dev-middleware": "~6.0.2",
@@ -345,14 +346,14 @@
345
346
  "main": "index.js"
346
347
  },
347
348
  "build": {
348
- "number": 441,
349
- "date": "2024-05-16T08:01:16.000Z",
350
- "hash": "83f67281c7c66ea011d6091f37c59c7e03d800bb"
349
+ "number": 444,
350
+ "date": "2024-05-21T02:31:28.000Z",
351
+ "hash": "487a4d525cd42f6b21cc4c82bcd02a69c6612b8e"
351
352
  },
352
353
  "currentProjectName": "incremental-compiler",
353
354
  "currentProjectGenericName": "incremental-compiler",
354
355
  "currentProjectType": "isomorphic-lib",
355
- "currentFrameworkVersion": "16.100.4",
356
+ "currentFrameworkVersion": "16.100.5",
356
357
  "isStandaloneProject": true,
357
358
  "isSmartContainer": false,
358
359
  "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.
@@ -1,216 +0,0 @@
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
- }