incremental-compiler 18.0.2 → 18.0.3

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@18.0.2)
3
+ Assets from this folder are being shipped with this npm package (incremental-compiler@18.0.3)
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/firedev.jsonc CHANGED
@@ -1,51 +1,51 @@
1
- {
2
- "resources": ["README.md"],
3
-
4
- "overrided": {
5
- "ignoreDepsPattern": [],
6
- "includeAsDev": [],
7
-
8
- "includeOnly": [
9
- "@types/glob",
10
- "glob",
11
- "fs-extra",
12
- "@types/fs-extra",
13
- "chokidar",
14
- "@types/chokidar",
15
- "dateformat",
16
- "@types/dateformat",
17
- "typescript-class-helpers",
18
- "tnp-helpers"
19
- ],
20
-
21
- "dependencies": {},
22
- "linkedFolders": [],
23
- "npmFixes": []
24
- },
25
-
26
- "smartContainerBuildTarget": "",
27
- "linkedRepos": [],
28
-
29
- "libReleaseOptions": {
30
- "nodts": false,
31
- "obscure": false,
32
- "ugly": false,
33
- "includeNodeModules": false,
34
- "cliBuildNoDts": false,
35
- "cliBuildObscure": false,
36
- "cliBuildIncludeNodeModules": false,
37
- "cliBuildUglify": false
38
- },
39
-
40
- "smartContainerTarget": "",
41
- "type": "isomorphic-lib",
42
- "isCoreProject": false,
43
- "useFramework": false,
44
- "version": "v18",
45
- "isGenerated": false,
46
- "license": "MIT",
47
- "private": false,
48
- "main": "index.js",
49
- "workerPlugins": {},
50
- "additionalNpmNames": ["firedev-incremental-watcher"]
1
+ {
2
+ "resources": ["README.md"],
3
+
4
+ "overrided": {
5
+ "ignoreDepsPattern": [],
6
+ "includeAsDev": [],
7
+
8
+ "includeOnly": [
9
+ "@types/glob",
10
+ "glob",
11
+ "fs-extra",
12
+ "@types/fs-extra",
13
+ "chokidar",
14
+ "@types/chokidar",
15
+ "dateformat",
16
+ "@types/dateformat",
17
+ "typescript-class-helpers",
18
+ "tnp-helpers"
19
+ ],
20
+
21
+ "dependencies": {},
22
+ "linkedFolders": [],
23
+ "npmFixes": []
24
+ },
25
+
26
+ "smartContainerBuildTarget": "",
27
+ "linkedRepos": [],
28
+
29
+ "libReleaseOptions": {
30
+ "nodts": false,
31
+ "obscure": false,
32
+ "ugly": false,
33
+ "includeNodeModules": false,
34
+ "cliBuildNoDts": false,
35
+ "cliBuildObscure": false,
36
+ "cliBuildIncludeNodeModules": false,
37
+ "cliBuildUglify": false
38
+ },
39
+
40
+ "smartContainerTarget": "",
41
+ "type": "isomorphic-lib",
42
+ "isCoreProject": false,
43
+ "useFramework": false,
44
+ "version": "v18",
45
+ "isGenerated": false,
46
+ "license": "MIT",
47
+ "private": false,
48
+ "main": "index.js",
49
+ "workerPlugins": {},
50
+ "additionalNpmNames": ["firedev-incremental-watcher"]
51
51
  }
package/package.json CHANGED
@@ -49,7 +49,7 @@
49
49
  ]
50
50
  },
51
51
  "name": "incremental-compiler",
52
- "version": "18.0.2",
52
+ "version": "18.0.3",
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": "11.1.1",
62
62
  "glob": "7.1.2",
63
- "tnp-helpers": "~18.0.2",
64
- "typescript-class-helpers": "~18.0.3"
63
+ "tnp-helpers": "~18.0.3",
64
+ "typescript-class-helpers": "~18.0.4"
65
65
  },
66
66
  "private": false,
67
- "lastBuildTagHash": "c25fdaf8f2eb2456ae0981bc70f6552707c59c7b",
67
+ "lastBuildTagHash": "a1914e4bcd01c5d429baf5b9bee4dd7e5b7cbce6",
68
68
  "devDependencies": {},
69
- "main": "index.js"
69
+ "main": "dist/app.electron.js"
70
70
  }
@@ -53,7 +53,7 @@
53
53
  ]
54
54
  },
55
55
  "name": "incremental-compiler",
56
- "version": "18.0.2",
56
+ "version": "18.0.3",
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": "11.1.1",
66
66
  "glob": "7.1.2",
67
- "tnp-helpers": "~18.0.2",
68
- "typescript-class-helpers": "~18.0.3"
67
+ "tnp-helpers": "~18.0.3",
68
+ "typescript-class-helpers": "~18.0.4"
69
69
  },
70
70
  "private": false,
71
- "lastBuildTagHash": "c25fdaf8f2eb2456ae0981bc70f6552707c59c7b",
71
+ "lastBuildTagHash": "a1914e4bcd01c5d429baf5b9bee4dd7e5b7cbce6",
72
72
  "devDependencies": {
73
73
  "@angular-builders/custom-webpack": "~18.0.0",
74
74
  "@angular-devkit/build-angular": "~18.1.4",
@@ -152,7 +152,7 @@
152
152
  "angular-material-css-vars": "7.0.0",
153
153
  "angular-resize-event": "3.2.0",
154
154
  "animate.css": "4.1.1",
155
- "any-project-cli": "~18.0.1",
155
+ "any-project-cli": "~18.0.2",
156
156
  "app-root-path": "3.1.0",
157
157
  "axios": "1.7.3",
158
158
  "background-worker-process": "~16.100.10",
@@ -206,12 +206,12 @@
206
206
  "file-saver": "2.0.5",
207
207
  "file-type": "19.1.1",
208
208
  "firedev": "^18",
209
- "firedev-crud": "~16.444.15",
210
- "firedev-crud-deamon": "~18.0.1",
211
- "firedev-ports": "~16.444.15",
212
- "firedev-storage": "~16.444.11",
213
- "firedev-type-sql": "~18.0.1",
214
- "firedev-typeorm": "~16.444.11",
209
+ "firedev-crud": "~18.0.1",
210
+ "firedev-crud-deamon": "~18.0.2",
211
+ "firedev-ports": "~18.0.1",
212
+ "firedev-storage": "~18.0.1",
213
+ "firedev-type-sql": "~18.0.2",
214
+ "firedev-typeorm": "~18.0.1",
215
215
  "firedev-ui": "~16.444.1",
216
216
  "fkill": "6.1.0",
217
217
  "font-awesome": "4.7.0",
@@ -228,11 +228,11 @@
228
228
  "image-focus": "1.2.1",
229
229
  "immer": "10.0.2",
230
230
  "immutable": "4.3.7",
231
- "incremental-compiler": "~18.0.1",
231
+ "incremental-compiler": "~18.0.2",
232
232
  "inquirer": "7.3.3",
233
233
  "inquirer-autocomplete-prompt": "1.3.0",
234
234
  "is-elevated": "3.0.0",
235
- "isomorphic-region-loader": "~18.0.1",
235
+ "isomorphic-region-loader": "~18.0.2",
236
236
  "istanbul-instrumenter-loader": "3.0.1",
237
237
  "jest": "29.7.0",
238
238
  "jest-date-mock": "1.0.10",
@@ -243,8 +243,8 @@
243
243
  "joi": "17.13.3",
244
244
  "jscodeshift": "0.6.3",
245
245
  "json-stringify-safe": "5.0.1",
246
- "json10": "~18.0.1",
247
- "json10-writer": "~18.0.2",
246
+ "json10": "~18.0.2",
247
+ "json10-writer": "~18.0.3",
248
248
  "json5": "2.2.3",
249
249
  "json5-writer": "0.2.0",
250
250
  "jszip": "3.10.1",
@@ -253,9 +253,9 @@
253
253
  "localforage": "1.10.0",
254
254
  "lockfile": "1.0.4",
255
255
  "lodash": "4.17.21",
256
- "lodash-walk-object": "~18.0.1",
256
+ "lodash-walk-object": "~18.0.2",
257
257
  "lowdb": "7.0.1",
258
- "magic-renamer": "~18.0.1",
258
+ "magic-renamer": "~18.0.2",
259
259
  "material-design-icons": "3.0.1",
260
260
  "method-override": "2.3.10",
261
261
  "minimist": "1.2.8",
@@ -266,10 +266,10 @@
266
266
  "ng-in-viewport": "16.1.0",
267
267
  "ng-lock": "18.0.1",
268
268
  "ng-packagr": "18.1.0",
269
- "ng-talkback": "~16.444.7",
270
- "ng2-logger": "~18.0.4",
269
+ "ng-talkback": "~18.0.1",
270
+ "ng2-logger": "~18.0.5",
271
271
  "ng2-pdfjs-viewer": "18.0.0",
272
- "ng2-rest": "~18.0.1",
272
+ "ng2-rest": "~18.0.2",
273
273
  "ngx-ace-wrapper": "17.0.0",
274
274
  "ngx-editor": "17.5.4",
275
275
  "ngx-highlightjs": "12.0.0",
@@ -282,7 +282,7 @@
282
282
  "ngx-scrolltop": "18.0.0",
283
283
  "ngx-store": "3.1.1",
284
284
  "ngx-typed-js": "2.1.1",
285
- "node-cli-tester": "~16.444.7",
285
+ "node-cli-tester": "~18.0.1",
286
286
  "node-localstorage": "2.1.6",
287
287
  "node-notifier": "10.0.1",
288
288
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -291,7 +291,7 @@
291
291
  "npm-run": "4.1.2",
292
292
  "omelette": "0.4.17",
293
293
  "open": "10.0.4",
294
- "ora": "8.0.1",
294
+ "ora": "3.4.0",
295
295
  "passport": "0.7.0",
296
296
  "passport-http-bearer": "1.0.1",
297
297
  "password-hash": "1.2.2",
@@ -311,7 +311,7 @@
311
311
  "q": "1.5.1",
312
312
  "rallax.js": "2.0.4",
313
313
  "randomcolor": "0.5.3",
314
- "record-replay-req-res-scenario": "~16.444.7",
314
+ "record-replay-req-res-scenario": "~18.0.1",
315
315
  "reflect-metadata": "0.2.2",
316
316
  "rimraf": "2.6.2",
317
317
  "rxjs": "~7.8.1",
@@ -323,7 +323,7 @@
323
323
  "socket.io-client": "4.7.5",
324
324
  "sort-package-json": "1.11.0",
325
325
  "sql.js": "1.8.0",
326
- "static-columns": "~16.444.10",
326
+ "static-columns": "~18.0.3",
327
327
  "string-similarity": "4.0.4",
328
328
  "sudo-block": "3.0.0",
329
329
  "supertest": "7.0.0",
@@ -331,12 +331,12 @@
331
331
  "systeminformation": "3.45.7",
332
332
  "task.js": "0.1.5",
333
333
  "threads": "1.7.0",
334
- "tnp": "~18.0.1",
335
- "tnp-cli": "~16.444.7",
336
- "tnp-config": "~18.0.4",
337
- "tnp-core": "~18.0.26",
338
- "tnp-db": "~18.0.1",
339
- "tnp-models": "~18.0.3",
334
+ "tnp": "~18.0.2",
335
+ "tnp-cli": "~18.0.1",
336
+ "tnp-config": "~18.0.5",
337
+ "tnp-core": "~18.0.27",
338
+ "tnp-db": "~18.0.2",
339
+ "tnp-models": "~18.0.4",
340
340
  "ts-debug": "1.3.0",
341
341
  "ts-json-schema-generator": "2.3.0-next.5",
342
342
  "ts-loader": "2.3.1",
@@ -352,7 +352,7 @@
352
352
  "uuid": "10.0.0",
353
353
  "validator": "13.5.2",
354
354
  "video.js": "8.3.0",
355
- "vpn-split": "~16.444.7",
355
+ "vpn-split": "~18.0.1",
356
356
  "vscode": "1.1.37",
357
357
  "wait-on": "7.0.1",
358
358
  "watch": "1.0.2",
@@ -365,14 +365,14 @@
365
365
  "main": "dist/app.electron.js"
366
366
  },
367
367
  "build": {
368
- "number": 469,
369
- "date": "2024-08-12T19:18:18.000Z",
370
- "hash": "a1914e4bcd01c5d429baf5b9bee4dd7e5b7cbce6"
368
+ "number": 470,
369
+ "date": "2024-08-13T12:44:19.000Z",
370
+ "hash": "7df2b0464acf7e153c84f1d76c0fd8863d7a8aaa"
371
371
  },
372
372
  "currentProjectName": "incremental-compiler",
373
373
  "currentProjectGenericName": "incremental-compiler",
374
374
  "currentProjectType": "isomorphic-lib",
375
- "currentFrameworkVersion": "18.0.1",
375
+ "currentFrameworkVersion": "18.0.2",
376
376
  "isStandaloneProject": true,
377
377
  "isSmartContainer": false,
378
378
  "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.