typescript-class-helpers 18.0.2 → 18.0.4
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/assets/shared/shared_folder_info.txt +1 -1
- package/browser/package.json +25 -0
- package/package.json +3 -3
- package/tmp-environment.json +40 -39
- package/websql/package.json +25 -0
|
@@ -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@18.0.
|
|
3
|
+
Assets from this folder are being shipped with this npm package (typescript-class-helpers@18.0.4)
|
|
4
4
|
created from this project.
|
|
5
5
|
|
|
6
6
|
THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "typescript-class-helpers",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"peerDependencies": {
|
|
5
|
+
"@angular/common": "^13.2.0",
|
|
6
|
+
"@angular/core": "^13.2.0"
|
|
7
|
+
},
|
|
8
|
+
"dependencies": {
|
|
9
|
+
"tslib": "^2.3.0"
|
|
10
|
+
},
|
|
11
|
+
"module": "fesm2022/typescript-class-helpers.mjs",
|
|
12
|
+
"typings": "index.d.ts",
|
|
13
|
+
"exports": {
|
|
14
|
+
"./package.json": {
|
|
15
|
+
"default": "./package.json"
|
|
16
|
+
},
|
|
17
|
+
".": {
|
|
18
|
+
"types": "./index.d.ts",
|
|
19
|
+
"esm2022": "./esm2022/typescript-class-helpers.mjs",
|
|
20
|
+
"esm": "./esm2022/typescript-class-helpers.mjs",
|
|
21
|
+
"default": "./fesm2022/typescript-class-helpers.mjs"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"sideEffects": false
|
|
25
|
+
}
|
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": "18.0.
|
|
51
|
+
"version": "18.0.4",
|
|
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": "~
|
|
72
|
+
"ng2-logger": "~18.0.5"
|
|
73
73
|
},
|
|
74
74
|
"license": "MIT",
|
|
75
75
|
"private": false,
|
|
76
|
-
"lastBuildTagHash": "
|
|
76
|
+
"lastBuildTagHash": "d15addb1cc355685a545b7c77511639c1839378a",
|
|
77
77
|
"devDependencies": {},
|
|
78
78
|
"main": "dist/app.electron.js"
|
|
79
79
|
}
|
package/tmp-environment.json
CHANGED
|
@@ -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": "18.0.
|
|
55
|
+
"version": "18.0.4",
|
|
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": "~
|
|
76
|
+
"ng2-logger": "~18.0.5"
|
|
77
77
|
},
|
|
78
78
|
"license": "MIT",
|
|
79
79
|
"private": false,
|
|
80
|
-
"lastBuildTagHash": "
|
|
80
|
+
"lastBuildTagHash": "d15addb1cc355685a545b7c77511639c1839378a",
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@angular-builders/custom-webpack": "~18.0.0",
|
|
83
83
|
"@angular-devkit/build-angular": "~18.1.4",
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"angular-material-css-vars": "7.0.0",
|
|
166
166
|
"angular-resize-event": "3.2.0",
|
|
167
167
|
"animate.css": "4.1.1",
|
|
168
|
-
"any-project-cli": "~
|
|
168
|
+
"any-project-cli": "~18.0.2",
|
|
169
169
|
"app-root-path": "3.1.0",
|
|
170
170
|
"axios": "1.7.3",
|
|
171
171
|
"background-worker-process": "~16.100.10",
|
|
@@ -177,10 +177,10 @@
|
|
|
177
177
|
"bun": "1.1.22",
|
|
178
178
|
"callsite-record": "4.1.5",
|
|
179
179
|
"chai": "4.5.0",
|
|
180
|
-
"chalk": "
|
|
180
|
+
"chalk": "2.3.2",
|
|
181
181
|
"check-node-version": "3.2.0",
|
|
182
182
|
"cheerio": "1.0.0",
|
|
183
|
-
"chokidar": "
|
|
183
|
+
"chokidar": "3.5.3",
|
|
184
184
|
"circular-json": "0.5.1",
|
|
185
185
|
"class-transformer": "0.5.1",
|
|
186
186
|
"class-validator": "0.14.1",
|
|
@@ -220,12 +220,12 @@
|
|
|
220
220
|
"file-saver": "2.0.5",
|
|
221
221
|
"file-type": "19.1.1",
|
|
222
222
|
"firedev": "^18",
|
|
223
|
-
"firedev-crud": "~
|
|
224
|
-
"firedev-crud-deamon": "~
|
|
225
|
-
"firedev-ports": "~
|
|
226
|
-
"firedev-storage": "~
|
|
227
|
-
"firedev-type-sql": "~
|
|
228
|
-
"firedev-typeorm": "~
|
|
223
|
+
"firedev-crud": "~18.0.1",
|
|
224
|
+
"firedev-crud-deamon": "~18.0.2",
|
|
225
|
+
"firedev-ports": "~18.0.1",
|
|
226
|
+
"firedev-storage": "~18.0.1",
|
|
227
|
+
"firedev-type-sql": "~18.0.2",
|
|
228
|
+
"firedev-typeorm": "~18.0.1",
|
|
229
229
|
"firedev-ui": "~16.444.1",
|
|
230
230
|
"fkill": "6.1.0",
|
|
231
231
|
"font-awesome": "4.7.0",
|
|
@@ -244,11 +244,11 @@
|
|
|
244
244
|
"image-focus": "1.2.1",
|
|
245
245
|
"immer": "10.0.2",
|
|
246
246
|
"immutable": "4.3.7",
|
|
247
|
-
"incremental-compiler": "~
|
|
247
|
+
"incremental-compiler": "~18.0.2",
|
|
248
248
|
"inquirer": "7.3.3",
|
|
249
249
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
250
250
|
"is-elevated": "3.0.0",
|
|
251
|
-
"isomorphic-region-loader": "~
|
|
251
|
+
"isomorphic-region-loader": "~18.0.2",
|
|
252
252
|
"istanbul-instrumenter-loader": "3.0.1",
|
|
253
253
|
"jest": "29.7.0",
|
|
254
254
|
"jest-date-mock": "1.0.10",
|
|
@@ -259,19 +259,19 @@
|
|
|
259
259
|
"joi": "17.13.3",
|
|
260
260
|
"jscodeshift": "0.6.3",
|
|
261
261
|
"json-stringify-safe": "5.0.1",
|
|
262
|
-
"json10": "~
|
|
263
|
-
"json10-writer": "~
|
|
262
|
+
"json10": "~18.0.2",
|
|
263
|
+
"json10-writer": "~18.0.2",
|
|
264
264
|
"json5": "2.2.3",
|
|
265
265
|
"json5-writer": "0.2.0",
|
|
266
266
|
"jszip": "3.10.1",
|
|
267
|
-
"karma-cli": "0.1
|
|
267
|
+
"karma-cli": "1.0.1",
|
|
268
268
|
"lnk": "1.0.1",
|
|
269
269
|
"localforage": "1.10.0",
|
|
270
270
|
"lockfile": "1.0.4",
|
|
271
271
|
"lodash": "4.17.21",
|
|
272
|
-
"lodash-walk-object": "~
|
|
272
|
+
"lodash-walk-object": "~18.0.2",
|
|
273
273
|
"lowdb": "7.0.1",
|
|
274
|
-
"magic-renamer": "~
|
|
274
|
+
"magic-renamer": "~18.0.2",
|
|
275
275
|
"material-design-icons": "3.0.1",
|
|
276
276
|
"method-override": "2.3.10",
|
|
277
277
|
"minimist": "1.2.8",
|
|
@@ -282,9 +282,9 @@
|
|
|
282
282
|
"ng-in-viewport": "16.1.0",
|
|
283
283
|
"ng-lock": "18.0.1",
|
|
284
284
|
"ng-packagr": "18.1.0",
|
|
285
|
-
"ng-talkback": "~
|
|
285
|
+
"ng-talkback": "~18.0.1",
|
|
286
286
|
"ng2-pdfjs-viewer": "18.0.0",
|
|
287
|
-
"ng2-rest": "~
|
|
287
|
+
"ng2-rest": "~18.0.2",
|
|
288
288
|
"ngx-ace-wrapper": "17.0.0",
|
|
289
289
|
"ngx-editor": "17.5.4",
|
|
290
290
|
"ngx-highlightjs": "12.0.0",
|
|
@@ -297,16 +297,16 @@
|
|
|
297
297
|
"ngx-scrolltop": "18.0.0",
|
|
298
298
|
"ngx-store": "3.1.1",
|
|
299
299
|
"ngx-typed-js": "2.1.1",
|
|
300
|
-
"node-cli-tester": "~
|
|
300
|
+
"node-cli-tester": "~18.0.1",
|
|
301
301
|
"node-localstorage": "2.1.6",
|
|
302
302
|
"node-notifier": "10.0.1",
|
|
303
|
-
"node-polyfill-webpack-plugin": "
|
|
303
|
+
"node-polyfill-webpack-plugin": "2.0.1",
|
|
304
304
|
"nodemon": "2.0.22",
|
|
305
305
|
"npm-get-dependents": "1.0.1",
|
|
306
306
|
"npm-run": "4.1.2",
|
|
307
307
|
"omelette": "0.4.17",
|
|
308
308
|
"open": "10.0.4",
|
|
309
|
-
"ora": "
|
|
309
|
+
"ora": "3.4.0",
|
|
310
310
|
"passport": "0.7.0",
|
|
311
311
|
"passport-http-bearer": "1.0.1",
|
|
312
312
|
"password-hash": "1.2.2",
|
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
"q": "1.5.1",
|
|
327
327
|
"rallax.js": "2.0.4",
|
|
328
328
|
"randomcolor": "0.5.3",
|
|
329
|
-
"record-replay-req-res-scenario": "~
|
|
329
|
+
"record-replay-req-res-scenario": "~18.0.1",
|
|
330
330
|
"reflect-metadata": "0.2.2",
|
|
331
331
|
"rimraf": "2.6.2",
|
|
332
332
|
"rxjs": "~7.8.1",
|
|
@@ -338,7 +338,7 @@
|
|
|
338
338
|
"socket.io-client": "4.7.5",
|
|
339
339
|
"sort-package-json": "1.11.0",
|
|
340
340
|
"sql.js": "1.8.0",
|
|
341
|
-
"static-columns": "~
|
|
341
|
+
"static-columns": "~18.0.3",
|
|
342
342
|
"string-similarity": "4.0.4",
|
|
343
343
|
"sudo-block": "3.0.0",
|
|
344
344
|
"supertest": "7.0.0",
|
|
@@ -346,12 +346,13 @@
|
|
|
346
346
|
"systeminformation": "3.45.7",
|
|
347
347
|
"task.js": "0.1.5",
|
|
348
348
|
"threads": "1.7.0",
|
|
349
|
-
"tnp
|
|
350
|
-
"tnp-
|
|
351
|
-
"tnp-
|
|
352
|
-
"tnp-
|
|
353
|
-
"tnp-
|
|
354
|
-
"tnp-
|
|
349
|
+
"tnp": "~18.0.2",
|
|
350
|
+
"tnp-cli": "~18.0.1",
|
|
351
|
+
"tnp-config": "~18.0.5",
|
|
352
|
+
"tnp-core": "~18.0.27",
|
|
353
|
+
"tnp-db": "~18.0.2",
|
|
354
|
+
"tnp-helpers": "~18.0.2",
|
|
355
|
+
"tnp-models": "~18.0.3",
|
|
355
356
|
"ts-debug": "1.3.0",
|
|
356
357
|
"ts-json-schema-generator": "2.3.0-next.5",
|
|
357
358
|
"ts-loader": "2.3.1",
|
|
@@ -362,15 +363,15 @@
|
|
|
362
363
|
"typedoc": "0.26.5",
|
|
363
364
|
"typedoc-plugin-markdown": "4.2.3",
|
|
364
365
|
"typescript": "~5.5.4",
|
|
365
|
-
"typescript-class-helpers": "~
|
|
366
|
+
"typescript-class-helpers": "~18.0.3",
|
|
366
367
|
"typescript-formatter": "~7.2.2",
|
|
367
368
|
"underscore": "1.13.7",
|
|
368
369
|
"uuid": "10.0.0",
|
|
369
370
|
"validator": "13.5.2",
|
|
370
371
|
"video.js": "8.3.0",
|
|
371
|
-
"vpn-split": "~
|
|
372
|
+
"vpn-split": "~18.0.1",
|
|
372
373
|
"vscode": "1.1.37",
|
|
373
|
-
"wait-on": "
|
|
374
|
+
"wait-on": "7.0.1",
|
|
374
375
|
"watch": "1.0.2",
|
|
375
376
|
"webpack": "~5.80",
|
|
376
377
|
"webpack-dev-middleware": "~6.1.3",
|
|
@@ -381,14 +382,14 @@
|
|
|
381
382
|
"main": "dist/app.electron.js"
|
|
382
383
|
},
|
|
383
384
|
"build": {
|
|
384
|
-
"number":
|
|
385
|
-
"date": "2024-08-
|
|
386
|
-
"hash": "
|
|
385
|
+
"number": 437,
|
|
386
|
+
"date": "2024-08-13T12:42:57.000Z",
|
|
387
|
+
"hash": "5a061de00a50270b255f88e096bb18ce05a185ae"
|
|
387
388
|
},
|
|
388
389
|
"currentProjectName": "typescript-class-helpers",
|
|
389
390
|
"currentProjectGenericName": "typescript-class-helpers",
|
|
390
391
|
"currentProjectType": "isomorphic-lib",
|
|
391
|
-
"currentFrameworkVersion": "18.0.
|
|
392
|
+
"currentFrameworkVersion": "18.0.2",
|
|
392
393
|
"isStandaloneProject": true,
|
|
393
394
|
"isSmartContainer": false,
|
|
394
395
|
"pathesTsconfig": "\"paths\": {\"typescript-class-helpers\":[\"./src/lib\"],\"typescript-class-helpers/*\":[\"./src/lib/*\"]},",
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "typescript-class-helpers",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"peerDependencies": {
|
|
5
|
+
"@angular/common": "^13.2.0",
|
|
6
|
+
"@angular/core": "^13.2.0"
|
|
7
|
+
},
|
|
8
|
+
"dependencies": {
|
|
9
|
+
"tslib": "^2.3.0"
|
|
10
|
+
},
|
|
11
|
+
"module": "fesm2022/typescript-class-helpers.mjs",
|
|
12
|
+
"typings": "index.d.ts",
|
|
13
|
+
"exports": {
|
|
14
|
+
"./package.json": {
|
|
15
|
+
"default": "./package.json"
|
|
16
|
+
},
|
|
17
|
+
".": {
|
|
18
|
+
"types": "./index.d.ts",
|
|
19
|
+
"esm2022": "./esm2022/typescript-class-helpers.mjs",
|
|
20
|
+
"esm": "./esm2022/typescript-class-helpers.mjs",
|
|
21
|
+
"default": "./fesm2022/typescript-class-helpers.mjs"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"sideEffects": false
|
|
25
|
+
}
|