tnp-config 18.0.20 → 18.0.22

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,17 +1,17 @@
1
- # taon-config ( tnp-config )
2
-
3
- - part of [taon.dev](https://github.com/darekf77/taon)
4
- - purpose:
5
- + general config for all taon/isomorphic lib/apps
6
- + common usefull phrases for backend/frontend usage
7
-
8
- ## Usage
9
- - in taon isomorphic libs/apps or any NodeJS apps/libs:
10
- ```ts
11
- import { config } from 'tnp-config';
12
- ```
13
-
14
- - in any frontend browser apps (except taon lib/apps)
15
- ```ts
16
- import { Helpers } from 'tnp-config/browser';
17
- ```
1
+ # taon-config ( tnp-config )
2
+
3
+ - part of [taon.dev](https://github.com/darekf77/taon)
4
+ - purpose:
5
+ + general config for all taon/isomorphic lib/apps
6
+ + common usefull phrases for backend/frontend usage
7
+
8
+ ## Usage
9
+ - in taon isomorphic libs/apps or any NodeJS apps/libs:
10
+ ```ts
11
+ import { config } from 'tnp-config';
12
+ ```
13
+
14
+ - in any frontend browser apps (except taon lib/apps)
15
+ ```ts
16
+ import { Helpers } from 'tnp-config/browser';
17
+ ```
@@ -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 (tnp-config@18.0.20)
3
+ Assets from this folder are being shipped with this npm package (tnp-config@18.0.22)
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/package.json CHANGED
@@ -46,7 +46,7 @@
46
46
  "license": "MIT",
47
47
  "private": false,
48
48
  "name": "tnp-config",
49
- "version": "18.0.20",
50
- "lastBuildTagHash": "88098b07e75e8d6ea58c0dd1239d80aeafd17345",
49
+ "version": "18.0.22",
50
+ "lastBuildTagHash": "3dce92e343ba75ab7a655d2b1d1ae8134d814a58",
51
51
  "main": "dist/app.electron.js"
52
52
  }
package/taon.jsonc CHANGED
@@ -1,40 +1,40 @@
1
- {
2
- "resources": ["README.md"],
3
-
4
- "overrided": {
5
- "ignoreDepsPattern": [],
6
- "includeAsDev": [],
7
- "includeOnly": ["taon-core"],
8
- "dependencies": {},
9
- "linkedFolders": [],
10
- "npmFixes": []
11
- },
12
-
13
- "smartContainerBuildTarget": "",
14
- "linkedRepos": [],
15
-
16
- "libReleaseOptions": {
17
- "nodts": false,
18
- "obscure": false,
19
- "ugly": false,
20
- "includeNodeModules": false,
21
- "cliBuildNoDts": false,
22
- "cliBuildObscure": false,
23
- "cliBuildIncludeNodeModules": false,
24
- "cliBuildUglify": false
25
- },
26
-
27
- "smartContainerTarget": "",
28
- "type": "isomorphic-lib",
29
- "isCoreProject": false,
30
- "useFramework": false,
31
- "required": [],
32
- "version": "v18",
33
- "additionalNpmNames": ["taon-config"],
34
- "isGenerated": false,
35
- "requiredServers": [],
36
- "license": "MIT",
37
- "private": false,
38
- "main": "index.js",
39
- "workerPlugins": {}
40
- }
1
+ {
2
+ "resources": ["README.md"],
3
+
4
+ "overrided": {
5
+ "ignoreDepsPattern": [],
6
+ "includeAsDev": [],
7
+ "includeOnly": ["taon-core"],
8
+ "dependencies": {},
9
+ "linkedFolders": [],
10
+ "npmFixes": []
11
+ },
12
+
13
+ "smartContainerBuildTarget": "",
14
+ "linkedRepos": [],
15
+
16
+ "libReleaseOptions": {
17
+ "nodts": false,
18
+ "obscure": false,
19
+ "ugly": false,
20
+ "includeNodeModules": false,
21
+ "cliBuildNoDts": false,
22
+ "cliBuildObscure": false,
23
+ "cliBuildIncludeNodeModules": false,
24
+ "cliBuildUglify": false
25
+ },
26
+
27
+ "smartContainerTarget": "",
28
+ "type": "isomorphic-lib",
29
+ "isCoreProject": false,
30
+ "useFramework": false,
31
+ "required": [],
32
+ "version": "v18",
33
+ "additionalNpmNames": ["taon-config"],
34
+ "isGenerated": false,
35
+ "requiredServers": [],
36
+ "license": "MIT",
37
+ "private": false,
38
+ "main": "index.js",
39
+ "workerPlugins": {}
40
+ }
@@ -210,14 +210,14 @@
210
210
  "image-focus": "1.2.1",
211
211
  "immer": "10.0.2",
212
212
  "immutable": "4.3.7",
213
- "incremental-compiler": "~18.0.19",
213
+ "incremental-compiler": "~18.0.21",
214
214
  "inquirer": "7.3.3",
215
215
  "inquirer-autocomplete-prompt": "1.4.0",
216
216
  "inquirer-autocomplete-standalone": "0.8.1",
217
217
  "inquirer-select-pro": "1.0.0-alpha.7",
218
218
  "inquirer-toggle": "1.0.1",
219
219
  "is-elevated": "3.0.0",
220
- "isomorphic-region-loader": "~18.0.17",
220
+ "isomorphic-region-loader": "~18.0.19",
221
221
  "istanbul-instrumenter-loader": "3.0.1",
222
222
  "jest": "29.7.0",
223
223
  "jest-date-mock": "1.0.10",
@@ -228,8 +228,8 @@
228
228
  "joi": "17.13.3",
229
229
  "jscodeshift": "0.6.3",
230
230
  "json-stringify-safe": "5.0.1",
231
- "json10": "~18.0.17",
232
- "json10-writer": "~18.0.17",
231
+ "json10": "~18.0.19",
232
+ "json10-writer": "~18.0.19",
233
233
  "json5": "2.2.3",
234
234
  "json5-writer": "0.2.0",
235
235
  "jszip": "3.10.1",
@@ -238,9 +238,9 @@
238
238
  "localforage": "1.10.0",
239
239
  "lockfile": "1.0.4",
240
240
  "lodash": "4.17.21",
241
- "lodash-walk-object": "~18.0.17",
241
+ "lodash-walk-object": "~18.0.19",
242
242
  "lowdb": "7.0.1",
243
- "magic-renamer": "~18.0.17",
243
+ "magic-renamer": "~18.0.19",
244
244
  "material-design-icons": "3.0.1",
245
245
  "method-override": "2.3.10",
246
246
  "minimist": "1.2.8",
@@ -251,11 +251,11 @@
251
251
  "ng-in-viewport": "16.1.0",
252
252
  "ng-lock": "18.0.1",
253
253
  "ng-packagr": "18.1.0",
254
- "ng-talkback": "~18.0.16",
255
- "ng2-logger": "~18.0.19",
254
+ "ng-talkback": "~18.0.18",
255
+ "ng2-logger": "~18.0.21",
256
256
  "ng2-pdfjs-viewer": "18.0.0",
257
- "ng2-rest": "~18.0.17",
258
- "ng2-rest-swagger-generator": "18.0.14",
257
+ "ng2-rest": "~18.0.19",
258
+ "ng2-rest-swagger-generator": "18.0.16",
259
259
  "ngx-ace-wrapper": "17.0.0",
260
260
  "ngx-editor": "17.5.4",
261
261
  "ngx-highlightjs": "12.0.0",
@@ -269,7 +269,7 @@
269
269
  "ngx-scrolltop": "18.0.0",
270
270
  "ngx-store": "3.1.1",
271
271
  "ngx-typed-js": "2.1.1",
272
- "node-cli-tester": "~18.0.16",
272
+ "node-cli-tester": "~18.0.18",
273
273
  "node-localstorage": "2.1.6",
274
274
  "node-notifier": "10.0.1",
275
275
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -300,7 +300,7 @@
300
300
  "q": "1.5.1",
301
301
  "rallax.js": "2.0.4",
302
302
  "randomcolor": "0.5.3",
303
- "record-replay-req-res-scenario": "~18.0.16",
303
+ "record-replay-req-res-scenario": "~18.0.18",
304
304
  "reflect-metadata": "0.2.2",
305
305
  "rimraf": "2.6.2",
306
306
  "rxjs": "~7.8.1",
@@ -314,23 +314,23 @@
314
314
  "sql-template-strings": "2.2.2",
315
315
  "sql-template-tag": "5.2.1",
316
316
  "sql.js": "1.8.0",
317
- "static-columns": "~18.0.18",
317
+ "static-columns": "~18.0.20",
318
318
  "string-similarity": "4.0.4",
319
319
  "sudo-block": "3.0.0",
320
320
  "supertest": "7.0.0",
321
321
  "sweetalert2": "11.7.32",
322
322
  "systeminformation": "3.45.7",
323
323
  "taon": "^18",
324
- "taon-storage": "18.0.26",
325
- "taon-type-sql": "18.0.17",
326
- "taon-typeorm": "18.0.16",
324
+ "taon-storage": "18.0.28",
325
+ "taon-type-sql": "18.0.19",
326
+ "taon-typeorm": "18.0.18",
327
327
  "task.js": "0.1.5",
328
328
  "threads": "1.7.0",
329
- "tnp": "~18.0.19",
330
- "tnp-config": "~18.0.19",
331
- "tnp-core": "~18.0.45",
332
- "tnp-helpers": "~18.0.17",
333
- "tnp-models": "~18.0.18",
329
+ "tnp": "~18.0.24",
330
+ "tnp-config": "~18.0.21",
331
+ "tnp-core": "~18.0.47",
332
+ "tnp-helpers": "~18.0.19",
333
+ "tnp-models": "~18.0.20",
334
334
  "ts-debug": "1.3.0",
335
335
  "ts-json-schema-generator": "2.3.0-next.5",
336
336
  "ts-loader": "2.3.1",
@@ -342,14 +342,14 @@
342
342
  "typedoc": "0.26.5",
343
343
  "typedoc-plugin-markdown": "4.2.3",
344
344
  "typescript": "~5.5.4",
345
- "typescript-class-helpers": "~18.0.18",
345
+ "typescript-class-helpers": "~18.0.20",
346
346
  "typescript-formatter": "~7.2.2",
347
347
  "typescript-string-enums": "~1.0.0",
348
348
  "underscore": "1.13.7",
349
349
  "uuid": "10.0.0",
350
350
  "validator": "13.5.2",
351
351
  "video.js": "8.3.0",
352
- "vpn-split": "~18.0.16",
352
+ "vpn-split": "~18.0.18",
353
353
  "vscode": "1.1.37",
354
354
  "wait-on": "8.0.1",
355
355
  "watch": "1.0.2",
@@ -362,19 +362,19 @@
362
362
  "license": "MIT",
363
363
  "private": false,
364
364
  "name": "tnp-config",
365
- "version": "18.0.20",
366
- "lastBuildTagHash": "88098b07e75e8d6ea58c0dd1239d80aeafd17345",
365
+ "version": "18.0.22",
366
+ "lastBuildTagHash": "3dce92e343ba75ab7a655d2b1d1ae8134d814a58",
367
367
  "main": "dist/app.electron.js"
368
368
  },
369
369
  "build": {
370
- "number": 691,
371
- "date": "2025-01-06T22:22:17.000Z",
372
- "hash": "3286509a0b92275d28179434c695d80ba774fa9c"
370
+ "number": 694,
371
+ "date": "2025-02-03T15:55:58.000Z",
372
+ "hash": "c2b23e58f4c5aada237e7bd06d3f6b53c1e200cc"
373
373
  },
374
374
  "currentProjectName": "tnp-config",
375
375
  "currentProjectGenericName": "tnp-config",
376
376
  "currentProjectType": "isomorphic-lib",
377
- "currentFrameworkVersion": "18.0.22",
377
+ "currentFrameworkVersion": "18.0.24",
378
378
  "isStandaloneProject": true,
379
379
  "isSmartContainer": false,
380
380
  "pathesTsconfig": "\"paths\": {\"tnp-config\":[\"./src/lib\"],\"tnp-config/*\":[\"./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.