typescript-class-helpers 16.444.7 → 16.444.8

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 (typescript-class-helpers@16.444.7)
3
+ Assets from this folder are being shipped with this npm package (typescript-class-helpers@16.444.8)
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.
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "name": "typescript-class-helpers",
50
50
  "description": "Usefull helper to have in your typescript project",
51
- "version": "16.444.7",
51
+ "version": "16.444.8",
52
52
  "scripts": {
53
53
  "test": "mocha --require ts-node/register src/**/*.spec.ts",
54
54
  "test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
@@ -69,11 +69,11 @@
69
69
  "homepage": "https://github.com/darekf77/typescript-class-helpers#readme",
70
70
  "dependencies": {
71
71
  "enum-values": "1.2.1",
72
- "ng2-logger": "16.444.7"
72
+ "ng2-logger": "~16.444.8"
73
73
  },
74
74
  "license": "MIT",
75
75
  "private": false,
76
- "lastBuildTagHash": "dffaec87dcccd22dce256bc5bf0f3571bbb1304d",
76
+ "lastBuildTagHash": "a781aadc23fb4bc67d1d4d0ba640c59491fdac30",
77
77
  "devDependencies": {
78
78
  "@angular-builders/custom-webpack": "~16.0.2-beta.2",
79
79
  "@angular-devkit/build-angular": "~16.0.5",
@@ -160,10 +160,10 @@
160
160
  "angular-material-css-vars": "5.0.2",
161
161
  "angular-resize-event": "3.2.0",
162
162
  "animate.css": "4.1.1 ",
163
- "any-project-cli": "16.444.6",
163
+ "any-project-cli": "~16.444.7",
164
164
  "app-root-path": "3.0.0",
165
165
  "axios": "1.3.5",
166
- "background-worker-process": "16.100.10",
166
+ "background-worker-process": "~16.100.10",
167
167
  "base32": "0.0.7",
168
168
  "bcryptjs": "2.4.3",
169
169
  "body-parser": "1.18.2",
@@ -215,13 +215,13 @@
215
215
  "file-saver": "2.0.5",
216
216
  "file-type": "18.5.0",
217
217
  "firedev": "^16",
218
- "firedev-crud": "16.444.6",
219
- "firedev-crud-deamon": "16.444.6",
220
- "firedev-ports": "16.444.6",
221
- "firedev-storage": "16.444.5",
222
- "firedev-type-sql": "16.444.6",
223
- "firedev-typeorm": "16.444.5",
224
- "firedev-ui": "16.444.1",
218
+ "firedev-crud": "~16.444.7",
219
+ "firedev-crud-deamon": "~16.444.7",
220
+ "firedev-ports": "~16.444.7",
221
+ "firedev-storage": "~16.444.5",
222
+ "firedev-type-sql": "~16.444.7",
223
+ "firedev-typeorm": "~16.444.5",
224
+ "firedev-ui": "~16.444.1",
225
225
  "fkill": "6.1.0",
226
226
  "font-awesome": "4.7.0",
227
227
  "form-data": "4.0.0",
@@ -239,11 +239,11 @@
239
239
  "image-focus": "1.2.1",
240
240
  "immer": "10.0.2",
241
241
  "immutable": "4.3.0",
242
- "incremental-compiler": "16.444.7",
242
+ "incremental-compiler": "~16.444.8",
243
243
  "inquirer": "7.3.3",
244
244
  "inquirer-autocomplete-prompt": "1.3.0",
245
245
  "is-elevated": "3.0.0",
246
- "isomorphic-region-loader": "16.444.6",
246
+ "isomorphic-region-loader": "~16.444.7",
247
247
  "istanbul-instrumenter-loader": "2.0.0",
248
248
  "jest": "29.5.0",
249
249
  "jest-date-mock": "1.0.8",
@@ -254,8 +254,8 @@
254
254
  "joi": "17.9.2",
255
255
  "jscodeshift": "0.6.3",
256
256
  "json-stringify-safe": "5.0.1",
257
- "json10": "16.444.6",
258
- "json10-writer": "16.444.6",
257
+ "json10": "~16.444.7",
258
+ "json10-writer": "~16.444.7",
259
259
  "json5": "2.2.1",
260
260
  "json5-writer": "0.2.0",
261
261
  "jszip": "3.10.1",
@@ -264,9 +264,9 @@
264
264
  "localforage": "1.10.0",
265
265
  "lockfile": "1.0.4",
266
266
  "lodash": "4.17.20",
267
- "lodash-walk-object": "16.444.5",
267
+ "lodash-walk-object": "~16.444.6",
268
268
  "lowdb": "7.0.1",
269
- "magic-renamer": "16.444.5",
269
+ "magic-renamer": "~16.444.6",
270
270
  "material-design-icons": "3.0.1",
271
271
  "method-override": "2.3.10",
272
272
  "minimist": "1.2.0",
@@ -277,9 +277,9 @@
277
277
  "ng-in-viewport": "15.0.2",
278
278
  "ng-lock": "16.0.1",
279
279
  "ng-packagr": "16.0.1",
280
- "ng-talkback": "16.444.1",
280
+ "ng-talkback": "~16.444.1",
281
281
  "ng2-pdfjs-viewer": "16.0.4",
282
- "ng2-rest": "16.444.5",
282
+ "ng2-rest": "~16.444.6",
283
283
  "ngx-ace-wrapper": "14.0.0",
284
284
  "ngx-editor": "15.3.0",
285
285
  "ngx-highlightjs": "9.0.0",
@@ -292,7 +292,7 @@
292
292
  "ngx-scrolltop": "6.0.0",
293
293
  "ngx-store": "3.1.1",
294
294
  "ngx-typed-js": "2.1.1",
295
- "node-cli-tester": "16.444.1",
295
+ "node-cli-tester": "~16.444.1",
296
296
  "node-localstorage": "2.1.6",
297
297
  "node-notifier": "6.0.0",
298
298
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -321,7 +321,7 @@
321
321
  "q": "1.5.1",
322
322
  "rallax.js": "2.0.4",
323
323
  "randomcolor": "0.5.3",
324
- "record-replay-req-res-scenario": "16.444.1",
324
+ "record-replay-req-res-scenario": "~16.444.1",
325
325
  "reflect-metadata": "0.1.10",
326
326
  "rimraf": "2.6.2",
327
327
  "rxjs": "~7.8.0",
@@ -333,7 +333,7 @@
333
333
  "socket.io-client": "4.7.5",
334
334
  "sort-package-json": "1.11.0",
335
335
  "sql.js": "1.8.0",
336
- "static-columns": "16.444.3",
336
+ "static-columns": "~16.444.3",
337
337
  "string-similarity": "4.0.2",
338
338
  "sudo-block": "3.0.0",
339
339
  "supertest": "6.3.3",
@@ -341,12 +341,12 @@
341
341
  "systeminformation": "3.45.7",
342
342
  "task.js": "0.1.5",
343
343
  "threads": "1.7.0",
344
- "tnp-cli": "16.444.1",
345
- "tnp-config": "16.444.7",
346
- "tnp-core": "16.444.8",
347
- "tnp-db": "16.444.5",
348
- "tnp-helpers": "16.444.7",
349
- "tnp-models": "16.444.6",
344
+ "tnp-cli": "~16.444.1",
345
+ "tnp-config": "~16.444.8",
346
+ "tnp-core": "~16.444.9",
347
+ "tnp-db": "~16.444.6",
348
+ "tnp-helpers": "~16.444.10",
349
+ "tnp-models": "~16.444.7",
350
350
  "ts-debug": "1.3.0",
351
351
  "ts-json-schema-generator": "2.1.1",
352
352
  "ts-loader": "2.3.1",
@@ -357,13 +357,13 @@
357
357
  "typedoc": "0.25.13",
358
358
  "typedoc-plugin-markdown": "4.0.3",
359
359
  "typescript": "~5.0.2",
360
- "typescript-class-helpers": "~16.444.6",
360
+ "typescript-class-helpers": "~16.444.7",
361
361
  "typescript-formatter": "~7.2.2",
362
362
  "underscore": "1.9.1",
363
363
  "uuid": "8.3.2",
364
364
  "validator": "9.2.0",
365
365
  "video.js": "8.3.0",
366
- "vpn-split": "16.444.1",
366
+ "vpn-split": "~16.444.1",
367
367
  "vscode": "1.1.37",
368
368
  "wait-on": "7.0.1",
369
369
  "watch": "1.0.2",
package/firedev.jsonc CHANGED
@@ -1,55 +1,55 @@
1
- {
2
- "resources": [],
3
-
4
- "overrided": {
5
- "includeAsDev": [],
6
-
7
- "includeOnly": [
8
- "ng2-logger",
9
- "enum-values"
10
- ],
11
-
12
- "ignoreDepsPattern": [],
13
- "dependencies": {},
14
- "linkedFolders": [],
15
- "npmFixes": [],
16
- },
17
-
18
- "smartContainerBuildTarget": "",
19
- "linkedRepos": [],
20
-
21
- "libReleaseOptions": {
22
- "nodts": false,
23
- "obscure": false,
24
- "ugly": false,
25
- "includeNodeModules": false,
26
- "cliBuildNoDts": false,
27
- "cliBuildObscure": false,
28
- "cliBuildIncludeNodeModules": false,
29
- "cliBuildUglify": false,
30
- },
31
-
32
- "smartContainerTarget": "",
33
- "type": "isomorphic-lib",
34
- "version": "v16",
35
- "additionalNpmNames": ["firedev-class-helpers"],
36
- "license": "MIT",
37
- "private": false,
38
-
39
- "scripts": {
40
- "test": "mocha --require ts-node/register src/**/*.spec.ts",
41
- "test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
42
- },
43
-
44
- "description": "Usefull helper to have in your typescript project",
45
- "author": "Dariusz Filipiak",
46
- "homepage": "https://github.com/darekf77/typescript-class-helpers#readme",
47
-
48
- "keywords": [
49
- "ng2-rest",
50
- "docs",
51
- "documentation"
52
- ],
53
-
54
- "workerPlugins": {},
1
+ {
2
+ "resources": [],
3
+
4
+ "overrided": {
5
+ "includeAsDev": [],
6
+
7
+ "includeOnly": [
8
+ "ng2-logger",
9
+ "enum-values"
10
+ ],
11
+
12
+ "ignoreDepsPattern": [],
13
+ "dependencies": {},
14
+ "linkedFolders": [],
15
+ "npmFixes": [],
16
+ },
17
+
18
+ "smartContainerBuildTarget": "",
19
+ "linkedRepos": [],
20
+
21
+ "libReleaseOptions": {
22
+ "nodts": false,
23
+ "obscure": false,
24
+ "ugly": false,
25
+ "includeNodeModules": false,
26
+ "cliBuildNoDts": false,
27
+ "cliBuildObscure": false,
28
+ "cliBuildIncludeNodeModules": false,
29
+ "cliBuildUglify": false,
30
+ },
31
+
32
+ "smartContainerTarget": "",
33
+ "type": "isomorphic-lib",
34
+ "version": "v16",
35
+ "additionalNpmNames": ["firedev-class-helpers"],
36
+ "license": "MIT",
37
+ "private": false,
38
+
39
+ "scripts": {
40
+ "test": "mocha --require ts-node/register src/**/*.spec.ts",
41
+ "test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
42
+ },
43
+
44
+ "description": "Usefull helper to have in your typescript project",
45
+ "author": "Dariusz Filipiak",
46
+ "homepage": "https://github.com/darekf77/typescript-class-helpers#readme",
47
+
48
+ "keywords": [
49
+ "ng2-rest",
50
+ "docs",
51
+ "documentation"
52
+ ],
53
+
54
+ "workerPlugins": {},
55
55
  }
package/package.json CHANGED
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "name": "typescript-class-helpers",
50
50
  "description": "Usefull helper to have in your typescript project",
51
- "version": "16.444.7",
51
+ "version": "16.444.8",
52
52
  "scripts": {
53
53
  "test": "mocha --require ts-node/register src/**/*.spec.ts",
54
54
  "test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
@@ -69,11 +69,11 @@
69
69
  "homepage": "https://github.com/darekf77/typescript-class-helpers#readme",
70
70
  "dependencies": {
71
71
  "enum-values": "1.2.1",
72
- "ng2-logger": "16.444.7"
72
+ "ng2-logger": "~16.444.8"
73
73
  },
74
74
  "license": "MIT",
75
75
  "private": false,
76
- "lastBuildTagHash": "dffaec87dcccd22dce256bc5bf0f3571bbb1304d",
76
+ "lastBuildTagHash": "a781aadc23fb4bc67d1d4d0ba640c59491fdac30",
77
77
  "devDependencies": {},
78
78
  "main": "dist/app.electron.js"
79
79
  }
@@ -52,7 +52,7 @@
52
52
  },
53
53
  "name": "typescript-class-helpers",
54
54
  "description": "Usefull helper to have in your typescript project",
55
- "version": "16.444.7",
55
+ "version": "16.444.8",
56
56
  "scripts": {
57
57
  "test": "mocha --require ts-node/register src/**/*.spec.ts",
58
58
  "test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
@@ -73,11 +73,11 @@
73
73
  "homepage": "https://github.com/darekf77/typescript-class-helpers#readme",
74
74
  "dependencies": {
75
75
  "enum-values": "1.2.1",
76
- "ng2-logger": "16.444.7"
76
+ "ng2-logger": "~16.444.8"
77
77
  },
78
78
  "license": "MIT",
79
79
  "private": false,
80
- "lastBuildTagHash": "dffaec87dcccd22dce256bc5bf0f3571bbb1304d",
80
+ "lastBuildTagHash": "a781aadc23fb4bc67d1d4d0ba640c59491fdac30",
81
81
  "devDependencies": {
82
82
  "@angular-builders/custom-webpack": "~16.0.2-beta.2",
83
83
  "@angular-devkit/build-angular": "~16.0.5",
@@ -164,10 +164,10 @@
164
164
  "angular-material-css-vars": "5.0.2",
165
165
  "angular-resize-event": "3.2.0",
166
166
  "animate.css": "4.1.1 ",
167
- "any-project-cli": "16.444.6",
167
+ "any-project-cli": "~16.444.7",
168
168
  "app-root-path": "3.0.0",
169
169
  "axios": "1.3.5",
170
- "background-worker-process": "16.100.10",
170
+ "background-worker-process": "~16.100.10",
171
171
  "base32": "0.0.7",
172
172
  "bcryptjs": "2.4.3",
173
173
  "body-parser": "1.18.2",
@@ -219,13 +219,13 @@
219
219
  "file-saver": "2.0.5",
220
220
  "file-type": "18.5.0",
221
221
  "firedev": "^16",
222
- "firedev-crud": "16.444.6",
223
- "firedev-crud-deamon": "16.444.6",
224
- "firedev-ports": "16.444.6",
225
- "firedev-storage": "16.444.5",
226
- "firedev-type-sql": "16.444.6",
227
- "firedev-typeorm": "16.444.5",
228
- "firedev-ui": "16.444.1",
222
+ "firedev-crud": "~16.444.7",
223
+ "firedev-crud-deamon": "~16.444.7",
224
+ "firedev-ports": "~16.444.7",
225
+ "firedev-storage": "~16.444.5",
226
+ "firedev-type-sql": "~16.444.7",
227
+ "firedev-typeorm": "~16.444.5",
228
+ "firedev-ui": "~16.444.1",
229
229
  "fkill": "6.1.0",
230
230
  "font-awesome": "4.7.0",
231
231
  "form-data": "4.0.0",
@@ -243,11 +243,11 @@
243
243
  "image-focus": "1.2.1",
244
244
  "immer": "10.0.2",
245
245
  "immutable": "4.3.0",
246
- "incremental-compiler": "16.444.7",
246
+ "incremental-compiler": "~16.444.8",
247
247
  "inquirer": "7.3.3",
248
248
  "inquirer-autocomplete-prompt": "1.3.0",
249
249
  "is-elevated": "3.0.0",
250
- "isomorphic-region-loader": "16.444.6",
250
+ "isomorphic-region-loader": "~16.444.7",
251
251
  "istanbul-instrumenter-loader": "2.0.0",
252
252
  "jest": "29.5.0",
253
253
  "jest-date-mock": "1.0.8",
@@ -258,8 +258,8 @@
258
258
  "joi": "17.9.2",
259
259
  "jscodeshift": "0.6.3",
260
260
  "json-stringify-safe": "5.0.1",
261
- "json10": "16.444.6",
262
- "json10-writer": "16.444.6",
261
+ "json10": "~16.444.7",
262
+ "json10-writer": "~16.444.7",
263
263
  "json5": "2.2.1",
264
264
  "json5-writer": "0.2.0",
265
265
  "jszip": "3.10.1",
@@ -268,9 +268,9 @@
268
268
  "localforage": "1.10.0",
269
269
  "lockfile": "1.0.4",
270
270
  "lodash": "4.17.20",
271
- "lodash-walk-object": "16.444.5",
271
+ "lodash-walk-object": "~16.444.6",
272
272
  "lowdb": "7.0.1",
273
- "magic-renamer": "16.444.5",
273
+ "magic-renamer": "~16.444.6",
274
274
  "material-design-icons": "3.0.1",
275
275
  "method-override": "2.3.10",
276
276
  "minimist": "1.2.0",
@@ -281,9 +281,9 @@
281
281
  "ng-in-viewport": "15.0.2",
282
282
  "ng-lock": "16.0.1",
283
283
  "ng-packagr": "16.0.1",
284
- "ng-talkback": "16.444.1",
284
+ "ng-talkback": "~16.444.1",
285
285
  "ng2-pdfjs-viewer": "16.0.4",
286
- "ng2-rest": "16.444.5",
286
+ "ng2-rest": "~16.444.6",
287
287
  "ngx-ace-wrapper": "14.0.0",
288
288
  "ngx-editor": "15.3.0",
289
289
  "ngx-highlightjs": "9.0.0",
@@ -296,7 +296,7 @@
296
296
  "ngx-scrolltop": "6.0.0",
297
297
  "ngx-store": "3.1.1",
298
298
  "ngx-typed-js": "2.1.1",
299
- "node-cli-tester": "16.444.1",
299
+ "node-cli-tester": "~16.444.1",
300
300
  "node-localstorage": "2.1.6",
301
301
  "node-notifier": "6.0.0",
302
302
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -325,7 +325,7 @@
325
325
  "q": "1.5.1",
326
326
  "rallax.js": "2.0.4",
327
327
  "randomcolor": "0.5.3",
328
- "record-replay-req-res-scenario": "16.444.1",
328
+ "record-replay-req-res-scenario": "~16.444.1",
329
329
  "reflect-metadata": "0.1.10",
330
330
  "rimraf": "2.6.2",
331
331
  "rxjs": "~7.8.0",
@@ -337,7 +337,7 @@
337
337
  "socket.io-client": "4.7.5",
338
338
  "sort-package-json": "1.11.0",
339
339
  "sql.js": "1.8.0",
340
- "static-columns": "16.444.3",
340
+ "static-columns": "~16.444.3",
341
341
  "string-similarity": "4.0.2",
342
342
  "sudo-block": "3.0.0",
343
343
  "supertest": "6.3.3",
@@ -345,12 +345,12 @@
345
345
  "systeminformation": "3.45.7",
346
346
  "task.js": "0.1.5",
347
347
  "threads": "1.7.0",
348
- "tnp-cli": "16.444.1",
349
- "tnp-config": "16.444.7",
350
- "tnp-core": "16.444.8",
351
- "tnp-db": "16.444.5",
352
- "tnp-helpers": "16.444.7",
353
- "tnp-models": "16.444.6",
348
+ "tnp-cli": "~16.444.1",
349
+ "tnp-config": "~16.444.8",
350
+ "tnp-core": "~16.444.9",
351
+ "tnp-db": "~16.444.6",
352
+ "tnp-helpers": "~16.444.10",
353
+ "tnp-models": "~16.444.7",
354
354
  "ts-debug": "1.3.0",
355
355
  "ts-json-schema-generator": "2.1.1",
356
356
  "ts-loader": "2.3.1",
@@ -361,13 +361,13 @@
361
361
  "typedoc": "0.25.13",
362
362
  "typedoc-plugin-markdown": "4.0.3",
363
363
  "typescript": "~5.0.2",
364
- "typescript-class-helpers": "~16.444.6",
364
+ "typescript-class-helpers": "~16.444.7",
365
365
  "typescript-formatter": "~7.2.2",
366
366
  "underscore": "1.9.1",
367
367
  "uuid": "8.3.2",
368
368
  "validator": "9.2.0",
369
369
  "video.js": "8.3.0",
370
- "vpn-split": "16.444.1",
370
+ "vpn-split": "~16.444.1",
371
371
  "vscode": "1.1.37",
372
372
  "wait-on": "7.0.1",
373
373
  "watch": "1.0.2",
@@ -380,14 +380,14 @@
380
380
  "main": "dist/app.electron.js"
381
381
  },
382
382
  "build": {
383
- "number": 423,
384
- "date": "2024-06-29T15:07:15.000Z",
385
- "hash": "a781aadc23fb4bc67d1d4d0ba640c59491fdac30"
383
+ "number": 424,
384
+ "date": "2024-06-29T19:58:31.000Z",
385
+ "hash": "09fafee5fc42e3416044b227361f6da346a40f11"
386
386
  },
387
387
  "currentProjectName": "typescript-class-helpers",
388
388
  "currentProjectGenericName": "typescript-class-helpers",
389
389
  "currentProjectType": "isomorphic-lib",
390
- "currentFrameworkVersion": "16.444.7",
390
+ "currentFrameworkVersion": "16.444.9",
391
391
  "isStandaloneProject": true,
392
392
  "isSmartContainer": false,
393
393
  "pathesTsconfig": "\"paths\": {\"typescript-class-helpers\":[\"./src/lib\"],\"typescript-class-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.