@genesislcap/foundation-utils 14.71.0 → 14.71.1-auth-mf.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.
@@ -343,7 +343,7 @@
343
343
  },
344
344
  {
345
345
  "kind": "javascript-module",
346
- "path": "src/decorators/index.ts",
346
+ "path": "src/directives/index.ts",
347
347
  "declarations": [],
348
348
  "exports": [
349
349
  {
@@ -351,45 +351,15 @@
351
351
  "name": "*",
352
352
  "declaration": {
353
353
  "name": "*",
354
- "package": "./renderOnChange"
354
+ "package": "./sync"
355
355
  }
356
- }
357
- ]
358
- },
359
- {
360
- "kind": "javascript-module",
361
- "path": "src/decorators/renderOnChange.ts",
362
- "declarations": [
363
- {
364
- "kind": "function",
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": [
356
+ },
387
357
  {
388
358
  "kind": "js",
389
- "name": "renderOnChange",
359
+ "name": "*",
390
360
  "declaration": {
391
- "name": "renderOnChange",
392
- "module": "src/decorators/renderOnChange.ts"
361
+ "name": "*",
362
+ "package": "./when-else"
393
363
  }
394
364
  }
395
365
  ]
@@ -445,7 +415,7 @@
445
415
  },
446
416
  {
447
417
  "kind": "javascript-module",
448
- "path": "src/directives/index.ts",
418
+ "path": "src/env/index.ts",
449
419
  "declarations": [],
450
420
  "exports": [
451
421
  {
@@ -453,7 +423,7 @@
453
423
  "name": "*",
454
424
  "declaration": {
455
425
  "name": "*",
456
- "package": "./sync"
426
+ "package": "./is-dev"
457
427
  }
458
428
  },
459
429
  {
@@ -461,7 +431,207 @@
461
431
  "name": "*",
462
432
  "declaration": {
463
433
  "name": "*",
464
- "package": "./when-else"
434
+ "package": "./variables"
435
+ }
436
+ }
437
+ ]
438
+ },
439
+ {
440
+ "kind": "javascript-module",
441
+ "path": "src/env/is-dev.ts",
442
+ "declarations": [
443
+ {
444
+ "kind": "function",
445
+ "name": "isDev",
446
+ "description": "Determines if the current environment is a development environment.",
447
+ "privacy": "public"
448
+ }
449
+ ],
450
+ "exports": [
451
+ {
452
+ "kind": "js",
453
+ "name": "isDev",
454
+ "declaration": {
455
+ "name": "isDev",
456
+ "module": "src/env/is-dev.ts"
457
+ }
458
+ }
459
+ ]
460
+ },
461
+ {
462
+ "kind": "javascript-module",
463
+ "path": "src/env/variables.ts",
464
+ "declarations": [
465
+ {
466
+ "kind": "variable",
467
+ "name": "SOCKET_EXT",
468
+ "type": {
469
+ "text": "string"
470
+ }
471
+ },
472
+ {
473
+ "kind": "variable",
474
+ "name": "_SOCKET_EXT",
475
+ "type": {
476
+ "text": "string"
477
+ },
478
+ "default": "'gwf'",
479
+ "description": "The sub-path used for WebSocket connections when API_HOST is not set",
480
+ "privacy": "public"
481
+ },
482
+ {
483
+ "kind": "variable",
484
+ "name": "FORCE_HTTP",
485
+ "type": {
486
+ "text": "string"
487
+ }
488
+ },
489
+ {
490
+ "kind": "variable",
491
+ "name": "_FORCE_HTTP",
492
+ "type": {
493
+ "text": "string"
494
+ },
495
+ "description": "The path to a JSON config file for the HTTP mode.",
496
+ "privacy": "public"
497
+ },
498
+ {
499
+ "kind": "variable",
500
+ "name": "API_HOST",
501
+ "type": {
502
+ "text": "string"
503
+ }
504
+ },
505
+ {
506
+ "kind": "variable",
507
+ "name": "_API_HOST",
508
+ "type": {
509
+ "text": "string"
510
+ },
511
+ "default": "`${PROTOCOL}//${location.host}/${_SOCKET_EXT}/`",
512
+ "description": "The Genesis Server URL (WebSocket or HTTP).",
513
+ "privacy": "public"
514
+ },
515
+ {
516
+ "kind": "variable",
517
+ "name": "HTTP_CONFIG",
518
+ "type": {
519
+ "text": "string"
520
+ }
521
+ },
522
+ {
523
+ "kind": "variable",
524
+ "name": "_HTTP_CONFIG",
525
+ "type": {
526
+ "text": "string"
527
+ },
528
+ "description": "Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).",
529
+ "privacy": "public"
530
+ },
531
+ {
532
+ "kind": "variable",
533
+ "name": "DEFAULT_ORGANISATION",
534
+ "type": {
535
+ "text": "string"
536
+ }
537
+ },
538
+ {
539
+ "kind": "variable",
540
+ "name": "_DEFAULT_ORGANISATION",
541
+ "type": {
542
+ "text": "string"
543
+ },
544
+ "description": "The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
545
+ "privacy": "public"
546
+ },
547
+ {
548
+ "kind": "variable",
549
+ "name": "DEFAULT_PASSWORD",
550
+ "type": {
551
+ "text": "string"
552
+ }
553
+ },
554
+ {
555
+ "kind": "variable",
556
+ "name": "_DEFAULT_PASSWORD",
557
+ "type": {
558
+ "text": "string"
559
+ },
560
+ "description": "The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
561
+ "privacy": "public"
562
+ },
563
+ {
564
+ "kind": "variable",
565
+ "name": "DEFAULT_USER",
566
+ "type": {
567
+ "text": "string"
568
+ }
569
+ },
570
+ {
571
+ "kind": "variable",
572
+ "name": "_DEFAULT_USER",
573
+ "type": {
574
+ "text": "string"
575
+ },
576
+ "description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
577
+ "privacy": "public"
578
+ }
579
+ ],
580
+ "exports": [
581
+ {
582
+ "kind": "js",
583
+ "name": "SOCKET_EXT",
584
+ "declaration": {
585
+ "name": "_SOCKET_EXT",
586
+ "module": "src/env/variables.ts"
587
+ }
588
+ },
589
+ {
590
+ "kind": "js",
591
+ "name": "FORCE_HTTP",
592
+ "declaration": {
593
+ "name": "_FORCE_HTTP",
594
+ "module": "src/env/variables.ts"
595
+ }
596
+ },
597
+ {
598
+ "kind": "js",
599
+ "name": "API_HOST",
600
+ "declaration": {
601
+ "name": "_API_HOST",
602
+ "module": "src/env/variables.ts"
603
+ }
604
+ },
605
+ {
606
+ "kind": "js",
607
+ "name": "HTTP_CONFIG",
608
+ "declaration": {
609
+ "name": "_HTTP_CONFIG",
610
+ "module": "src/env/variables.ts"
611
+ }
612
+ },
613
+ {
614
+ "kind": "js",
615
+ "name": "DEFAULT_ORGANISATION",
616
+ "declaration": {
617
+ "name": "_DEFAULT_ORGANISATION",
618
+ "module": "src/env/variables.ts"
619
+ }
620
+ },
621
+ {
622
+ "kind": "js",
623
+ "name": "DEFAULT_PASSWORD",
624
+ "declaration": {
625
+ "name": "_DEFAULT_PASSWORD",
626
+ "module": "src/env/variables.ts"
627
+ }
628
+ },
629
+ {
630
+ "kind": "js",
631
+ "name": "DEFAULT_USER",
632
+ "declaration": {
633
+ "name": "_DEFAULT_USER",
634
+ "module": "src/env/variables.ts"
465
635
  }
466
636
  }
467
637
  ]
@@ -662,12 +832,65 @@
662
832
  },
663
833
  {
664
834
  "kind": "javascript-module",
665
- "path": "src/formatters/datetime.ts",
666
- "declarations": [
835
+ "path": "src/decorators/index.ts",
836
+ "declarations": [],
837
+ "exports": [
667
838
  {
668
- "kind": "function",
669
- "name": "formatDateTimestamp",
670
- "return": {
839
+ "kind": "js",
840
+ "name": "*",
841
+ "declaration": {
842
+ "name": "*",
843
+ "package": "./renderOnChange"
844
+ }
845
+ }
846
+ ]
847
+ },
848
+ {
849
+ "kind": "javascript-module",
850
+ "path": "src/decorators/renderOnChange.ts",
851
+ "declarations": [
852
+ {
853
+ "kind": "function",
854
+ "name": "renderOnChange",
855
+ "parameters": [
856
+ {
857
+ "name": "target",
858
+ "type": {
859
+ "text": "FASTElement & { render(): void }"
860
+ },
861
+ "description": "The target to define the property change handler on."
862
+ },
863
+ {
864
+ "name": "name",
865
+ "type": {
866
+ "text": "string"
867
+ },
868
+ "description": "The property name."
869
+ }
870
+ ],
871
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
872
+ "privacy": "public"
873
+ }
874
+ ],
875
+ "exports": [
876
+ {
877
+ "kind": "js",
878
+ "name": "renderOnChange",
879
+ "declaration": {
880
+ "name": "renderOnChange",
881
+ "module": "src/decorators/renderOnChange.ts"
882
+ }
883
+ }
884
+ ]
885
+ },
886
+ {
887
+ "kind": "javascript-module",
888
+ "path": "src/formatters/datetime.ts",
889
+ "declarations": [
890
+ {
891
+ "kind": "function",
892
+ "name": "formatDateTimestamp",
893
+ "return": {
671
894
  "type": {
672
895
  "text": "string"
673
896
  }
@@ -872,229 +1095,6 @@
872
1095
  }
873
1096
  ]
874
1097
  },
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.0",
4
+ "version": "14.71.1-auth-mf.3",
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": "15e16e7c799ca2dc2e10f32fee0eb2a060c05ca3"
44
+ "gitHead": "296c1f938cde171316a18ef026c24143ef1bf2d4"
45
45
  }