typescript-class-helpers 16.100.4 → 16.100.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.
@@ -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.100.4)
3
+ Assets from this folder are being shipped with this npm package (typescript-class-helpers@16.100.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.
@@ -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.100.4",
51
+ "version": "16.100.5",
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.100.4"
72
+ "ng2-logger": "16.100.5"
73
73
  },
74
74
  "license": "MIT",
75
75
  "private": false,
76
- "lastBuildTagHash": "959bef520788b7c2056f62fe078c3e0e021cab68",
76
+ "lastBuildTagHash": "970d5a7dae3610b31d7e9b0814d0e88388813f0c",
77
77
  "devDependencies": {
78
78
  "@angular-builders/custom-webpack": "~16.0.2-beta.2",
79
79
  "@angular-devkit/build-angular": "~16.0.5",
@@ -137,7 +137,6 @@
137
137
  "@types/json5": "0.0.29",
138
138
  "@types/lockfile": "1.0.0",
139
139
  "@types/lodash": "4.14.92",
140
- "@types/lowdb": "1.0.6",
141
140
  "@types/mocha": "5.2.5",
142
141
  "@types/node": "16.18.21",
143
142
  "@types/node-notifier": "5.4.0",
@@ -156,9 +155,9 @@
156
155
  "angular-material-css-vars": "5.0.2",
157
156
  "angular-resize-event": "3.2.0",
158
157
  "animate.css": "4.1.1 ",
159
- "any-project-cli": "~16.100.3",
158
+ "any-project-cli": "16.100.4",
160
159
  "axios": "1.3.5",
161
- "background-worker-process": "~16.100.3",
160
+ "background-worker-process": "16.100.4",
162
161
  "base32": "0.0.7",
163
162
  "bcryptjs": "2.4.3",
164
163
  "better-sqlite3": "9.5.0",
@@ -205,19 +204,20 @@
205
204
  "file-saver": "2.0.5",
206
205
  "file-type": "18.5.0",
207
206
  "firedev": "^16",
208
- "firedev-crud": "~16.100.3",
209
- "firedev-crud-deamon": "~16.100.3",
210
- "firedev-ports": "~16.100.3",
211
- "firedev-storage": "~16.100.2",
212
- "firedev-type-sql": "~16.100.2",
213
- "firedev-typeorm": "~16.100.2",
214
- "firedev-ui": "~16.100.4",
207
+ "firedev-crud": "16.100.4",
208
+ "firedev-crud-deamon": "16.100.4",
209
+ "firedev-ports": "16.100.4",
210
+ "firedev-storage": "16.100.3",
211
+ "firedev-type-sql": "16.100.3",
212
+ "firedev-typeorm": "16.100.3",
213
+ "firedev-ui": "16.100.5",
215
214
  "fkill": "6.1.0",
216
215
  "font-awesome": "4.7.0",
217
216
  "form-data": "4.0.0",
218
217
  "fs-extra": "8.1.0",
219
218
  "fuzzy": "0.1.3",
220
219
  "glob": "7.1.2",
220
+ "google-libphonenumber": "3.2.25",
221
221
  "gulp": "3.9.1",
222
222
  "helmet": "7.0.0",
223
223
  "hostile": "1.3.3",
@@ -228,11 +228,11 @@
228
228
  "image-focus": "1.2.1",
229
229
  "immer": "10.0.2",
230
230
  "immutable": "4.3.0",
231
- "incremental-compiler": "~16.100.3",
231
+ "incremental-compiler": "16.100.4",
232
232
  "inquirer": "7.3.3",
233
233
  "inquirer-autocomplete-prompt": "1.3.0",
234
234
  "is-elevated": "3.0.0",
235
- "isomorphic-region-loader": "~16.100.3",
235
+ "isomorphic-region-loader": "16.100.4",
236
236
  "istanbul-instrumenter-loader": "2.0.0",
237
237
  "jest": "29.5.0",
238
238
  "jest-date-mock": "1.0.8",
@@ -243,8 +243,8 @@
243
243
  "joi": "17.9.2",
244
244
  "jscodeshift": "0.6.3",
245
245
  "json-stringify-safe": "5.0.1",
246
- "json10": "~16.100.2",
247
- "json10-writer": "~16.100.3",
246
+ "json10": "16.100.3",
247
+ "json10-writer": "16.100.4",
248
248
  "json5": "2.2.1",
249
249
  "json5-writer": "0.2.0",
250
250
  "jszip": "3.10.1",
@@ -253,22 +253,22 @@
253
253
  "localforage": "1.10.0",
254
254
  "lockfile": "1.0.4",
255
255
  "lodash": "4.17.20",
256
- "lodash-walk-object": "~16.100.2",
257
- "lowdb": "1.0.0",
258
- "magic-renamer": "~16.100.3",
256
+ "lodash-walk-object": "16.100.3",
257
+ "lowdb": "7.0.1",
258
+ "magic-renamer": "16.100.4",
259
259
  "material-design-icons": "3.0.1",
260
260
  "method-override": "2.3.10",
261
261
  "minimist": "1.2.0",
262
262
  "mkdirp": "0.5.1",
263
263
  "mocha": "10.2.0",
264
264
  "moment": "2.29.3",
265
- "morphi": "~16.5.17",
266
265
  "ng-for-track-by-property": "16.0.1",
267
266
  "ng-in-viewport": "15.0.2",
268
267
  "ng-lock": "16.0.1",
269
268
  "ng-packagr": "16.0.1",
270
- "ng-talkback": "~16.100.2",
271
- "ng2-rest": "~16.100.2",
269
+ "ng-talkback": "16.100.3",
270
+ "ng2-pdfjs-viewer": "16.0.4",
271
+ "ng2-rest": "16.100.3",
272
272
  "ngx-ace-wrapper": "14.0.0",
273
273
  "ngx-editor": "15.3.0",
274
274
  "ngx-highlightjs": "9.0.0",
@@ -281,7 +281,7 @@
281
281
  "ngx-scrolltop": "6.0.0",
282
282
  "ngx-store": "3.1.1",
283
283
  "ngx-typed-js": "2.1.1",
284
- "node-cli-tester": "~16.100.2",
284
+ "node-cli-tester": "16.100.3",
285
285
  "node-localstorage": "2.1.6",
286
286
  "node-notifier": "6.0.0",
287
287
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -309,7 +309,7 @@
309
309
  "q": "1.5.1",
310
310
  "rallax.js": "2.0.4",
311
311
  "randomcolor": "0.5.3",
312
- "record-replay-req-res-scenario": "~16.100.2",
312
+ "record-replay-req-res-scenario": "16.100.3",
313
313
  "reflect-metadata": "0.1.10",
314
314
  "rimraf": "2.6.2",
315
315
  "rxjs": "~7.8.0",
@@ -320,7 +320,7 @@
320
320
  "socket.io": "2.4.1",
321
321
  "sort-package-json": "1.11.0",
322
322
  "sql.js": "1.8.0",
323
- "static-columns": "~16.100.2",
323
+ "static-columns": "16.100.3",
324
324
  "string-similarity": "4.0.2",
325
325
  "sudo-block": "3.0.0",
326
326
  "supertest": "6.3.3",
@@ -328,26 +328,27 @@
328
328
  "systeminformation": "3.45.7",
329
329
  "task.js": "0.1.5",
330
330
  "threads": "1.7.0",
331
- "tnp-cli": "~16.100.2",
332
- "tnp-config": "~16.100.4",
333
- "tnp-core": "~16.100.6",
334
- "tnp-db": "~16.100.3",
335
- "tnp-helpers": "~16.100.3",
336
- "tnp-models": "~16.100.3",
331
+ "tnp-cli": "16.100.3",
332
+ "tnp-config": "16.100.5",
333
+ "tnp-core": "16.100.15",
334
+ "tnp-db": "16.100.4",
335
+ "tnp-helpers": "16.100.4",
336
+ "tnp-models": "16.100.4",
337
337
  "ts-debug": "1.3.0",
338
+ "ts-json-schema-generator": "2.1.1",
338
339
  "ts-loader": "2.3.1",
339
340
  "ts-node": "10.9.1",
340
341
  "tslib": "~2.3.0",
341
342
  "tslint": "5.9.1",
342
343
  "turndown": "7.1.2",
343
344
  "typescript": "~5.0.2",
344
- "typescript-class-helpers": "~16.100.3",
345
+ "typescript-class-helpers": "~16.100.4",
345
346
  "typescript-formatter": "~7.2.2",
346
347
  "underscore": "1.9.1",
347
348
  "uuid": "8.3.2",
348
349
  "validator": "9.2.0",
349
350
  "video.js": "8.3.0",
350
- "vpn-split": "~16.100.2",
351
+ "vpn-split": "16.100.3",
351
352
  "watch": "1.0.2",
352
353
  "webpack": "~5.80",
353
354
  "webpack-dev-middleware": "~6.0.2",
@@ -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": 'v4',
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": "v4",
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.100.4",
51
+ "version": "16.100.5",
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.100.4"
72
+ "ng2-logger": "16.100.5"
73
73
  },
74
74
  "license": "MIT",
75
75
  "private": false,
76
- "lastBuildTagHash": "959bef520788b7c2056f62fe078c3e0e021cab68",
76
+ "lastBuildTagHash": "970d5a7dae3610b31d7e9b0814d0e88388813f0c",
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.100.4",
55
+ "version": "16.100.5",
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.100.4"
76
+ "ng2-logger": "16.100.5"
77
77
  },
78
78
  "license": "MIT",
79
79
  "private": false,
80
- "lastBuildTagHash": "959bef520788b7c2056f62fe078c3e0e021cab68",
80
+ "lastBuildTagHash": "970d5a7dae3610b31d7e9b0814d0e88388813f0c",
81
81
  "devDependencies": {
82
82
  "@angular-builders/custom-webpack": "~16.0.2-beta.2",
83
83
  "@angular-devkit/build-angular": "~16.0.5",
@@ -141,7 +141,6 @@
141
141
  "@types/json5": "0.0.29",
142
142
  "@types/lockfile": "1.0.0",
143
143
  "@types/lodash": "4.14.92",
144
- "@types/lowdb": "1.0.6",
145
144
  "@types/mocha": "5.2.5",
146
145
  "@types/node": "16.18.21",
147
146
  "@types/node-notifier": "5.4.0",
@@ -160,9 +159,9 @@
160
159
  "angular-material-css-vars": "5.0.2",
161
160
  "angular-resize-event": "3.2.0",
162
161
  "animate.css": "4.1.1 ",
163
- "any-project-cli": "~16.100.3",
162
+ "any-project-cli": "16.100.4",
164
163
  "axios": "1.3.5",
165
- "background-worker-process": "~16.100.3",
164
+ "background-worker-process": "16.100.4",
166
165
  "base32": "0.0.7",
167
166
  "bcryptjs": "2.4.3",
168
167
  "better-sqlite3": "9.5.0",
@@ -209,19 +208,20 @@
209
208
  "file-saver": "2.0.5",
210
209
  "file-type": "18.5.0",
211
210
  "firedev": "^16",
212
- "firedev-crud": "~16.100.3",
213
- "firedev-crud-deamon": "~16.100.3",
214
- "firedev-ports": "~16.100.3",
215
- "firedev-storage": "~16.100.2",
216
- "firedev-type-sql": "~16.100.2",
217
- "firedev-typeorm": "~16.100.2",
218
- "firedev-ui": "~16.100.4",
211
+ "firedev-crud": "16.100.4",
212
+ "firedev-crud-deamon": "16.100.4",
213
+ "firedev-ports": "16.100.4",
214
+ "firedev-storage": "16.100.3",
215
+ "firedev-type-sql": "16.100.3",
216
+ "firedev-typeorm": "16.100.3",
217
+ "firedev-ui": "16.100.5",
219
218
  "fkill": "6.1.0",
220
219
  "font-awesome": "4.7.0",
221
220
  "form-data": "4.0.0",
222
221
  "fs-extra": "8.1.0",
223
222
  "fuzzy": "0.1.3",
224
223
  "glob": "7.1.2",
224
+ "google-libphonenumber": "3.2.25",
225
225
  "gulp": "3.9.1",
226
226
  "helmet": "7.0.0",
227
227
  "hostile": "1.3.3",
@@ -232,11 +232,11 @@
232
232
  "image-focus": "1.2.1",
233
233
  "immer": "10.0.2",
234
234
  "immutable": "4.3.0",
235
- "incremental-compiler": "~16.100.3",
235
+ "incremental-compiler": "16.100.4",
236
236
  "inquirer": "7.3.3",
237
237
  "inquirer-autocomplete-prompt": "1.3.0",
238
238
  "is-elevated": "3.0.0",
239
- "isomorphic-region-loader": "~16.100.3",
239
+ "isomorphic-region-loader": "16.100.4",
240
240
  "istanbul-instrumenter-loader": "2.0.0",
241
241
  "jest": "29.5.0",
242
242
  "jest-date-mock": "1.0.8",
@@ -247,8 +247,8 @@
247
247
  "joi": "17.9.2",
248
248
  "jscodeshift": "0.6.3",
249
249
  "json-stringify-safe": "5.0.1",
250
- "json10": "~16.100.2",
251
- "json10-writer": "~16.100.3",
250
+ "json10": "16.100.3",
251
+ "json10-writer": "16.100.4",
252
252
  "json5": "2.2.1",
253
253
  "json5-writer": "0.2.0",
254
254
  "jszip": "3.10.1",
@@ -257,22 +257,22 @@
257
257
  "localforage": "1.10.0",
258
258
  "lockfile": "1.0.4",
259
259
  "lodash": "4.17.20",
260
- "lodash-walk-object": "~16.100.2",
261
- "lowdb": "1.0.0",
262
- "magic-renamer": "~16.100.3",
260
+ "lodash-walk-object": "16.100.3",
261
+ "lowdb": "7.0.1",
262
+ "magic-renamer": "16.100.4",
263
263
  "material-design-icons": "3.0.1",
264
264
  "method-override": "2.3.10",
265
265
  "minimist": "1.2.0",
266
266
  "mkdirp": "0.5.1",
267
267
  "mocha": "10.2.0",
268
268
  "moment": "2.29.3",
269
- "morphi": "~16.5.17",
270
269
  "ng-for-track-by-property": "16.0.1",
271
270
  "ng-in-viewport": "15.0.2",
272
271
  "ng-lock": "16.0.1",
273
272
  "ng-packagr": "16.0.1",
274
- "ng-talkback": "~16.100.2",
275
- "ng2-rest": "~16.100.2",
273
+ "ng-talkback": "16.100.3",
274
+ "ng2-pdfjs-viewer": "16.0.4",
275
+ "ng2-rest": "16.100.3",
276
276
  "ngx-ace-wrapper": "14.0.0",
277
277
  "ngx-editor": "15.3.0",
278
278
  "ngx-highlightjs": "9.0.0",
@@ -285,7 +285,7 @@
285
285
  "ngx-scrolltop": "6.0.0",
286
286
  "ngx-store": "3.1.1",
287
287
  "ngx-typed-js": "2.1.1",
288
- "node-cli-tester": "~16.100.2",
288
+ "node-cli-tester": "16.100.3",
289
289
  "node-localstorage": "2.1.6",
290
290
  "node-notifier": "6.0.0",
291
291
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -313,7 +313,7 @@
313
313
  "q": "1.5.1",
314
314
  "rallax.js": "2.0.4",
315
315
  "randomcolor": "0.5.3",
316
- "record-replay-req-res-scenario": "~16.100.2",
316
+ "record-replay-req-res-scenario": "16.100.3",
317
317
  "reflect-metadata": "0.1.10",
318
318
  "rimraf": "2.6.2",
319
319
  "rxjs": "~7.8.0",
@@ -324,7 +324,7 @@
324
324
  "socket.io": "2.4.1",
325
325
  "sort-package-json": "1.11.0",
326
326
  "sql.js": "1.8.0",
327
- "static-columns": "~16.100.2",
327
+ "static-columns": "16.100.3",
328
328
  "string-similarity": "4.0.2",
329
329
  "sudo-block": "3.0.0",
330
330
  "supertest": "6.3.3",
@@ -332,26 +332,27 @@
332
332
  "systeminformation": "3.45.7",
333
333
  "task.js": "0.1.5",
334
334
  "threads": "1.7.0",
335
- "tnp-cli": "~16.100.2",
336
- "tnp-config": "~16.100.4",
337
- "tnp-core": "~16.100.6",
338
- "tnp-db": "~16.100.3",
339
- "tnp-helpers": "~16.100.3",
340
- "tnp-models": "~16.100.3",
335
+ "tnp-cli": "16.100.3",
336
+ "tnp-config": "16.100.5",
337
+ "tnp-core": "16.100.15",
338
+ "tnp-db": "16.100.4",
339
+ "tnp-helpers": "16.100.4",
340
+ "tnp-models": "16.100.4",
341
341
  "ts-debug": "1.3.0",
342
+ "ts-json-schema-generator": "2.1.1",
342
343
  "ts-loader": "2.3.1",
343
344
  "ts-node": "10.9.1",
344
345
  "tslib": "~2.3.0",
345
346
  "tslint": "5.9.1",
346
347
  "turndown": "7.1.2",
347
348
  "typescript": "~5.0.2",
348
- "typescript-class-helpers": "~16.100.3",
349
+ "typescript-class-helpers": "~16.100.4",
349
350
  "typescript-formatter": "~7.2.2",
350
351
  "underscore": "1.9.1",
351
352
  "uuid": "8.3.2",
352
353
  "validator": "9.2.0",
353
354
  "video.js": "8.3.0",
354
- "vpn-split": "~16.100.2",
355
+ "vpn-split": "16.100.3",
355
356
  "watch": "1.0.2",
356
357
  "webpack": "~5.80",
357
358
  "webpack-dev-middleware": "~6.0.2",
@@ -362,14 +363,14 @@
362
363
  "main": "dist/app.electron.js"
363
364
  },
364
365
  "build": {
365
- "number": 405,
366
- "date": "2024-05-16T08:01:52.000Z",
367
- "hash": "970d5a7dae3610b31d7e9b0814d0e88388813f0c"
366
+ "number": 407,
367
+ "date": "2024-05-20T11:14:48.000Z",
368
+ "hash": "dc3fabcd1ec31fd0d8a253dd2c43d60c9113bcc4"
368
369
  },
369
370
  "currentProjectName": "typescript-class-helpers",
370
371
  "currentProjectGenericName": "typescript-class-helpers",
371
372
  "currentProjectType": "isomorphic-lib",
372
- "currentFrameworkVersion": "16.100.4",
373
+ "currentFrameworkVersion": "16.100.5",
373
374
  "isStandaloneProject": true,
374
375
  "isSmartContainer": false,
375
376
  "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.
@@ -1,223 +0,0 @@
1
- {
2
- "@angular-devkit/build-angular": "0.901.3",
3
- "@angular-devkit/build-optimizer": "0.900.0-rc.7",
4
- "@angular-devkit/schematics": "9.0.0-rc.7",
5
- "@angular/animations": "9.1.3",
6
- "@angular/cdk": "9.2.1",
7
- "@angular/cli": "9.1.3",
8
- "@angular/common": "9.1.3",
9
- "@angular/compiler": "9.1.3",
10
- "@angular/compiler-cli": "9.1.3",
11
- "@angular/core": "9.1.3",
12
- "@angular/forms": "9.1.3",
13
- "@angular/http": "7.2.15",
14
- "@angular/language-service": "9.1.3",
15
- "@angular/material": "9.2.1",
16
- "@angular/platform-browser": "9.1.3",
17
- "@angular/platform-browser-dynamic": "9.1.3",
18
- "@angular/pwa": "0.900.0-rc.7",
19
- "@angular/router": "9.1.3",
20
- "@angular/service-worker": "9.1.3",
21
- "@mdi/js": "5.8.55",
22
- "@ngx-formly/bootstrap": "5.5.6",
23
- "@ngx-formly/core": "5.5.6",
24
- "@ngx-formly/ionic": "5.5.6",
25
- "@ngx-formly/material": "5.5.6",
26
- "@ngx-loading-bar/core": "4.2.0",
27
- "@ngx-loading-bar/http": "4.2.0",
28
- "@ngx-loading-bar/router": "4.2.0",
29
- "@ngx-translate/core": "11.0.1",
30
- "@ngx-translate/http-loader": "4.0.0",
31
- "@swimlane/ngx-datatable": "16.0.2",
32
- "@types/chai": "4.1.2",
33
- "@types/chokidar": "2.1.3",
34
- "@types/dateformat": "1.0.1",
35
- "@types/diff": "3.2.2",
36
- "@types/express": "4.11.0",
37
- "@types/express-fileupload": "0.1.1",
38
- "@types/fs-extra": "7.0.0",
39
- "@types/glob": "5.0.35",
40
- "@types/http-proxy": "1.16.0",
41
- "@types/http-proxy-middleware": "0.19.2",
42
- "@types/inquirer": "7.3.1",
43
- "@types/jasmine": "3.5.0",
44
- "@types/jasminewd2": "2.0.3",
45
- "@types/json-stringify-safe": "5.0.0",
46
- "@types/json5": "0.0.29",
47
- "@types/lockfile": "1.0.0",
48
- "@types/lodash": "4.14.92",
49
- "@types/lowdb": "1.0.6",
50
- "@types/mocha": "5.2.5",
51
- "@types/node": "12.11.1",
52
- "@types/node-notifier": "5.4.0",
53
- "@types/oauth2orize": "1.8.0",
54
- "@types/password-hash": "1.2.19",
55
- "@types/progress": "2.0.3",
56
- "@types/q": "1.0.3",
57
- "@types/rimraf": "2.0.2",
58
- "@types/systeminformation": "3.23.0",
59
- "@types/vinyl": "2.0.2",
60
- "@types/watch": "1.0.0",
61
- "accepts": "1.3.4",
62
- "angular-tree-component": "7.0.0",
63
- "axios": "0.17.1",
64
- "babel-cli": "6.26.0",
65
- "babel-preset-env": "1.7.0",
66
- "background-worker-process": "~0.0.34",
67
- "bcryptjs": "2.4.3",
68
- "body-parser": "1.18.2",
69
- "bootstrap": "4.3.1",
70
- "bs4-breakpoint": "~2.0.40",
71
- "buffer-shims": "1.0.0",
72
- "button-dropdown": "~1.0.44",
73
- "callsite-record": "4.1.3",
74
- "chai": "4.2.0",
75
- "chalk": "2.3.2",
76
- "check-node-version": "3.2.0",
77
- "cheerio": "1.0.0-rc.3",
78
- "chokidar": "3.5.1",
79
- "circular-json": "0.5.1",
80
- "codelyzer": "5.1.2",
81
- "command-exists": "1.2.2",
82
- "compression": "1.7.4",
83
- "concurrently": "3.5.1",
84
- "content-type": "1.0.4",
85
- "cookie-parser": "1.4.3",
86
- "copy-paste": "1.3.0",
87
- "core-js-compat": "3.4.0",
88
- "cors": "2.8.4",
89
- "cpr": "3.0.1",
90
- "cross-spawn": "7.0.3",
91
- "dateformat": "3.0.3",
92
- "detect-mocha": "0.1.0",
93
- "diff": "3.2.0",
94
- "element-resize-detector": "1.1.15",
95
- "enquirer": "2.3.0",
96
- "errorhandler": "1.5.0",
97
- "eslint": "7.13.0",
98
- "eslint-plugin-import": "2.22.1",
99
- "eslint-plugin-jsdoc": "30.7.8",
100
- "eslint-plugin-prefer-arrow": "1.2.2",
101
- "express": "4.16.3",
102
- "express-fileupload": "0.4.0",
103
- "fbgraph": "1.4.1",
104
- "file-loader": "1.1.5",
105
- "fkill": "6.1.0",
106
- "font-awesome": "4.7.0",
107
- "fs-extra": "8.1.0",
108
- "fuzzy": "0.1.3",
109
- "glob": "7.1.2",
110
- "gulp": "3.9.1",
111
- "hammerjs": "2.0.8",
112
- "hostile": "1.3.3",
113
- "html-webpack-plugin": "4.3.0",
114
- "http-proxy": "1.16.2",
115
- "http-proxy-middleware": "0.19.1",
116
- "http-server": "0.11.1",
117
- "incremental-compiler": "~1.1.52",
118
- "inquirer": "7.3.3",
119
- "inquirer-autocomplete-prompt": "1.3.0",
120
- "is-elevated": "3.0.0",
121
- "istanbul-instrumenter-loader": "2.0.0",
122
- "jasmine-core": "3.5.0",
123
- "jasmine-spec-reporter": "4.2.1",
124
- "json-stringify-safe": "5.0.1",
125
- "json10": "~1.0.33",
126
- "json5": "2.1.3",
127
- "json5-writer": "0.2.0",
128
- "karma": "5.0.0",
129
- "karma-chrome-launcher": "3.1.0",
130
- "karma-cli": "1.0.1",
131
- "karma-coverage-istanbul-reporter": "2.1.0",
132
- "karma-jasmine": "3.0.1",
133
- "karma-jasmine-html-reporter": "1.4.2",
134
- "lnk": "1.0.1",
135
- "lockfile": "1.0.4",
136
- "lodash": "4.17.4",
137
- "lodash-walk-object": "~1.0.34",
138
- "lowdb": "1.0.0",
139
- "magic-renamer": "~0.0.19",
140
- "material-design-icons": "3.0.1",
141
- "method-override": "2.3.10",
142
- "minimist": "1.2.0",
143
- "mkdirp": "0.5.1",
144
- "mocha": "5.2.0",
145
- "moment": "2.22.2",
146
- "morphi": "~4.0.53",
147
- "ng-modal-lib": "0.0.6",
148
- "ng-packagr": "5.7.1",
149
- "ng-talkback": "~2.4.24",
150
- "ng2-file-upload": "1.3.0",
151
- "ng2-rest": "~11.0.41",
152
- "ng4-icons": "~0.0.29",
153
- "ng4-modal": "~0.0.29",
154
- "ngx-bootstrap": "5.2.0",
155
- "ngx-breadcrumbs": "0.0.3",
156
- "ngx-editor": "4.1.0",
157
- "ngx-moment": "3.5.0",
158
- "ngx-pipes": "2.6.0",
159
- "ngx-store": "2.1.0",
160
- "ngx-toastr": "11.2.1",
161
- "ngx-wig": "8.0.0",
162
- "node-cli-test": "0.0.2",
163
- "node-cli-tester": "~0.0.21",
164
- "node-localstorage": "2.1.6",
165
- "node-notifier": "6.0.0",
166
- "nodemon": "1.14.11",
167
- "npm-get-dependents": "1.0.1",
168
- "npm-run": "4.1.2",
169
- "omelette": "0.4.5",
170
- "open": "7.2.1",
171
- "ora": "3.4.0",
172
- "passport": "0.3.2",
173
- "passport-http-bearer": "1.0.1",
174
- "password-hash": "1.2.2",
175
- "portfinder": "1.0.21",
176
- "prettier": "2.3.2",
177
- "progress": "2.0.3",
178
- "prompts": "0.1.8",
179
- "protractor": "5.4.3",
180
- "ps-list": "6.1.0",
181
- "ps-node": "0.1.6",
182
- "q": "1.5.1",
183
- "randomcolor": "0.5.3",
184
- "record-replay-req-res-scenario": "~0.0.25",
185
- "reflect-metadata": "0.1.10",
186
- "rimraf": "2.6.2",
187
- "rxjs": "6.5.4",
188
- "rxjs-compat": "6.5.3",
189
- "simple-git": "1.96.0",
190
- "sloc": "0.2.0",
191
- "socket.io": "2.4.1",
192
- "sort-package-json": "1.11.0",
193
- "static-columns": "~2.0.12",
194
- "string-similarity": "4.0.2",
195
- "sudo-block": "3.0.0",
196
- "systeminformation": "3.45.7",
197
- "task.js": "0.1.5",
198
- "tnp-cli": "~2.0.20",
199
- "tnp-config": "~1.0.20",
200
- "tnp-core": "~1.0.34",
201
- "tnp-db": "~0.0.42",
202
- "tnp-helpers": "~0.0.70",
203
- "tnp-models": "~0.0.36",
204
- "tnp-tools": "~0.0.45",
205
- "tnp-ui": "~0.0.32",
206
- "ts-loader": "7.0.4",
207
- "ts-node": "8.3.0",
208
- "tsickle": "0.26.0",
209
- "tslib": "2.2.0",
210
- "tslint": "6.1.0",
211
- "typeorm": "~0.2.7",
212
- "typescript": "4.1.5",
213
- "typescript-class-helpers": "~1.0.41",
214
- "typescript-formatter": "7.2.2",
215
- "uglifyjs-webpack-plugin": "2.2.0",
216
- "underscore": "1.9.1",
217
- "uuid": "8.3.2",
218
- "validator": "9.2.0",
219
- "vpn-split": "~0.0.17",
220
- "watch": "1.0.2",
221
- "webpack-cli": "3.3.11",
222
- "zone.js": "0.10.2"
223
- }