tnp-config 18.0.18 → 18.0.20

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.18)
3
+ Assets from this folder are being shipped with this npm package (tnp-config@18.0.20)
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/lib/config.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { CoreModels } from 'tnp-core/src';
2
- export { CoreHelpers as Helpers } from 'tnp-core/src';
1
+ import { CoreModels } from 'tnp-core';
2
+ export { CoreHelpers as Helpers } from 'tnp-core';
3
3
  export declare const GlobalLibTypeName: {
4
4
  isomorphicLib: string;
5
5
  container: string;
@@ -240,4 +240,4 @@ export declare const config: {
240
240
  };
241
241
  localLibs: string[];
242
242
  helpAlias: string[];
243
- };
243
+ };
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.18",
50
- "lastBuildTagHash": "83f7345a01b1ef38090d606577e8f88a371bdcc0",
49
+ "version": "18.0.20",
50
+ "lastBuildTagHash": "88098b07e75e8d6ea58c0dd1239d80aeafd17345",
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,13 +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.16",
213
+ "incremental-compiler": "~18.0.19",
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
+ "inquirer-toggle": "1.0.1",
218
219
  "is-elevated": "3.0.0",
219
- "isomorphic-region-loader": "~18.0.15",
220
+ "isomorphic-region-loader": "~18.0.17",
220
221
  "istanbul-instrumenter-loader": "3.0.1",
221
222
  "jest": "29.7.0",
222
223
  "jest-date-mock": "1.0.10",
@@ -227,8 +228,8 @@
227
228
  "joi": "17.13.3",
228
229
  "jscodeshift": "0.6.3",
229
230
  "json-stringify-safe": "5.0.1",
230
- "json10": "~18.0.15",
231
- "json10-writer": "~18.0.15",
231
+ "json10": "~18.0.17",
232
+ "json10-writer": "~18.0.17",
232
233
  "json5": "2.2.3",
233
234
  "json5-writer": "0.2.0",
234
235
  "jszip": "3.10.1",
@@ -237,9 +238,9 @@
237
238
  "localforage": "1.10.0",
238
239
  "lockfile": "1.0.4",
239
240
  "lodash": "4.17.21",
240
- "lodash-walk-object": "~18.0.15",
241
+ "lodash-walk-object": "~18.0.17",
241
242
  "lowdb": "7.0.1",
242
- "magic-renamer": "~18.0.15",
243
+ "magic-renamer": "~18.0.17",
243
244
  "material-design-icons": "3.0.1",
244
245
  "method-override": "2.3.10",
245
246
  "minimist": "1.2.8",
@@ -250,11 +251,11 @@
250
251
  "ng-in-viewport": "16.1.0",
251
252
  "ng-lock": "18.0.1",
252
253
  "ng-packagr": "18.1.0",
253
- "ng-talkback": "~18.0.14",
254
- "ng2-logger": "~18.0.17",
254
+ "ng-talkback": "~18.0.16",
255
+ "ng2-logger": "~18.0.19",
255
256
  "ng2-pdfjs-viewer": "18.0.0",
256
- "ng2-rest": "~18.0.15",
257
- "ng2-rest-swagger-generator": "18.0.12",
257
+ "ng2-rest": "~18.0.17",
258
+ "ng2-rest-swagger-generator": "18.0.14",
258
259
  "ngx-ace-wrapper": "17.0.0",
259
260
  "ngx-editor": "17.5.4",
260
261
  "ngx-highlightjs": "12.0.0",
@@ -268,7 +269,7 @@
268
269
  "ngx-scrolltop": "18.0.0",
269
270
  "ngx-store": "3.1.1",
270
271
  "ngx-typed-js": "2.1.1",
271
- "node-cli-tester": "~18.0.14",
272
+ "node-cli-tester": "~18.0.16",
272
273
  "node-localstorage": "2.1.6",
273
274
  "node-notifier": "10.0.1",
274
275
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -299,7 +300,7 @@
299
300
  "q": "1.5.1",
300
301
  "rallax.js": "2.0.4",
301
302
  "randomcolor": "0.5.3",
302
- "record-replay-req-res-scenario": "~18.0.14",
303
+ "record-replay-req-res-scenario": "~18.0.16",
303
304
  "reflect-metadata": "0.2.2",
304
305
  "rimraf": "2.6.2",
305
306
  "rxjs": "~7.8.1",
@@ -313,23 +314,23 @@
313
314
  "sql-template-strings": "2.2.2",
314
315
  "sql-template-tag": "5.2.1",
315
316
  "sql.js": "1.8.0",
316
- "static-columns": "~18.0.16",
317
+ "static-columns": "~18.0.18",
317
318
  "string-similarity": "4.0.4",
318
319
  "sudo-block": "3.0.0",
319
320
  "supertest": "7.0.0",
320
321
  "sweetalert2": "11.7.32",
321
322
  "systeminformation": "3.45.7",
322
323
  "taon": "^18",
323
- "taon-storage": "18.0.24",
324
- "taon-type-sql": "18.0.15",
325
- "taon-typeorm": "18.0.14",
324
+ "taon-storage": "18.0.26",
325
+ "taon-type-sql": "18.0.17",
326
+ "taon-typeorm": "18.0.16",
326
327
  "task.js": "0.1.5",
327
328
  "threads": "1.7.0",
328
- "tnp": "~18.0.15",
329
- "tnp-config": "~18.0.17",
330
- "tnp-core": "~18.0.42",
331
- "tnp-helpers": "~18.0.15",
332
- "tnp-models": "~18.0.16",
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",
333
334
  "ts-debug": "1.3.0",
334
335
  "ts-json-schema-generator": "2.3.0-next.5",
335
336
  "ts-loader": "2.3.1",
@@ -341,14 +342,14 @@
341
342
  "typedoc": "0.26.5",
342
343
  "typedoc-plugin-markdown": "4.2.3",
343
344
  "typescript": "~5.5.4",
344
- "typescript-class-helpers": "~18.0.16",
345
+ "typescript-class-helpers": "~18.0.18",
345
346
  "typescript-formatter": "~7.2.2",
346
347
  "typescript-string-enums": "~1.0.0",
347
348
  "underscore": "1.13.7",
348
349
  "uuid": "10.0.0",
349
350
  "validator": "13.5.2",
350
351
  "video.js": "8.3.0",
351
- "vpn-split": "~18.0.14",
352
+ "vpn-split": "~18.0.16",
352
353
  "vscode": "1.1.37",
353
354
  "wait-on": "8.0.1",
354
355
  "watch": "1.0.2",
@@ -361,19 +362,19 @@
361
362
  "license": "MIT",
362
363
  "private": false,
363
364
  "name": "tnp-config",
364
- "version": "18.0.18",
365
- "lastBuildTagHash": "83f7345a01b1ef38090d606577e8f88a371bdcc0",
365
+ "version": "18.0.20",
366
+ "lastBuildTagHash": "88098b07e75e8d6ea58c0dd1239d80aeafd17345",
366
367
  "main": "dist/app.electron.js"
367
368
  },
368
369
  "build": {
369
- "number": 688,
370
- "date": "2024-11-25T02:17:29.000Z",
371
- "hash": "2878b14d48b46478231c7c3378a3120daaca9e07"
370
+ "number": 691,
371
+ "date": "2025-01-06T22:22:17.000Z",
372
+ "hash": "3286509a0b92275d28179434c695d80ba774fa9c"
372
373
  },
373
374
  "currentProjectName": "tnp-config",
374
375
  "currentProjectGenericName": "tnp-config",
375
376
  "currentProjectType": "isomorphic-lib",
376
- "currentFrameworkVersion": "18.0.17",
377
+ "currentFrameworkVersion": "18.0.22",
377
378
  "isStandaloneProject": true,
378
379
  "isSmartContainer": false,
379
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.