@genesislcap/foundation-utils 14.71.1-auth-mf.12 → 14.71.1-auth-mf.13

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.
@@ -143,59 +143,6 @@
143
143
  }
144
144
  ]
145
145
  },
146
- {
147
- "kind": "javascript-module",
148
- "path": "src/decorators/index.ts",
149
- "declarations": [],
150
- "exports": [
151
- {
152
- "kind": "js",
153
- "name": "*",
154
- "declaration": {
155
- "name": "*",
156
- "package": "./renderOnChange"
157
- }
158
- }
159
- ]
160
- },
161
- {
162
- "kind": "javascript-module",
163
- "path": "src/decorators/renderOnChange.ts",
164
- "declarations": [
165
- {
166
- "kind": "function",
167
- "name": "renderOnChange",
168
- "parameters": [
169
- {
170
- "name": "target",
171
- "type": {
172
- "text": "FASTElement & { render(): void }"
173
- },
174
- "description": "The target to define the property change handler on."
175
- },
176
- {
177
- "name": "name",
178
- "type": {
179
- "text": "string"
180
- },
181
- "description": "The property name."
182
- }
183
- ],
184
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
185
- "privacy": "public"
186
- }
187
- ],
188
- "exports": [
189
- {
190
- "kind": "js",
191
- "name": "renderOnChange",
192
- "declaration": {
193
- "name": "renderOnChange",
194
- "module": "src/decorators/renderOnChange.ts"
195
- }
196
- }
197
- ]
198
- },
199
146
  {
200
147
  "kind": "javascript-module",
201
148
  "path": "src/data/inMemoryDatabase.ts",
@@ -396,30 +343,7 @@
396
343
  },
397
344
  {
398
345
  "kind": "javascript-module",
399
- "path": "src/directives/index.ts",
400
- "declarations": [],
401
- "exports": [
402
- {
403
- "kind": "js",
404
- "name": "*",
405
- "declaration": {
406
- "name": "*",
407
- "package": "./sync"
408
- }
409
- },
410
- {
411
- "kind": "js",
412
- "name": "*",
413
- "declaration": {
414
- "name": "*",
415
- "package": "./when-else"
416
- }
417
- }
418
- ]
419
- },
420
- {
421
- "kind": "javascript-module",
422
- "path": "src/env/index.ts",
346
+ "path": "src/decorators/index.ts",
423
347
  "declarations": [],
424
348
  "exports": [
425
349
  {
@@ -427,215 +351,45 @@
427
351
  "name": "*",
428
352
  "declaration": {
429
353
  "name": "*",
430
- "package": "./is-dev"
431
- }
432
- },
433
- {
434
- "kind": "js",
435
- "name": "*",
436
- "declaration": {
437
- "name": "*",
438
- "package": "./variables"
354
+ "package": "./renderOnChange"
439
355
  }
440
356
  }
441
357
  ]
442
358
  },
443
359
  {
444
360
  "kind": "javascript-module",
445
- "path": "src/env/is-dev.ts",
361
+ "path": "src/decorators/renderOnChange.ts",
446
362
  "declarations": [
447
363
  {
448
364
  "kind": "function",
449
- "name": "isDev",
450
- "description": "Determines if the current environment is a development environment.",
451
- "privacy": "public"
452
- }
453
- ],
454
- "exports": [
455
- {
456
- "kind": "js",
457
- "name": "isDev",
458
- "declaration": {
459
- "name": "isDev",
460
- "module": "src/env/is-dev.ts"
461
- }
462
- }
463
- ]
464
- },
465
- {
466
- "kind": "javascript-module",
467
- "path": "src/env/variables.ts",
468
- "declarations": [
469
- {
470
- "kind": "variable",
471
- "name": "SOCKET_EXT",
472
- "type": {
473
- "text": "string"
474
- }
475
- },
476
- {
477
- "kind": "variable",
478
- "name": "_SOCKET_EXT",
479
- "type": {
480
- "text": "string"
481
- },
482
- "default": "'gwf'",
483
- "description": "The sub-path used for WebSocket connections when API_HOST is not set",
484
- "privacy": "public"
485
- },
486
- {
487
- "kind": "variable",
488
- "name": "FORCE_HTTP",
489
- "type": {
490
- "text": "string"
491
- }
492
- },
493
- {
494
- "kind": "variable",
495
- "name": "_FORCE_HTTP",
496
- "type": {
497
- "text": "string"
498
- },
499
- "description": "The path to a JSON config file for the HTTP mode.",
500
- "privacy": "public"
501
- },
502
- {
503
- "kind": "variable",
504
- "name": "API_HOST",
505
- "type": {
506
- "text": "string"
507
- }
508
- },
509
- {
510
- "kind": "variable",
511
- "name": "_API_HOST",
512
- "type": {
513
- "text": "string"
514
- },
515
- "default": "`${PROTOCOL}//${location.host}/${_SOCKET_EXT}/`",
516
- "description": "The Genesis Server URL (WebSocket or HTTP).",
517
- "privacy": "public"
518
- },
519
- {
520
- "kind": "variable",
521
- "name": "HTTP_CONFIG",
522
- "type": {
523
- "text": "string"
524
- }
525
- },
526
- {
527
- "kind": "variable",
528
- "name": "_HTTP_CONFIG",
529
- "type": {
530
- "text": "string"
531
- },
532
- "description": "Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).",
533
- "privacy": "public"
534
- },
535
- {
536
- "kind": "variable",
537
- "name": "DEFAULT_ORGANISATION",
538
- "type": {
539
- "text": "string"
540
- }
541
- },
542
- {
543
- "kind": "variable",
544
- "name": "_DEFAULT_ORGANISATION",
545
- "type": {
546
- "text": "string"
547
- },
548
- "description": "The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
549
- "privacy": "public"
550
- },
551
- {
552
- "kind": "variable",
553
- "name": "DEFAULT_PASSWORD",
554
- "type": {
555
- "text": "string"
556
- }
557
- },
558
- {
559
- "kind": "variable",
560
- "name": "_DEFAULT_PASSWORD",
561
- "type": {
562
- "text": "string"
563
- },
564
- "description": "The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
565
- "privacy": "public"
566
- },
567
- {
568
- "kind": "variable",
569
- "name": "DEFAULT_USER",
570
- "type": {
571
- "text": "string"
572
- }
573
- },
574
- {
575
- "kind": "variable",
576
- "name": "_DEFAULT_USER",
577
- "type": {
578
- "text": "string"
579
- },
580
- "description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
581
- "privacy": "public"
582
- }
583
- ],
584
- "exports": [
585
- {
586
- "kind": "js",
587
- "name": "SOCKET_EXT",
588
- "declaration": {
589
- "name": "_SOCKET_EXT",
590
- "module": "src/env/variables.ts"
591
- }
592
- },
593
- {
594
- "kind": "js",
595
- "name": "FORCE_HTTP",
596
- "declaration": {
597
- "name": "_FORCE_HTTP",
598
- "module": "src/env/variables.ts"
599
- }
600
- },
601
- {
602
- "kind": "js",
603
- "name": "API_HOST",
604
- "declaration": {
605
- "name": "_API_HOST",
606
- "module": "src/env/variables.ts"
607
- }
608
- },
609
- {
610
- "kind": "js",
611
- "name": "HTTP_CONFIG",
612
- "declaration": {
613
- "name": "_HTTP_CONFIG",
614
- "module": "src/env/variables.ts"
615
- }
616
- },
617
- {
618
- "kind": "js",
619
- "name": "DEFAULT_ORGANISATION",
620
- "declaration": {
621
- "name": "_DEFAULT_ORGANISATION",
622
- "module": "src/env/variables.ts"
623
- }
624
- },
625
- {
626
- "kind": "js",
627
- "name": "DEFAULT_PASSWORD",
628
- "declaration": {
629
- "name": "_DEFAULT_PASSWORD",
630
- "module": "src/env/variables.ts"
631
- }
632
- },
365
+ "name": "renderOnChange",
366
+ "parameters": [
367
+ {
368
+ "name": "target",
369
+ "type": {
370
+ "text": "FASTElement & { render(): void }"
371
+ },
372
+ "description": "The target to define the property change handler on."
373
+ },
374
+ {
375
+ "name": "name",
376
+ "type": {
377
+ "text": "string"
378
+ },
379
+ "description": "The property name."
380
+ }
381
+ ],
382
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
383
+ "privacy": "public"
384
+ }
385
+ ],
386
+ "exports": [
633
387
  {
634
388
  "kind": "js",
635
- "name": "DEFAULT_USER",
389
+ "name": "renderOnChange",
636
390
  "declaration": {
637
- "name": "_DEFAULT_USER",
638
- "module": "src/env/variables.ts"
391
+ "name": "renderOnChange",
392
+ "module": "src/decorators/renderOnChange.ts"
639
393
  }
640
394
  }
641
395
  ]
@@ -689,6 +443,29 @@
689
443
  }
690
444
  ]
691
445
  },
446
+ {
447
+ "kind": "javascript-module",
448
+ "path": "src/directives/index.ts",
449
+ "declarations": [],
450
+ "exports": [
451
+ {
452
+ "kind": "js",
453
+ "name": "*",
454
+ "declaration": {
455
+ "name": "*",
456
+ "package": "./sync"
457
+ }
458
+ },
459
+ {
460
+ "kind": "js",
461
+ "name": "*",
462
+ "declaration": {
463
+ "name": "*",
464
+ "package": "./when-else"
465
+ }
466
+ }
467
+ ]
468
+ },
692
469
  {
693
470
  "kind": "javascript-module",
694
471
  "path": "src/error/errorMap.ts",
@@ -1095,6 +872,229 @@
1095
872
  }
1096
873
  ]
1097
874
  },
875
+ {
876
+ "kind": "javascript-module",
877
+ "path": "src/env/index.ts",
878
+ "declarations": [],
879
+ "exports": [
880
+ {
881
+ "kind": "js",
882
+ "name": "*",
883
+ "declaration": {
884
+ "name": "*",
885
+ "package": "./is-dev"
886
+ }
887
+ },
888
+ {
889
+ "kind": "js",
890
+ "name": "*",
891
+ "declaration": {
892
+ "name": "*",
893
+ "package": "./variables"
894
+ }
895
+ }
896
+ ]
897
+ },
898
+ {
899
+ "kind": "javascript-module",
900
+ "path": "src/env/is-dev.ts",
901
+ "declarations": [
902
+ {
903
+ "kind": "function",
904
+ "name": "isDev",
905
+ "description": "Determines if the current environment is a development environment.",
906
+ "privacy": "public"
907
+ }
908
+ ],
909
+ "exports": [
910
+ {
911
+ "kind": "js",
912
+ "name": "isDev",
913
+ "declaration": {
914
+ "name": "isDev",
915
+ "module": "src/env/is-dev.ts"
916
+ }
917
+ }
918
+ ]
919
+ },
920
+ {
921
+ "kind": "javascript-module",
922
+ "path": "src/env/variables.ts",
923
+ "declarations": [
924
+ {
925
+ "kind": "variable",
926
+ "name": "SOCKET_EXT",
927
+ "type": {
928
+ "text": "string"
929
+ }
930
+ },
931
+ {
932
+ "kind": "variable",
933
+ "name": "_SOCKET_EXT",
934
+ "type": {
935
+ "text": "string"
936
+ },
937
+ "default": "'gwf'",
938
+ "description": "The sub-path used for WebSocket connections when API_HOST is not set",
939
+ "privacy": "public"
940
+ },
941
+ {
942
+ "kind": "variable",
943
+ "name": "FORCE_HTTP",
944
+ "type": {
945
+ "text": "string"
946
+ }
947
+ },
948
+ {
949
+ "kind": "variable",
950
+ "name": "_FORCE_HTTP",
951
+ "type": {
952
+ "text": "string"
953
+ },
954
+ "description": "The path to a JSON config file for the HTTP mode.",
955
+ "privacy": "public"
956
+ },
957
+ {
958
+ "kind": "variable",
959
+ "name": "API_HOST",
960
+ "type": {
961
+ "text": "string"
962
+ }
963
+ },
964
+ {
965
+ "kind": "variable",
966
+ "name": "_API_HOST",
967
+ "type": {
968
+ "text": "string"
969
+ },
970
+ "default": "`${PROTOCOL}//${location.host}/${_SOCKET_EXT}/`",
971
+ "description": "The Genesis Server URL (WebSocket or HTTP).",
972
+ "privacy": "public"
973
+ },
974
+ {
975
+ "kind": "variable",
976
+ "name": "HTTP_CONFIG",
977
+ "type": {
978
+ "text": "string"
979
+ }
980
+ },
981
+ {
982
+ "kind": "variable",
983
+ "name": "_HTTP_CONFIG",
984
+ "type": {
985
+ "text": "string"
986
+ },
987
+ "description": "Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).",
988
+ "privacy": "public"
989
+ },
990
+ {
991
+ "kind": "variable",
992
+ "name": "DEFAULT_ORGANISATION",
993
+ "type": {
994
+ "text": "string"
995
+ }
996
+ },
997
+ {
998
+ "kind": "variable",
999
+ "name": "_DEFAULT_ORGANISATION",
1000
+ "type": {
1001
+ "text": "string"
1002
+ },
1003
+ "description": "The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
1004
+ "privacy": "public"
1005
+ },
1006
+ {
1007
+ "kind": "variable",
1008
+ "name": "DEFAULT_PASSWORD",
1009
+ "type": {
1010
+ "text": "string"
1011
+ }
1012
+ },
1013
+ {
1014
+ "kind": "variable",
1015
+ "name": "_DEFAULT_PASSWORD",
1016
+ "type": {
1017
+ "text": "string"
1018
+ },
1019
+ "description": "The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
1020
+ "privacy": "public"
1021
+ },
1022
+ {
1023
+ "kind": "variable",
1024
+ "name": "DEFAULT_USER",
1025
+ "type": {
1026
+ "text": "string"
1027
+ }
1028
+ },
1029
+ {
1030
+ "kind": "variable",
1031
+ "name": "_DEFAULT_USER",
1032
+ "type": {
1033
+ "text": "string"
1034
+ },
1035
+ "description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
1036
+ "privacy": "public"
1037
+ }
1038
+ ],
1039
+ "exports": [
1040
+ {
1041
+ "kind": "js",
1042
+ "name": "SOCKET_EXT",
1043
+ "declaration": {
1044
+ "name": "_SOCKET_EXT",
1045
+ "module": "src/env/variables.ts"
1046
+ }
1047
+ },
1048
+ {
1049
+ "kind": "js",
1050
+ "name": "FORCE_HTTP",
1051
+ "declaration": {
1052
+ "name": "_FORCE_HTTP",
1053
+ "module": "src/env/variables.ts"
1054
+ }
1055
+ },
1056
+ {
1057
+ "kind": "js",
1058
+ "name": "API_HOST",
1059
+ "declaration": {
1060
+ "name": "_API_HOST",
1061
+ "module": "src/env/variables.ts"
1062
+ }
1063
+ },
1064
+ {
1065
+ "kind": "js",
1066
+ "name": "HTTP_CONFIG",
1067
+ "declaration": {
1068
+ "name": "_HTTP_CONFIG",
1069
+ "module": "src/env/variables.ts"
1070
+ }
1071
+ },
1072
+ {
1073
+ "kind": "js",
1074
+ "name": "DEFAULT_ORGANISATION",
1075
+ "declaration": {
1076
+ "name": "_DEFAULT_ORGANISATION",
1077
+ "module": "src/env/variables.ts"
1078
+ }
1079
+ },
1080
+ {
1081
+ "kind": "js",
1082
+ "name": "DEFAULT_PASSWORD",
1083
+ "declaration": {
1084
+ "name": "_DEFAULT_PASSWORD",
1085
+ "module": "src/env/variables.ts"
1086
+ }
1087
+ },
1088
+ {
1089
+ "kind": "js",
1090
+ "name": "DEFAULT_USER",
1091
+ "declaration": {
1092
+ "name": "_DEFAULT_USER",
1093
+ "module": "src/env/variables.ts"
1094
+ }
1095
+ }
1096
+ ]
1097
+ },
1098
1098
  {
1099
1099
  "kind": "javascript-module",
1100
1100
  "path": "src/logger/index.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-utils",
3
3
  "description": "Genesis Foundation Utils",
4
- "version": "14.71.1-auth-mf.12",
4
+ "version": "14.71.1-auth-mf.13",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -41,5 +41,5 @@
41
41
  "access": "public"
42
42
  },
43
43
  "customElements": "dist/custom-elements.json",
44
- "gitHead": "d5bb6248956698078345e164d7022336aebd7e28"
44
+ "gitHead": "3ca8cd166559deb2032ae6a53e2fae8db2297de1"
45
45
  }