tnp-helpers 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.
@@ -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-helpers@18.0.2)
3
+ Assets from this folder are being shipped with this npm package (tnp-helpers@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,42 +1,42 @@
1
- {
2
- "resources": [],
3
-
4
- "overrided": {
5
- "ignoreDepsPattern": [],
6
- "includeAsDev": [],
7
- "includeOnly": ["tnp-models", "task.js", "json10-writer", "lowdb", "typescript"],
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
- "version": "v18",
30
-
31
- "scripts": {
32
- "test": "echo \"Error: no test specified\" && exit 1"
33
- },
34
-
35
- "description": "",
36
- "license": "MIT",
37
- "private": false,
38
- "author": "",
39
- "homepage": "https://github.com/darekf77/tnp-helpers#readme",
40
- "workerPlugins": {},
41
- "additionalNpmNames": ["firedev-helpers"]
1
+ {
2
+ "resources": [],
3
+
4
+ "overrided": {
5
+ "ignoreDepsPattern": [],
6
+ "includeAsDev": [],
7
+ "includeOnly": ["tnp-models", "task.js", "json10-writer", "lowdb", "typescript"],
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
+ "version": "v18",
30
+
31
+ "scripts": {
32
+ "test": "echo \"Error: no test specified\" && exit 1"
33
+ },
34
+
35
+ "description": "",
36
+ "license": "MIT",
37
+ "private": false,
38
+ "author": "",
39
+ "homepage": "https://github.com/darekf77/tnp-helpers#readme",
40
+ "workerPlugins": {},
41
+ "additionalNpmNames": ["firedev-helpers"]
42
42
  }
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1723553019273 = dummy1723553019273;
4
- function dummy1723553019273() { }
3
+ exports.dummy1723574402338 = dummy1723574402338;
4
+ function dummy1723574402338() { }
5
5
  //# sourceMappingURL=angular.helper.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1723553019313 = dummy1723553019313;
4
- function dummy1723553019313() { }
3
+ exports.dummy1723574402423 = dummy1723574402423;
4
+ function dummy1723574402423() { }
5
5
  //# sourceMappingURL=base-component.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1723553019314 = dummy1723553019314;
4
- function dummy1723553019314() { }
3
+ exports.dummy1723574402426 = dummy1723574402426;
4
+ function dummy1723574402426() { }
5
5
  //# sourceMappingURL=base-formly-component.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1723553019316 = dummy1723553019316;
4
- function dummy1723553019316() { }
3
+ exports.dummy1723574402431 = dummy1723574402431;
4
+ function dummy1723574402431() { }
5
5
  //# sourceMappingURL=dual-component-ctrl.js.map
package/package.json CHANGED
@@ -43,12 +43,12 @@
43
43
  "firedev-helpers"
44
44
  ]
45
45
  },
46
- "version": "18.0.2",
46
+ "version": "18.0.3",
47
47
  "dependencies": {
48
- "json10-writer": "~18.0.2",
48
+ "json10-writer": "~18.0.3",
49
49
  "lowdb": "7.0.1",
50
50
  "task.js": "0.1.5",
51
- "tnp-models": "~18.0.3",
51
+ "tnp-models": "~18.0.4",
52
52
  "typescript": "~5.5.4"
53
53
  },
54
54
  "scripts": {
@@ -61,6 +61,6 @@
61
61
  "homepage": "https://github.com/darekf77/tnp-helpers#readme",
62
62
  "name": "tnp-helpers",
63
63
  "devDependencies": {},
64
- "lastBuildTagHash": "b809757cc903cd4632cbf07d69750959910e6292",
64
+ "lastBuildTagHash": "c105c699befad25eaad08536f4d5565df1e00c66",
65
65
  "main": "dist/app.electron.js"
66
66
  }
@@ -47,12 +47,12 @@
47
47
  "firedev-helpers"
48
48
  ]
49
49
  },
50
- "version": "18.0.2",
50
+ "version": "18.0.3",
51
51
  "dependencies": {
52
- "json10-writer": "~18.0.2",
52
+ "json10-writer": "~18.0.3",
53
53
  "lowdb": "7.0.1",
54
54
  "task.js": "0.1.5",
55
- "tnp-models": "~18.0.3",
55
+ "tnp-models": "~18.0.4",
56
56
  "typescript": "~5.5.4"
57
57
  },
58
58
  "scripts": {
@@ -151,7 +151,7 @@
151
151
  "angular-material-css-vars": "7.0.0",
152
152
  "angular-resize-event": "3.2.0",
153
153
  "animate.css": "4.1.1",
154
- "any-project-cli": "~18.0.1",
154
+ "any-project-cli": "~18.0.2",
155
155
  "app-root-path": "3.1.0",
156
156
  "axios": "1.7.3",
157
157
  "background-worker-process": "~16.100.10",
@@ -207,12 +207,12 @@
207
207
  "file-saver": "2.0.5",
208
208
  "file-type": "19.1.1",
209
209
  "firedev": "^18",
210
- "firedev-crud": "~16.444.15",
211
- "firedev-crud-deamon": "~18.0.1",
212
- "firedev-ports": "~16.444.15",
213
- "firedev-storage": "~16.444.11",
214
- "firedev-type-sql": "~18.0.1",
215
- "firedev-typeorm": "~16.444.11",
210
+ "firedev-crud": "~18.0.1",
211
+ "firedev-crud-deamon": "~18.0.2",
212
+ "firedev-ports": "~18.0.1",
213
+ "firedev-storage": "~18.0.1",
214
+ "firedev-type-sql": "~18.0.2",
215
+ "firedev-typeorm": "~18.0.1",
216
216
  "firedev-ui": "~16.444.1",
217
217
  "fkill": "6.1.0",
218
218
  "font-awesome": "4.7.0",
@@ -231,11 +231,11 @@
231
231
  "image-focus": "1.2.1",
232
232
  "immer": "10.0.2",
233
233
  "immutable": "4.3.7",
234
- "incremental-compiler": "~18.0.1",
234
+ "incremental-compiler": "~18.0.2",
235
235
  "inquirer": "7.3.3",
236
236
  "inquirer-autocomplete-prompt": "1.3.0",
237
237
  "is-elevated": "3.0.0",
238
- "isomorphic-region-loader": "~18.0.1",
238
+ "isomorphic-region-loader": "~18.0.2",
239
239
  "istanbul-instrumenter-loader": "3.0.1",
240
240
  "jest": "29.7.0",
241
241
  "jest-date-mock": "1.0.10",
@@ -246,7 +246,7 @@
246
246
  "joi": "17.13.3",
247
247
  "jscodeshift": "0.6.3",
248
248
  "json-stringify-safe": "5.0.1",
249
- "json10": "~18.0.1",
249
+ "json10": "~18.0.2",
250
250
  "json5": "2.2.3",
251
251
  "json5-writer": "0.2.0",
252
252
  "jszip": "3.10.1",
@@ -255,8 +255,8 @@
255
255
  "localforage": "1.10.0",
256
256
  "lockfile": "1.0.4",
257
257
  "lodash": "4.17.21",
258
- "lodash-walk-object": "~18.0.1",
259
- "magic-renamer": "~18.0.1",
258
+ "lodash-walk-object": "~18.0.2",
259
+ "magic-renamer": "~18.0.2",
260
260
  "material-design-icons": "3.0.1",
261
261
  "method-override": "2.3.10",
262
262
  "minimist": "1.2.8",
@@ -267,10 +267,10 @@
267
267
  "ng-in-viewport": "16.1.0",
268
268
  "ng-lock": "18.0.1",
269
269
  "ng-packagr": "18.1.0",
270
- "ng-talkback": "~16.444.7",
271
- "ng2-logger": "~18.0.4",
270
+ "ng-talkback": "~18.0.1",
271
+ "ng2-logger": "~18.0.5",
272
272
  "ng2-pdfjs-viewer": "18.0.0",
273
- "ng2-rest": "~18.0.1",
273
+ "ng2-rest": "~18.0.2",
274
274
  "ngx-ace-wrapper": "17.0.0",
275
275
  "ngx-editor": "17.5.4",
276
276
  "ngx-highlightjs": "12.0.0",
@@ -283,7 +283,7 @@
283
283
  "ngx-scrolltop": "18.0.0",
284
284
  "ngx-store": "3.1.1",
285
285
  "ngx-typed-js": "2.1.1",
286
- "node-cli-tester": "~16.444.7",
286
+ "node-cli-tester": "~18.0.1",
287
287
  "node-localstorage": "2.1.6",
288
288
  "node-notifier": "10.0.1",
289
289
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -292,7 +292,7 @@
292
292
  "npm-run": "4.1.2",
293
293
  "omelette": "0.4.17",
294
294
  "open": "10.0.4",
295
- "ora": "8.0.1",
295
+ "ora": "3.4.0",
296
296
  "passport": "0.7.0",
297
297
  "passport-http-bearer": "1.0.1",
298
298
  "password-hash": "1.2.2",
@@ -312,7 +312,7 @@
312
312
  "q": "1.5.1",
313
313
  "rallax.js": "2.0.4",
314
314
  "randomcolor": "0.5.3",
315
- "record-replay-req-res-scenario": "~16.444.7",
315
+ "record-replay-req-res-scenario": "~18.0.1",
316
316
  "reflect-metadata": "0.2.2",
317
317
  "rimraf": "2.6.2",
318
318
  "rxjs": "~7.8.1",
@@ -324,19 +324,19 @@
324
324
  "socket.io-client": "4.7.5",
325
325
  "sort-package-json": "1.11.0",
326
326
  "sql.js": "1.8.0",
327
- "static-columns": "~16.444.10",
327
+ "static-columns": "~18.0.3",
328
328
  "string-similarity": "4.0.4",
329
329
  "sudo-block": "3.0.0",
330
330
  "supertest": "7.0.0",
331
331
  "sweetalert2": "11.7.32",
332
332
  "systeminformation": "3.45.7",
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-helpers": "~18.0.1",
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-helpers": "~18.0.2",
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",
@@ -346,13 +346,13 @@
346
346
  "turndown": "7.2.0",
347
347
  "typedoc": "0.26.5",
348
348
  "typedoc-plugin-markdown": "4.2.3",
349
- "typescript-class-helpers": "~18.0.3",
349
+ "typescript-class-helpers": "~18.0.4",
350
350
  "typescript-formatter": "~7.2.2",
351
351
  "underscore": "1.13.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",
@@ -362,18 +362,18 @@
362
362
  "yup": "1.3.3",
363
363
  "zone.js": "~0.13.0"
364
364
  },
365
- "lastBuildTagHash": "b809757cc903cd4632cbf07d69750959910e6292",
365
+ "lastBuildTagHash": "c105c699befad25eaad08536f4d5565df1e00c66",
366
366
  "main": "dist/app.electron.js"
367
367
  },
368
368
  "build": {
369
- "number": 822,
370
- "date": "2024-08-13T11:29:55.000Z",
371
- "hash": "c105c699befad25eaad08536f4d5565df1e00c66"
369
+ "number": 823,
370
+ "date": "2024-08-13T12:43:59.000Z",
371
+ "hash": "d7bfa90e17ad289e06217b3b6d18724df0b1e54c"
372
372
  },
373
373
  "currentProjectName": "tnp-helpers",
374
374
  "currentProjectGenericName": "tnp-helpers",
375
375
  "currentProjectType": "isomorphic-lib",
376
- "currentFrameworkVersion": "18.0.1",
376
+ "currentFrameworkVersion": "18.0.2",
377
377
  "isStandaloneProject": true,
378
378
  "isSmartContainer": false,
379
379
  "pathesTsconfig": "\"paths\": {\"tnp-helpers\":[\"./src/lib\"],\"tnp-helpers/*\":[\"./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.