tnp-config 18.0.4 → 18.0.5

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
- # firedev-config ( tnp-config )
2
-
3
- - part of [firedev.io](https://github.com/darekf77/firedev)
4
- - purpose:
5
- + general config for all firedev/isomorphic lib/apps
6
- + common usefull phrases for backend/frontend usage
7
-
8
- ## Usage
9
- - in firedev 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 firedev lib/apps)
15
- ```ts
16
- import { Helpers } from 'tnp-config/browser';
17
- ```
1
+ # firedev-config ( tnp-config )
2
+
3
+ - part of [firedev.io](https://github.com/darekf77/firedev)
4
+ - purpose:
5
+ + general config for all firedev/isomorphic lib/apps
6
+ + common usefull phrases for backend/frontend usage
7
+
8
+ ## Usage
9
+ - in firedev 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 firedev 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.4)
3
+ Assets from this folder are being shipped with this npm package (tnp-config@18.0.5)
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,40 +1,40 @@
1
- {
2
- "resources": ["README.md"],
3
-
4
- "overrided": {
5
- "ignoreDepsPattern": [],
6
- "includeAsDev": [],
7
- "includeOnly": ["tnp-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": ["firedev-config"],
34
- "isGenerated": false,
35
- "requiredServers": [],
36
- "license": "MIT",
37
- "private": false,
38
- "main": "index.js",
39
- "workerPlugins": {}
1
+ {
2
+ "resources": ["README.md"],
3
+
4
+ "overrided": {
5
+ "ignoreDepsPattern": [],
6
+ "includeAsDev": [],
7
+ "includeOnly": ["tnp-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": ["firedev-config"],
34
+ "isGenerated": false,
35
+ "requiredServers": [],
36
+ "license": "MIT",
37
+ "private": false,
38
+ "main": "index.js",
39
+ "workerPlugins": {}
40
40
  }
package/package.json CHANGED
@@ -42,13 +42,13 @@
42
42
  "workerPlugins": {}
43
43
  },
44
44
  "dependencies": {
45
- "tnp-core": "~18.0.26"
45
+ "tnp-core": "~18.0.27"
46
46
  },
47
47
  "devDependencies": {},
48
48
  "license": "MIT",
49
49
  "private": false,
50
50
  "name": "tnp-config",
51
- "version": "18.0.4",
52
- "lastBuildTagHash": "7acba524de9f1dcd79589d6143be2e0a9f94837b",
53
- "main": "index.js"
51
+ "version": "18.0.5",
52
+ "lastBuildTagHash": "de1c15c83bbd9dcbf13dde714449f73832386639",
53
+ "main": "dist/app.electron.js"
54
54
  }
@@ -46,7 +46,7 @@
46
46
  "workerPlugins": {}
47
47
  },
48
48
  "dependencies": {
49
- "tnp-core": "~18.0.26"
49
+ "tnp-core": "~18.0.27"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@angular-builders/custom-webpack": "~18.0.0",
@@ -135,7 +135,7 @@
135
135
  "angular-material-css-vars": "7.0.0",
136
136
  "angular-resize-event": "3.2.0",
137
137
  "animate.css": "4.1.1",
138
- "any-project-cli": "~18.0.1",
138
+ "any-project-cli": "~18.0.2",
139
139
  "app-root-path": "3.1.0",
140
140
  "axios": "1.7.3",
141
141
  "background-worker-process": "~16.100.10",
@@ -191,12 +191,12 @@
191
191
  "file-saver": "2.0.5",
192
192
  "file-type": "19.1.1",
193
193
  "firedev": "^18",
194
- "firedev-crud": "~16.444.15",
195
- "firedev-crud-deamon": "~18.0.1",
196
- "firedev-ports": "~16.444.15",
197
- "firedev-storage": "~16.444.11",
198
- "firedev-type-sql": "~18.0.1",
199
- "firedev-typeorm": "~16.444.11",
194
+ "firedev-crud": "~18.0.1",
195
+ "firedev-crud-deamon": "~18.0.2",
196
+ "firedev-ports": "~18.0.1",
197
+ "firedev-storage": "~18.0.1",
198
+ "firedev-type-sql": "~18.0.2",
199
+ "firedev-typeorm": "~18.0.1",
200
200
  "firedev-ui": "~16.444.1",
201
201
  "fkill": "6.1.0",
202
202
  "font-awesome": "4.7.0",
@@ -215,11 +215,11 @@
215
215
  "image-focus": "1.2.1",
216
216
  "immer": "10.0.2",
217
217
  "immutable": "4.3.7",
218
- "incremental-compiler": "~18.0.1",
218
+ "incremental-compiler": "~18.0.2",
219
219
  "inquirer": "7.3.3",
220
220
  "inquirer-autocomplete-prompt": "1.3.0",
221
221
  "is-elevated": "3.0.0",
222
- "isomorphic-region-loader": "~18.0.1",
222
+ "isomorphic-region-loader": "~18.0.2",
223
223
  "istanbul-instrumenter-loader": "3.0.1",
224
224
  "jest": "29.7.0",
225
225
  "jest-date-mock": "1.0.10",
@@ -230,8 +230,8 @@
230
230
  "joi": "17.13.3",
231
231
  "jscodeshift": "0.6.3",
232
232
  "json-stringify-safe": "5.0.1",
233
- "json10": "~18.0.1",
234
- "json10-writer": "~18.0.1",
233
+ "json10": "~18.0.2",
234
+ "json10-writer": "~18.0.2",
235
235
  "json5": "2.2.3",
236
236
  "json5-writer": "0.2.0",
237
237
  "jszip": "3.10.1",
@@ -240,9 +240,9 @@
240
240
  "localforage": "1.10.0",
241
241
  "lockfile": "1.0.4",
242
242
  "lodash": "4.17.21",
243
- "lodash-walk-object": "~18.0.1",
243
+ "lodash-walk-object": "~18.0.2",
244
244
  "lowdb": "7.0.1",
245
- "magic-renamer": "~18.0.1",
245
+ "magic-renamer": "~18.0.2",
246
246
  "material-design-icons": "3.0.1",
247
247
  "method-override": "2.3.10",
248
248
  "minimist": "1.2.8",
@@ -253,10 +253,10 @@
253
253
  "ng-in-viewport": "16.1.0",
254
254
  "ng-lock": "18.0.1",
255
255
  "ng-packagr": "18.1.0",
256
- "ng-talkback": "~16.444.7",
257
- "ng2-logger": "~18.0.2",
256
+ "ng-talkback": "~18.0.1",
257
+ "ng2-logger": "~18.0.4",
258
258
  "ng2-pdfjs-viewer": "18.0.0",
259
- "ng2-rest": "~18.0.1",
259
+ "ng2-rest": "~18.0.2",
260
260
  "ngx-ace-wrapper": "17.0.0",
261
261
  "ngx-editor": "17.5.4",
262
262
  "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": "~16.444.7",
272
+ "node-cli-tester": "~18.0.1",
273
273
  "node-localstorage": "2.1.6",
274
274
  "node-notifier": "10.0.1",
275
275
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -278,7 +278,7 @@
278
278
  "npm-run": "4.1.2",
279
279
  "omelette": "0.4.17",
280
280
  "open": "10.0.4",
281
- "ora": "8.0.1",
281
+ "ora": "3.4.0",
282
282
  "passport": "0.7.0",
283
283
  "passport-http-bearer": "1.0.1",
284
284
  "password-hash": "1.2.2",
@@ -298,7 +298,7 @@
298
298
  "q": "1.5.1",
299
299
  "rallax.js": "2.0.4",
300
300
  "randomcolor": "0.5.3",
301
- "record-replay-req-res-scenario": "~16.444.7",
301
+ "record-replay-req-res-scenario": "~18.0.1",
302
302
  "reflect-metadata": "0.2.2",
303
303
  "rimraf": "2.6.2",
304
304
  "rxjs": "~7.8.1",
@@ -310,7 +310,7 @@
310
310
  "socket.io-client": "4.7.5",
311
311
  "sort-package-json": "1.11.0",
312
312
  "sql.js": "1.8.0",
313
- "static-columns": "~16.444.10",
313
+ "static-columns": "~18.0.3",
314
314
  "string-similarity": "4.0.4",
315
315
  "sudo-block": "3.0.0",
316
316
  "supertest": "7.0.0",
@@ -318,12 +318,12 @@
318
318
  "systeminformation": "3.45.7",
319
319
  "task.js": "0.1.5",
320
320
  "threads": "1.7.0",
321
- "tnp": "~18.0.1",
322
- "tnp-cli": "~16.444.7",
323
- "tnp-config": "~18.0.2",
324
- "tnp-db": "~18.0.1",
325
- "tnp-helpers": "~18.0.1",
326
- "tnp-models": "~18.0.2",
321
+ "tnp": "~18.0.2",
322
+ "tnp-cli": "~18.0.1",
323
+ "tnp-config": "~18.0.4",
324
+ "tnp-db": "~18.0.2",
325
+ "tnp-helpers": "~18.0.2",
326
+ "tnp-models": "~18.0.3",
327
327
  "ts-debug": "1.3.0",
328
328
  "ts-json-schema-generator": "2.3.0-next.5",
329
329
  "ts-loader": "2.3.1",
@@ -334,13 +334,13 @@
334
334
  "typedoc": "0.26.5",
335
335
  "typedoc-plugin-markdown": "4.2.3",
336
336
  "typescript": "~5.5.4",
337
- "typescript-class-helpers": "~18.0.2",
337
+ "typescript-class-helpers": "~18.0.3",
338
338
  "typescript-formatter": "~7.2.2",
339
339
  "underscore": "1.13.7",
340
340
  "uuid": "10.0.0",
341
341
  "validator": "13.5.2",
342
342
  "video.js": "8.3.0",
343
- "vpn-split": "~16.444.7",
343
+ "vpn-split": "~18.0.1",
344
344
  "vscode": "1.1.37",
345
345
  "wait-on": "7.0.1",
346
346
  "watch": "1.0.2",
@@ -353,19 +353,19 @@
353
353
  "license": "MIT",
354
354
  "private": false,
355
355
  "name": "tnp-config",
356
- "version": "18.0.4",
357
- "lastBuildTagHash": "7acba524de9f1dcd79589d6143be2e0a9f94837b",
356
+ "version": "18.0.5",
357
+ "lastBuildTagHash": "de1c15c83bbd9dcbf13dde714449f73832386639",
358
358
  "main": "dist/app.electron.js"
359
359
  },
360
360
  "build": {
361
- "number": 663,
362
- "date": "2024-08-13T11:30:05.000Z",
363
- "hash": "de1c15c83bbd9dcbf13dde714449f73832386639"
361
+ "number": 664,
362
+ "date": "2024-08-13T12:42:13.000Z",
363
+ "hash": "88b363c4d0ef55c5bd719e5a378897ca5f6b0eb0"
364
364
  },
365
365
  "currentProjectName": "tnp-config",
366
366
  "currentProjectGenericName": "tnp-config",
367
367
  "currentProjectType": "isomorphic-lib",
368
- "currentFrameworkVersion": "18.0.1",
368
+ "currentFrameworkVersion": "18.0.2",
369
369
  "isStandaloneProject": true,
370
370
  "isSmartContainer": false,
371
371
  "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.