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