incremental-compiler 18.0.16 → 18.0.19

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,9 +1,9 @@
1
- # INCREMENTAL COMPILER
2
-
3
- A library for any kind of incremental compilers and file watchers, based on the excellent Chokidar.
4
-
5
- ## Example Use Case
6
-
7
- You want to call a specific function for each file in your "src" folder within your project.
8
- After calling this function for each file, you set up watchers on those files. For each change in a file in "src," the function is called again for that particular file.
9
-
1
+ # INCREMENTAL COMPILER
2
+
3
+ A library for any kind of incremental compilers and file watchers, based on the excellent Chokidar.
4
+
5
+ ## Example Use Case
6
+
7
+ You want to call a specific function for each file in your "src" folder within your project.
8
+ After calling this function for each file, you set up watchers on those files. For each change in a file in "src," the function is called again for that particular file.
9
+
@@ -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.16)
3
+ Assets from this folder are being shipped with this npm package (incremental-compiler@18.0.19)
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.
@@ -1,6 +1,6 @@
1
1
  import { ChangeOfFile } from './change-of-file';
2
2
  import { Models } from './models';
3
- import { CoreModels } from 'tnp-core/src';
3
+ import { CoreModels } from 'tnp-core';
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 fixTaskName;
55
55
  filesToWatch(): string[];
56
56
  private mapForWatching;
57
- }
57
+ }
@@ -1,8 +1,8 @@
1
- import { CoreModels } from 'tnp-core/src';
1
+ import { CoreModels } from 'tnp-core';
2
2
  export declare class ChangeOfFile {
3
3
  fileAbsolutePath: string;
4
4
  readonly eventName: 'add' | 'change' | 'unlink' | 'unlinkDir';
5
5
  readonly datetime: Date;
6
6
  constructor(fileAbsolutePath?: string, eventName?: 'add' | 'change' | 'unlink' | 'unlinkDir');
7
7
  get fileExt(): CoreModels.FileExtension;
8
- }
8
+ }
package/lib/models.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { CoreModels } from 'tnp-core/src';
1
+ import { CoreModels } from 'tnp-core';
2
2
  export declare namespace Models {
3
3
  interface StartAndWatchOptions<INIT_PARAMS = any> {
4
4
  afterInitCallBack?: (initalParams?: INIT_PARAMS) => void;
@@ -35,4 +35,4 @@ export declare namespace Models {
35
35
  ignoreFolderPatter?: string[];
36
36
  subscribeOnlyFor?: CoreModels.FileExtension[];
37
37
  }
38
- }
38
+ }
package/package.json CHANGED
@@ -48,7 +48,7 @@
48
48
  ]
49
49
  },
50
50
  "name": "incremental-compiler",
51
- "version": "18.0.16",
51
+ "version": "18.0.19",
52
52
  "license": "MIT",
53
53
  "dependencies": {
54
54
  "@types/chokidar": "2.1.3",
@@ -59,10 +59,10 @@
59
59
  "dateformat": "3.0.3",
60
60
  "fs-extra": "8.1.0",
61
61
  "glob": "7.1.2",
62
- "tnp-core": "~18.0.42"
62
+ "tnp-core": "~18.0.45"
63
63
  },
64
64
  "private": false,
65
- "lastBuildTagHash": "5a13a64552667a82d97199677383bfe1799c74f4",
65
+ "lastBuildTagHash": "d7d7f990b9e94ad5d95bdc7f535d367118124e89",
66
66
  "devDependencies": {},
67
- "main": "index.js"
67
+ "main": "dist/app.electron.js"
68
68
  }
package/taon.jsonc CHANGED
@@ -1,50 +1,50 @@
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
- "tnp-core"
18
- ],
19
-
20
- "dependencies": {},
21
- "linkedFolders": [],
22
- "npmFixes": []
23
- },
24
-
25
- "smartContainerBuildTarget": "",
26
- "linkedRepos": [],
27
-
28
- "libReleaseOptions": {
29
- "nodts": false,
30
- "obscure": false,
31
- "ugly": false,
32
- "includeNodeModules": false,
33
- "cliBuildNoDts": false,
34
- "cliBuildObscure": false,
35
- "cliBuildIncludeNodeModules": false,
36
- "cliBuildUglify": false
37
- },
38
-
39
- "smartContainerTarget": "",
40
- "type": "isomorphic-lib",
41
- "isCoreProject": false,
42
- "useFramework": false,
43
- "version": "v18",
44
- "isGenerated": false,
45
- "license": "MIT",
46
- "private": false,
47
- "main": "index.js",
48
- "workerPlugins": {},
49
- "additionalNpmNames": ["taon-incremental-watcher"]
50
- }
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
+ "tnp-core"
18
+ ],
19
+
20
+ "dependencies": {},
21
+ "linkedFolders": [],
22
+ "npmFixes": []
23
+ },
24
+
25
+ "smartContainerBuildTarget": "",
26
+ "linkedRepos": [],
27
+
28
+ "libReleaseOptions": {
29
+ "nodts": false,
30
+ "obscure": false,
31
+ "ugly": false,
32
+ "includeNodeModules": false,
33
+ "cliBuildNoDts": false,
34
+ "cliBuildObscure": false,
35
+ "cliBuildIncludeNodeModules": false,
36
+ "cliBuildUglify": false
37
+ },
38
+
39
+ "smartContainerTarget": "",
40
+ "type": "isomorphic-lib",
41
+ "isCoreProject": false,
42
+ "useFramework": false,
43
+ "version": "v18",
44
+ "isGenerated": false,
45
+ "license": "MIT",
46
+ "private": false,
47
+ "main": "index.js",
48
+ "workerPlugins": {},
49
+ "additionalNpmNames": ["taon-incremental-watcher"]
50
+ }
@@ -52,7 +52,7 @@
52
52
  ]
53
53
  },
54
54
  "name": "incremental-compiler",
55
- "version": "18.0.16",
55
+ "version": "18.0.19",
56
56
  "license": "MIT",
57
57
  "dependencies": {
58
58
  "@types/chokidar": "2.1.3",
@@ -63,10 +63,10 @@
63
63
  "dateformat": "3.0.3",
64
64
  "fs-extra": "8.1.0",
65
65
  "glob": "7.1.2",
66
- "tnp-core": "~18.0.42"
66
+ "tnp-core": "~18.0.45"
67
67
  },
68
68
  "private": false,
69
- "lastBuildTagHash": "5a13a64552667a82d97199677383bfe1799c74f4",
69
+ "lastBuildTagHash": "d7d7f990b9e94ad5d95bdc7f535d367118124e89",
70
70
  "devDependencies": {
71
71
  "@angular-builders/custom-webpack": "~18.0.0",
72
72
  "@angular-devkit/build-angular": "~18.1.4",
@@ -223,13 +223,14 @@
223
223
  "image-focus": "1.2.1",
224
224
  "immer": "10.0.2",
225
225
  "immutable": "4.3.7",
226
- "incremental-compiler": "~18.0.15",
226
+ "incremental-compiler": "~18.0.17",
227
227
  "inquirer": "7.3.3",
228
228
  "inquirer-autocomplete-prompt": "1.4.0",
229
229
  "inquirer-autocomplete-standalone": "0.8.1",
230
230
  "inquirer-select-pro": "1.0.0-alpha.7",
231
+ "inquirer-toggle": "1.0.1",
231
232
  "is-elevated": "3.0.0",
232
- "isomorphic-region-loader": "~18.0.15",
233
+ "isomorphic-region-loader": "~18.0.17",
233
234
  "istanbul-instrumenter-loader": "3.0.1",
234
235
  "jest": "29.7.0",
235
236
  "jest-date-mock": "1.0.10",
@@ -240,8 +241,8 @@
240
241
  "joi": "17.13.3",
241
242
  "jscodeshift": "0.6.3",
242
243
  "json-stringify-safe": "5.0.1",
243
- "json10": "~18.0.15",
244
- "json10-writer": "~18.0.15",
244
+ "json10": "~18.0.17",
245
+ "json10-writer": "~18.0.17",
245
246
  "json5": "2.2.3",
246
247
  "json5-writer": "0.2.0",
247
248
  "jszip": "3.10.1",
@@ -250,9 +251,9 @@
250
251
  "localforage": "1.10.0",
251
252
  "lockfile": "1.0.4",
252
253
  "lodash": "4.17.21",
253
- "lodash-walk-object": "~18.0.15",
254
+ "lodash-walk-object": "~18.0.17",
254
255
  "lowdb": "7.0.1",
255
- "magic-renamer": "~18.0.15",
256
+ "magic-renamer": "~18.0.17",
256
257
  "material-design-icons": "3.0.1",
257
258
  "method-override": "2.3.10",
258
259
  "minimist": "1.2.8",
@@ -263,11 +264,11 @@
263
264
  "ng-in-viewport": "16.1.0",
264
265
  "ng-lock": "18.0.1",
265
266
  "ng-packagr": "18.1.0",
266
- "ng-talkback": "~18.0.14",
267
- "ng2-logger": "~18.0.17",
267
+ "ng-talkback": "~18.0.16",
268
+ "ng2-logger": "~18.0.19",
268
269
  "ng2-pdfjs-viewer": "18.0.0",
269
- "ng2-rest": "~18.0.15",
270
- "ng2-rest-swagger-generator": "18.0.12",
270
+ "ng2-rest": "~18.0.17",
271
+ "ng2-rest-swagger-generator": "18.0.14",
271
272
  "ngx-ace-wrapper": "17.0.0",
272
273
  "ngx-editor": "17.5.4",
273
274
  "ngx-highlightjs": "12.0.0",
@@ -281,7 +282,7 @@
281
282
  "ngx-scrolltop": "18.0.0",
282
283
  "ngx-store": "3.1.1",
283
284
  "ngx-typed-js": "2.1.1",
284
- "node-cli-tester": "~18.0.14",
285
+ "node-cli-tester": "~18.0.16",
285
286
  "node-localstorage": "2.1.6",
286
287
  "node-notifier": "10.0.1",
287
288
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -312,7 +313,7 @@
312
313
  "q": "1.5.1",
313
314
  "rallax.js": "2.0.4",
314
315
  "randomcolor": "0.5.3",
315
- "record-replay-req-res-scenario": "~18.0.14",
316
+ "record-replay-req-res-scenario": "~18.0.16",
316
317
  "reflect-metadata": "0.2.2",
317
318
  "rimraf": "2.6.2",
318
319
  "rxjs": "~7.8.1",
@@ -326,22 +327,22 @@
326
327
  "sql-template-strings": "2.2.2",
327
328
  "sql-template-tag": "5.2.1",
328
329
  "sql.js": "1.8.0",
329
- "static-columns": "~18.0.16",
330
+ "static-columns": "~18.0.18",
330
331
  "string-similarity": "4.0.4",
331
332
  "sudo-block": "3.0.0",
332
333
  "supertest": "7.0.0",
333
334
  "sweetalert2": "11.7.32",
334
335
  "systeminformation": "3.45.7",
335
336
  "taon": "^18",
336
- "taon-storage": "18.0.24",
337
- "taon-type-sql": "18.0.15",
338
- "taon-typeorm": "18.0.14",
337
+ "taon-storage": "18.0.26",
338
+ "taon-type-sql": "18.0.17",
339
+ "taon-typeorm": "18.0.16",
339
340
  "task.js": "0.1.5",
340
341
  "threads": "1.7.0",
341
- "tnp": "~18.0.15",
342
- "tnp-config": "~18.0.17",
343
- "tnp-helpers": "~18.0.15",
344
- "tnp-models": "~18.0.16",
342
+ "tnp": "~18.0.19",
343
+ "tnp-config": "~18.0.19",
344
+ "tnp-helpers": "~18.0.17",
345
+ "tnp-models": "~18.0.18",
345
346
  "ts-debug": "1.3.0",
346
347
  "ts-json-schema-generator": "2.3.0-next.5",
347
348
  "ts-loader": "2.3.1",
@@ -353,14 +354,14 @@
353
354
  "typedoc": "0.26.5",
354
355
  "typedoc-plugin-markdown": "4.2.3",
355
356
  "typescript": "~5.5.4",
356
- "typescript-class-helpers": "~18.0.16",
357
+ "typescript-class-helpers": "~18.0.18",
357
358
  "typescript-formatter": "~7.2.2",
358
359
  "typescript-string-enums": "~1.0.0",
359
360
  "underscore": "1.13.7",
360
361
  "uuid": "10.0.0",
361
362
  "validator": "13.5.2",
362
363
  "video.js": "8.3.0",
363
- "vpn-split": "~18.0.14",
364
+ "vpn-split": "~18.0.16",
364
365
  "vscode": "1.1.37",
365
366
  "wait-on": "8.0.1",
366
367
  "watch": "1.0.2",
@@ -373,14 +374,14 @@
373
374
  "main": "dist/app.electron.js"
374
375
  },
375
376
  "build": {
376
- "number": 496,
377
- "date": "2024-11-25T02:16:49.000Z",
378
- "hash": "d6f757b42fb5e62cc3578eb0626881197b9e61f3"
377
+ "number": 499,
378
+ "date": "2025-01-06T22:21:41.000Z",
379
+ "hash": "1ea984c04c66c64b514b4b41587320aa8ddaa1f0"
379
380
  },
380
381
  "currentProjectName": "incremental-compiler",
381
382
  "currentProjectGenericName": "incremental-compiler",
382
383
  "currentProjectType": "isomorphic-lib",
383
- "currentFrameworkVersion": "18.0.17",
384
+ "currentFrameworkVersion": "18.0.22",
384
385
  "isStandaloneProject": true,
385
386
  "isSmartContainer": false,
386
387
  "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.