incremental-compiler 16.100.9 → 16.100.10

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.9)
3
+ Assets from this folder are being shipped with this npm package (incremental-compiler@16.100.10)
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.9",
52
+ "version": "16.100.10",
53
53
  "license": "MIT",
54
54
  "dependencies": {
55
55
  "@types/chokidar": "2.1.3",
@@ -60,15 +60,20 @@
60
60
  "dateformat": "3.0.3",
61
61
  "fs-extra": "8.1.0",
62
62
  "glob": "7.1.2",
63
- "tnp-helpers": "16.100.12",
64
- "typescript-class-helpers": "~16.100.9"
63
+ "tnp-helpers": "16.100.18",
64
+ "typescript-class-helpers": "~16.100.10"
65
65
  },
66
66
  "private": false,
67
- "lastBuildTagHash": "864120473368e19c18ca6d9b62a8c037951d4626",
67
+ "lastBuildTagHash": "fe9b7af4575224dea9c013edd3cc8f0cfeb4936c",
68
68
  "devDependencies": {
69
69
  "@angular-builders/custom-webpack": "~16.0.2-beta.2",
70
70
  "@angular-devkit/build-angular": "~16.0.5",
71
71
  "@angular-devkit/core": "~16.0.5",
72
+ "@angular-eslint/builder": "~16.3.1",
73
+ "@angular-eslint/eslint-plugin": "~16.3.1",
74
+ "@angular-eslint/eslint-plugin-template": "~16.3.1",
75
+ "@angular-eslint/schematics": "~16.3.1",
76
+ "@angular-eslint/template-parser": "~16.3.1",
72
77
  "@angular-material-extensions/password-strength": "~12.1.0",
73
78
  "@angular/animations": "~16.0.0",
74
79
  "@angular/cdk": "~16.0.3",
@@ -86,9 +91,6 @@
86
91
  "@angular/router": "~16.0.0",
87
92
  "@angular/service-worker": "~16.0.4",
88
93
  "@babel/cli": "7.18.6",
89
- "@commitlint/cli": "12.1.1",
90
- "@commitlint/config-conventional": "12.1.1",
91
- "@commitlint/prompt-cli": "12.1.1",
92
94
  "@compodoc/compodoc": "1.1.20",
93
95
  "@iconify/icons-fa-solid": "1.2.2",
94
96
  "@iconify/icons-mdi": "1.2.1",
@@ -110,6 +112,7 @@
110
112
  "@ngx-formly/material": "6.1.8",
111
113
  "@ngx-translate/core": "15.0.0",
112
114
  "@ngx-translate/http-loader": "8.0.0",
115
+ "@sqltools/formatter": "1.2.2",
113
116
  "@sweetalert2/ngx-sweetalert2": "12.1.0",
114
117
  "@testdeck/jest": "0.3.3",
115
118
  "@testdeck/mocha": "0.3.3",
@@ -136,15 +139,18 @@
136
139
  "@types/systeminformation": "3.23.0",
137
140
  "@types/vinyl": "2.0.2",
138
141
  "@types/watch": "1.0.0",
142
+ "@typescript-eslint/eslint-plugin": "5.62.0",
143
+ "@typescript-eslint/parser": "5.62.0",
139
144
  "@vercel/ncc": "0.38.1",
140
145
  "accepts": "1.3.4",
141
146
  "ajv": "8.12.0",
142
147
  "angular-material-css-vars": "5.0.2",
143
148
  "angular-resize-event": "3.2.0",
144
149
  "animate.css": "4.1.1 ",
145
- "any-project-cli": "16.100.8",
150
+ "any-project-cli": "16.100.9",
151
+ "app-root-path": "3.0.0",
146
152
  "axios": "1.3.5",
147
- "background-worker-process": "16.100.4",
153
+ "background-worker-process": "16.100.10",
148
154
  "base32": "0.0.7",
149
155
  "bcryptjs": "2.4.3",
150
156
  "better-sqlite3": "9.5.0",
@@ -159,6 +165,7 @@
159
165
  "circular-json": "0.5.1",
160
166
  "class-transformer": "0.5.1",
161
167
  "class-validator": "0.14.0",
168
+ "cli-highlight": "2.1.11",
162
169
  "command-exists": "1.2.2",
163
170
  "compression": "1.7.4",
164
171
  "concurrently": "3.5.1",
@@ -179,10 +186,13 @@
179
186
  "enquirer": "2.3.0",
180
187
  "enum-values": "1.2.1",
181
188
  "errorhandler": "1.5.0",
182
- "eslint": "7.13.0",
183
- "eslint-plugin-import": "2.22.1",
184
- "eslint-plugin-jsdoc": "30.7.8",
185
- "eslint-plugin-prefer-arrow": "1.2.2",
189
+ "eslint": "8.51.0",
190
+ "eslint-config-prettier": "9.1.0",
191
+ "eslint-plugin-import": "latest",
192
+ "eslint-plugin-jsdoc": "latest",
193
+ "eslint-plugin-prefer-arrow": "latest",
194
+ "eslint-plugin-prettier": "5.1.3",
195
+ "eslint-plugin-react": "latest",
186
196
  "express": "4.16.3",
187
197
  "express-fileupload": "1.4.0",
188
198
  "express-session": "1.17.3",
@@ -190,11 +200,11 @@
190
200
  "file-saver": "2.0.5",
191
201
  "file-type": "18.5.0",
192
202
  "firedev": "^16",
193
- "firedev-crud": "16.100.8",
194
- "firedev-crud-deamon": "16.100.7",
195
- "firedev-ports": "16.100.8",
203
+ "firedev-crud": "16.100.9",
204
+ "firedev-crud-deamon": "16.100.8",
205
+ "firedev-ports": "16.100.9",
196
206
  "firedev-storage": "16.100.5",
197
- "firedev-type-sql": "16.100.5",
207
+ "firedev-type-sql": "16.100.6",
198
208
  "firedev-typeorm": "16.100.5",
199
209
  "firedev-ui": "16.100.8",
200
210
  "fkill": "6.1.0",
@@ -212,11 +222,11 @@
212
222
  "image-focus": "1.2.1",
213
223
  "immer": "10.0.2",
214
224
  "immutable": "4.3.0",
215
- "incremental-compiler": "16.100.8",
225
+ "incremental-compiler": "16.100.9",
216
226
  "inquirer": "7.3.3",
217
227
  "inquirer-autocomplete-prompt": "1.3.0",
218
228
  "is-elevated": "3.0.0",
219
- "isomorphic-region-loader": "16.100.7",
229
+ "isomorphic-region-loader": "16.100.8",
220
230
  "istanbul-instrumenter-loader": "2.0.0",
221
231
  "jest": "29.5.0",
222
232
  "jest-date-mock": "1.0.8",
@@ -227,8 +237,8 @@
227
237
  "joi": "17.9.2",
228
238
  "jscodeshift": "0.6.3",
229
239
  "json-stringify-safe": "5.0.1",
230
- "json10": "16.100.5",
231
- "json10-writer": "16.100.9",
240
+ "json10": "16.100.6",
241
+ "json10-writer": "16.100.10",
232
242
  "json5": "2.2.1",
233
243
  "json5-writer": "0.2.0",
234
244
  "jszip": "3.10.1",
@@ -237,9 +247,9 @@
237
247
  "localforage": "1.10.0",
238
248
  "lockfile": "1.0.4",
239
249
  "lodash": "4.17.20",
240
- "lodash-walk-object": "16.100.5",
250
+ "lodash-walk-object": "16.100.6",
241
251
  "lowdb": "7.0.1",
242
- "magic-renamer": "16.100.7",
252
+ "magic-renamer": "16.100.8",
243
253
  "material-design-icons": "3.0.1",
244
254
  "method-override": "2.3.10",
245
255
  "minimist": "1.2.0",
@@ -251,9 +261,9 @@
251
261
  "ng-lock": "16.0.1",
252
262
  "ng-packagr": "16.0.1",
253
263
  "ng-talkback": "16.100.5",
254
- "ng2-logger": "16.100.9",
264
+ "ng2-logger": "16.100.10",
255
265
  "ng2-pdfjs-viewer": "16.0.4",
256
- "ng2-rest": "16.100.5",
266
+ "ng2-rest": "16.100.6",
257
267
  "ngx-ace-wrapper": "14.0.0",
258
268
  "ngx-editor": "15.3.0",
259
269
  "ngx-highlightjs": "9.0.0",
@@ -282,7 +292,8 @@
282
292
  "path-to-regexp": "6.2.2",
283
293
  "pica": "9.0.1",
284
294
  "portfinder": "1.0.21",
285
- "prettier": "3.0.0",
295
+ "prettier": "3.2.5",
296
+ "prettier-eslint": "16.3.0",
286
297
  "pretty-error": "4.0.0",
287
298
  "primeflex": "3.3.1",
288
299
  "primeicons": "6.0.1",
@@ -314,10 +325,10 @@
314
325
  "task.js": "0.1.5",
315
326
  "threads": "1.7.0",
316
327
  "tnp-cli": "16.100.5",
317
- "tnp-config": "16.100.9",
318
- "tnp-core": "16.100.20",
319
- "tnp-db": "16.100.7",
320
- "tnp-models": "16.100.9",
328
+ "tnp-config": "16.100.10",
329
+ "tnp-core": "16.100.22",
330
+ "tnp-db": "16.100.8",
331
+ "tnp-models": "16.100.10",
321
332
  "ts-debug": "1.3.0",
322
333
  "ts-json-schema-generator": "2.1.1",
323
334
  "ts-loader": "2.3.1",
package/firedev.jsonc CHANGED
@@ -1,57 +1,57 @@
1
- {
2
- "resources": [
3
- "README.md"
4
- ],
5
-
6
- "overrided": {
7
- "ignoreDepsPattern": [],
8
- "includeAsDev": [],
9
-
10
- "includeOnly": [
11
- "@types/glob",
12
- "glob",
13
- "fs-extra",
14
- "@types/fs-extra",
15
- "chokidar",
16
- "@types/chokidar",
17
- "dateformat",
18
- "@types/dateformat",
19
- "typescript-class-helpers",
20
- "tnp-helpers",
21
- // "@parcel/watcher",
22
- ],
23
-
24
- "dependencies": {},
25
- "linkedFolders": [],
26
- "npmFixes": [],
27
- },
28
-
29
- "smartContainerBuildTarget": "",
30
- "linkedRepos": [],
31
-
32
- "libReleaseOptions": {
33
- "nodts": false,
34
- "obscure": false,
35
- "ugly": false,
36
- "includeNodeModules": false,
37
- "cliBuildNoDts": false,
38
- "cliBuildObscure": false,
39
- "cliBuildIncludeNodeModules": false,
40
- "cliBuildUglify": false,
41
- },
42
-
43
- "smartContainerTarget": "",
44
- "type": "isomorphic-lib",
45
- "isCoreProject": false,
46
- "useFramework": false,
47
- "version": "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
  }
@@ -1,6 +1,6 @@
1
1
  import { ChangeOfFile } from './change-of-file.backend';
2
2
  import { Models } from './models';
3
- import { CoreModels } from 'tnp-core';
3
+ import { CoreModels } from 'tnp-core/src';
4
4
  export declare class BaseClientCompiler<INITAL_PARAMS = any> implements Models.BaseClientCompilerOptions {
5
5
  readonly followSymlinks: boolean;
6
6
  readonly subscribeOnlyFor: CoreModels.FileExtension[];
@@ -54,4 +54,4 @@ export declare class BaseClientCompiler<INITAL_PARAMS = any> implements Models.B
54
54
  private _init;
55
55
  private fixTaskName;
56
56
  filesToWatch(): string[];
57
- }
57
+ }
@@ -1,5 +1,5 @@
1
1
  import { BaseClientCompiler } from './base-client-compiler.backend';
2
- import { CoreModels } from 'tnp-core';
2
+ import { CoreModels } from 'tnp-core/src';
3
3
  export declare class ChangeOfFile {
4
4
  fileAbsolutePath: string;
5
5
  readonly eventName: 'add' | 'change' | 'unlink' | 'unlinkDir';
@@ -11,4 +11,4 @@ export declare class ChangeOfFile {
11
11
  get clientsForChangeFilterExt(): BaseClientCompiler<any>[];
12
12
  get fileExt(): CoreModels.FileExtension;
13
13
  clientsBy<T = BaseClientCompiler>(clientNameOrClass: string | Function, condition?: (c: T) => boolean): T[];
14
- }
14
+ }
package/lib/models.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { CoreModels } from 'tnp-core';
1
+ import { CoreModels } from 'tnp-core/src';
2
2
  export declare namespace Models {
3
3
  interface StartAndWatchOptions<INIT_PARAMS = any> {
4
4
  afterInitCallBack?: (initalParams?: INIT_PARAMS) => void;
@@ -34,4 +34,4 @@ export declare namespace Models {
34
34
  executeOutsideScenario?: boolean;
35
35
  subscribeOnlyFor?: CoreModels.FileExtension[];
36
36
  }
37
- }
37
+ }
package/package.json CHANGED
@@ -49,7 +49,7 @@
49
49
  ]
50
50
  },
51
51
  "name": "incremental-compiler",
52
- "version": "16.100.9",
52
+ "version": "16.100.10",
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.12",
64
- "typescript-class-helpers": "~16.100.9"
63
+ "tnp-helpers": "16.100.18",
64
+ "typescript-class-helpers": "~16.100.10"
65
65
  },
66
66
  "private": false,
67
- "lastBuildTagHash": "864120473368e19c18ca6d9b62a8c037951d4626",
67
+ "lastBuildTagHash": "fe9b7af4575224dea9c013edd3cc8f0cfeb4936c",
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.9",
56
+ "version": "16.100.10",
57
57
  "license": "MIT",
58
58
  "dependencies": {
59
59
  "@types/chokidar": "2.1.3",
@@ -64,15 +64,20 @@
64
64
  "dateformat": "3.0.3",
65
65
  "fs-extra": "8.1.0",
66
66
  "glob": "7.1.2",
67
- "tnp-helpers": "16.100.12",
68
- "typescript-class-helpers": "~16.100.9"
67
+ "tnp-helpers": "16.100.18",
68
+ "typescript-class-helpers": "~16.100.10"
69
69
  },
70
70
  "private": false,
71
- "lastBuildTagHash": "864120473368e19c18ca6d9b62a8c037951d4626",
71
+ "lastBuildTagHash": "fe9b7af4575224dea9c013edd3cc8f0cfeb4936c",
72
72
  "devDependencies": {
73
73
  "@angular-builders/custom-webpack": "~16.0.2-beta.2",
74
74
  "@angular-devkit/build-angular": "~16.0.5",
75
75
  "@angular-devkit/core": "~16.0.5",
76
+ "@angular-eslint/builder": "~16.3.1",
77
+ "@angular-eslint/eslint-plugin": "~16.3.1",
78
+ "@angular-eslint/eslint-plugin-template": "~16.3.1",
79
+ "@angular-eslint/schematics": "~16.3.1",
80
+ "@angular-eslint/template-parser": "~16.3.1",
76
81
  "@angular-material-extensions/password-strength": "~12.1.0",
77
82
  "@angular/animations": "~16.0.0",
78
83
  "@angular/cdk": "~16.0.3",
@@ -90,9 +95,6 @@
90
95
  "@angular/router": "~16.0.0",
91
96
  "@angular/service-worker": "~16.0.4",
92
97
  "@babel/cli": "7.18.6",
93
- "@commitlint/cli": "12.1.1",
94
- "@commitlint/config-conventional": "12.1.1",
95
- "@commitlint/prompt-cli": "12.1.1",
96
98
  "@compodoc/compodoc": "1.1.20",
97
99
  "@iconify/icons-fa-solid": "1.2.2",
98
100
  "@iconify/icons-mdi": "1.2.1",
@@ -114,6 +116,7 @@
114
116
  "@ngx-formly/material": "6.1.8",
115
117
  "@ngx-translate/core": "15.0.0",
116
118
  "@ngx-translate/http-loader": "8.0.0",
119
+ "@sqltools/formatter": "1.2.2",
117
120
  "@sweetalert2/ngx-sweetalert2": "12.1.0",
118
121
  "@testdeck/jest": "0.3.3",
119
122
  "@testdeck/mocha": "0.3.3",
@@ -140,15 +143,18 @@
140
143
  "@types/systeminformation": "3.23.0",
141
144
  "@types/vinyl": "2.0.2",
142
145
  "@types/watch": "1.0.0",
146
+ "@typescript-eslint/eslint-plugin": "5.62.0",
147
+ "@typescript-eslint/parser": "5.62.0",
143
148
  "@vercel/ncc": "0.38.1",
144
149
  "accepts": "1.3.4",
145
150
  "ajv": "8.12.0",
146
151
  "angular-material-css-vars": "5.0.2",
147
152
  "angular-resize-event": "3.2.0",
148
153
  "animate.css": "4.1.1 ",
149
- "any-project-cli": "16.100.8",
154
+ "any-project-cli": "16.100.9",
155
+ "app-root-path": "3.0.0",
150
156
  "axios": "1.3.5",
151
- "background-worker-process": "16.100.4",
157
+ "background-worker-process": "16.100.10",
152
158
  "base32": "0.0.7",
153
159
  "bcryptjs": "2.4.3",
154
160
  "better-sqlite3": "9.5.0",
@@ -163,6 +169,7 @@
163
169
  "circular-json": "0.5.1",
164
170
  "class-transformer": "0.5.1",
165
171
  "class-validator": "0.14.0",
172
+ "cli-highlight": "2.1.11",
166
173
  "command-exists": "1.2.2",
167
174
  "compression": "1.7.4",
168
175
  "concurrently": "3.5.1",
@@ -183,10 +190,13 @@
183
190
  "enquirer": "2.3.0",
184
191
  "enum-values": "1.2.1",
185
192
  "errorhandler": "1.5.0",
186
- "eslint": "7.13.0",
187
- "eslint-plugin-import": "2.22.1",
188
- "eslint-plugin-jsdoc": "30.7.8",
189
- "eslint-plugin-prefer-arrow": "1.2.2",
193
+ "eslint": "8.51.0",
194
+ "eslint-config-prettier": "9.1.0",
195
+ "eslint-plugin-import": "latest",
196
+ "eslint-plugin-jsdoc": "latest",
197
+ "eslint-plugin-prefer-arrow": "latest",
198
+ "eslint-plugin-prettier": "5.1.3",
199
+ "eslint-plugin-react": "latest",
190
200
  "express": "4.16.3",
191
201
  "express-fileupload": "1.4.0",
192
202
  "express-session": "1.17.3",
@@ -194,11 +204,11 @@
194
204
  "file-saver": "2.0.5",
195
205
  "file-type": "18.5.0",
196
206
  "firedev": "^16",
197
- "firedev-crud": "16.100.8",
198
- "firedev-crud-deamon": "16.100.7",
199
- "firedev-ports": "16.100.8",
207
+ "firedev-crud": "16.100.9",
208
+ "firedev-crud-deamon": "16.100.8",
209
+ "firedev-ports": "16.100.9",
200
210
  "firedev-storage": "16.100.5",
201
- "firedev-type-sql": "16.100.5",
211
+ "firedev-type-sql": "16.100.6",
202
212
  "firedev-typeorm": "16.100.5",
203
213
  "firedev-ui": "16.100.8",
204
214
  "fkill": "6.1.0",
@@ -216,11 +226,11 @@
216
226
  "image-focus": "1.2.1",
217
227
  "immer": "10.0.2",
218
228
  "immutable": "4.3.0",
219
- "incremental-compiler": "16.100.8",
229
+ "incremental-compiler": "16.100.9",
220
230
  "inquirer": "7.3.3",
221
231
  "inquirer-autocomplete-prompt": "1.3.0",
222
232
  "is-elevated": "3.0.0",
223
- "isomorphic-region-loader": "16.100.7",
233
+ "isomorphic-region-loader": "16.100.8",
224
234
  "istanbul-instrumenter-loader": "2.0.0",
225
235
  "jest": "29.5.0",
226
236
  "jest-date-mock": "1.0.8",
@@ -231,8 +241,8 @@
231
241
  "joi": "17.9.2",
232
242
  "jscodeshift": "0.6.3",
233
243
  "json-stringify-safe": "5.0.1",
234
- "json10": "16.100.5",
235
- "json10-writer": "16.100.9",
244
+ "json10": "16.100.6",
245
+ "json10-writer": "16.100.10",
236
246
  "json5": "2.2.1",
237
247
  "json5-writer": "0.2.0",
238
248
  "jszip": "3.10.1",
@@ -241,9 +251,9 @@
241
251
  "localforage": "1.10.0",
242
252
  "lockfile": "1.0.4",
243
253
  "lodash": "4.17.20",
244
- "lodash-walk-object": "16.100.5",
254
+ "lodash-walk-object": "16.100.6",
245
255
  "lowdb": "7.0.1",
246
- "magic-renamer": "16.100.7",
256
+ "magic-renamer": "16.100.8",
247
257
  "material-design-icons": "3.0.1",
248
258
  "method-override": "2.3.10",
249
259
  "minimist": "1.2.0",
@@ -255,9 +265,9 @@
255
265
  "ng-lock": "16.0.1",
256
266
  "ng-packagr": "16.0.1",
257
267
  "ng-talkback": "16.100.5",
258
- "ng2-logger": "16.100.9",
268
+ "ng2-logger": "16.100.10",
259
269
  "ng2-pdfjs-viewer": "16.0.4",
260
- "ng2-rest": "16.100.5",
270
+ "ng2-rest": "16.100.6",
261
271
  "ngx-ace-wrapper": "14.0.0",
262
272
  "ngx-editor": "15.3.0",
263
273
  "ngx-highlightjs": "9.0.0",
@@ -286,7 +296,8 @@
286
296
  "path-to-regexp": "6.2.2",
287
297
  "pica": "9.0.1",
288
298
  "portfinder": "1.0.21",
289
- "prettier": "3.0.0",
299
+ "prettier": "3.2.5",
300
+ "prettier-eslint": "16.3.0",
290
301
  "pretty-error": "4.0.0",
291
302
  "primeflex": "3.3.1",
292
303
  "primeicons": "6.0.1",
@@ -318,10 +329,10 @@
318
329
  "task.js": "0.1.5",
319
330
  "threads": "1.7.0",
320
331
  "tnp-cli": "16.100.5",
321
- "tnp-config": "16.100.9",
322
- "tnp-core": "16.100.20",
323
- "tnp-db": "16.100.7",
324
- "tnp-models": "16.100.9",
332
+ "tnp-config": "16.100.10",
333
+ "tnp-core": "16.100.22",
334
+ "tnp-db": "16.100.8",
335
+ "tnp-models": "16.100.10",
325
336
  "ts-debug": "1.3.0",
326
337
  "ts-json-schema-generator": "2.1.1",
327
338
  "ts-loader": "2.3.1",
@@ -346,14 +357,14 @@
346
357
  "main": "index.js"
347
358
  },
348
359
  "build": {
349
- "number": 447,
350
- "date": "2024-05-22T04:27:12.000Z",
351
- "hash": "fe9b7af4575224dea9c013edd3cc8f0cfeb4936c"
360
+ "number": 448,
361
+ "date": "2024-05-27T06:36:34.000Z",
362
+ "hash": "264855ec14de8a993e1d1bd3d56e0ecc3c1c47a7"
352
363
  },
353
364
  "currentProjectName": "incremental-compiler",
354
365
  "currentProjectGenericName": "incremental-compiler",
355
366
  "currentProjectType": "isomorphic-lib",
356
- "currentFrameworkVersion": "16.100.10",
367
+ "currentFrameworkVersion": "16.100.20",
357
368
  "isStandaloneProject": true,
358
369
  "isSmartContainer": false,
359
370
  "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.