@genesislcap/foundation-utils 14.242.1 → 14.244.0

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.
@@ -367,56 +367,6 @@
367
367
  }
368
368
  ]
369
369
  },
370
- {
371
- "kind": "javascript-module",
372
- "path": "src/design-system/design-system.ts",
373
- "declarations": [
374
- {
375
- "kind": "function",
376
- "name": "assureDesignSystem",
377
- "return": {
378
- "type": {
379
- "text": "DesignSystemModule"
380
- }
381
- },
382
- "parameters": [
383
- {
384
- "name": "module",
385
- "type": {
386
- "text": "DesignSystemModule"
387
- }
388
- }
389
- ],
390
- "description": "assureDesignSystem.",
391
- "privacy": "public"
392
- }
393
- ],
394
- "exports": [
395
- {
396
- "kind": "js",
397
- "name": "assureDesignSystem",
398
- "declaration": {
399
- "name": "assureDesignSystem",
400
- "module": "src/design-system/design-system.ts"
401
- }
402
- }
403
- ]
404
- },
405
- {
406
- "kind": "javascript-module",
407
- "path": "src/design-system/index.ts",
408
- "declarations": [],
409
- "exports": [
410
- {
411
- "kind": "js",
412
- "name": "*",
413
- "declaration": {
414
- "name": "*",
415
- "package": "./design-system"
416
- }
417
- }
418
- ]
419
- },
420
370
  {
421
371
  "kind": "javascript-module",
422
372
  "path": "src/decorators/index.ts",
@@ -472,30 +422,57 @@
472
422
  },
473
423
  {
474
424
  "kind": "javascript-module",
475
- "path": "src/directives/index.ts",
476
- "declarations": [],
425
+ "path": "src/design-system/design-system.ts",
426
+ "declarations": [
427
+ {
428
+ "kind": "function",
429
+ "name": "assureDesignSystem",
430
+ "return": {
431
+ "type": {
432
+ "text": "DesignSystemModule"
433
+ }
434
+ },
435
+ "parameters": [
436
+ {
437
+ "name": "module",
438
+ "type": {
439
+ "text": "DesignSystemModule"
440
+ }
441
+ }
442
+ ],
443
+ "description": "assureDesignSystem.",
444
+ "privacy": "public"
445
+ }
446
+ ],
477
447
  "exports": [
478
448
  {
479
449
  "kind": "js",
480
- "name": "*",
450
+ "name": "assureDesignSystem",
481
451
  "declaration": {
482
- "name": "*",
483
- "package": "./sync"
452
+ "name": "assureDesignSystem",
453
+ "module": "src/design-system/design-system.ts"
484
454
  }
485
- },
455
+ }
456
+ ]
457
+ },
458
+ {
459
+ "kind": "javascript-module",
460
+ "path": "src/design-system/index.ts",
461
+ "declarations": [],
462
+ "exports": [
486
463
  {
487
464
  "kind": "js",
488
465
  "name": "*",
489
466
  "declaration": {
490
467
  "name": "*",
491
- "package": "./when-else"
468
+ "package": "./design-system"
492
469
  }
493
470
  }
494
471
  ]
495
472
  },
496
473
  {
497
474
  "kind": "javascript-module",
498
- "path": "src/encoding/index.ts",
475
+ "path": "src/directives/index.ts",
499
476
  "declarations": [],
500
477
  "exports": [
501
478
  {
@@ -503,7 +480,15 @@
503
480
  "name": "*",
504
481
  "declaration": {
505
482
  "name": "*",
506
- "package": "./base64"
483
+ "package": "./sync"
484
+ }
485
+ },
486
+ {
487
+ "kind": "js",
488
+ "name": "*",
489
+ "declaration": {
490
+ "name": "*",
491
+ "package": "./when-else"
507
492
  }
508
493
  }
509
494
  ]
@@ -949,6 +934,21 @@
949
934
  }
950
935
  ]
951
936
  },
937
+ {
938
+ "kind": "javascript-module",
939
+ "path": "src/encoding/index.ts",
940
+ "declarations": [],
941
+ "exports": [
942
+ {
943
+ "kind": "js",
944
+ "name": "*",
945
+ "declaration": {
946
+ "name": "*",
947
+ "package": "./base64"
948
+ }
949
+ }
950
+ ]
951
+ },
952
952
  {
953
953
  "kind": "javascript-module",
954
954
  "path": "src/error/errorMap.ts",
@@ -2590,6 +2590,160 @@
2590
2590
  }
2591
2591
  ]
2592
2592
  },
2593
+ {
2594
+ "kind": "javascript-module",
2595
+ "path": "src/encoding/base64/decode.ts",
2596
+ "declarations": [
2597
+ {
2598
+ "kind": "function",
2599
+ "name": "decodeFromBase64",
2600
+ "return": {
2601
+ "type": {
2602
+ "text": ""
2603
+ }
2604
+ },
2605
+ "parameters": [
2606
+ {
2607
+ "name": "base64Value",
2608
+ "type": {
2609
+ "text": "string"
2610
+ }
2611
+ },
2612
+ {
2613
+ "description": "The value to decode from base64.",
2614
+ "name": "value"
2615
+ }
2616
+ ],
2617
+ "description": "Decodes a value from base64.",
2618
+ "privacy": "public"
2619
+ },
2620
+ {
2621
+ "kind": "function",
2622
+ "name": "decodeFromBase64WithPrefix",
2623
+ "return": {
2624
+ "type": {
2625
+ "text": ""
2626
+ }
2627
+ },
2628
+ "parameters": [
2629
+ {
2630
+ "name": "value",
2631
+ "type": {
2632
+ "text": "string"
2633
+ },
2634
+ "description": "The value to decode from base64."
2635
+ }
2636
+ ],
2637
+ "description": "Decodes a value from base64 with a prefix.",
2638
+ "privacy": "public"
2639
+ }
2640
+ ],
2641
+ "exports": [
2642
+ {
2643
+ "kind": "js",
2644
+ "name": "decodeFromBase64",
2645
+ "declaration": {
2646
+ "name": "decodeFromBase64",
2647
+ "module": "src/encoding/base64/decode.ts"
2648
+ }
2649
+ },
2650
+ {
2651
+ "kind": "js",
2652
+ "name": "decodeFromBase64WithPrefix",
2653
+ "declaration": {
2654
+ "name": "decodeFromBase64WithPrefix",
2655
+ "module": "src/encoding/base64/decode.ts"
2656
+ }
2657
+ }
2658
+ ]
2659
+ },
2660
+ {
2661
+ "kind": "javascript-module",
2662
+ "path": "src/encoding/base64/encode.ts",
2663
+ "declarations": [
2664
+ {
2665
+ "kind": "function",
2666
+ "name": "encodeToBase64",
2667
+ "return": {
2668
+ "type": {
2669
+ "text": ""
2670
+ }
2671
+ },
2672
+ "parameters": [
2673
+ {
2674
+ "name": "value",
2675
+ "type": {
2676
+ "text": "string | ArrayBuffer"
2677
+ },
2678
+ "description": "The value to encode to base64."
2679
+ }
2680
+ ],
2681
+ "description": "Encodes the given value to base64.",
2682
+ "privacy": "public"
2683
+ },
2684
+ {
2685
+ "kind": "function",
2686
+ "name": "encodeToBase64WithPrefix",
2687
+ "return": {
2688
+ "type": {
2689
+ "text": ""
2690
+ }
2691
+ },
2692
+ "parameters": [
2693
+ {
2694
+ "name": "value",
2695
+ "type": {
2696
+ "text": "string | ArrayBuffer"
2697
+ },
2698
+ "description": "The value to encode to base64."
2699
+ }
2700
+ ],
2701
+ "description": "Encodes the given value with a prefix to base64.",
2702
+ "privacy": "public"
2703
+ }
2704
+ ],
2705
+ "exports": [
2706
+ {
2707
+ "kind": "js",
2708
+ "name": "encodeToBase64",
2709
+ "declaration": {
2710
+ "name": "encodeToBase64",
2711
+ "module": "src/encoding/base64/encode.ts"
2712
+ }
2713
+ },
2714
+ {
2715
+ "kind": "js",
2716
+ "name": "encodeToBase64WithPrefix",
2717
+ "declaration": {
2718
+ "name": "encodeToBase64WithPrefix",
2719
+ "module": "src/encoding/base64/encode.ts"
2720
+ }
2721
+ }
2722
+ ]
2723
+ },
2724
+ {
2725
+ "kind": "javascript-module",
2726
+ "path": "src/encoding/base64/index.ts",
2727
+ "declarations": [],
2728
+ "exports": [
2729
+ {
2730
+ "kind": "js",
2731
+ "name": "*",
2732
+ "declaration": {
2733
+ "name": "*",
2734
+ "package": "./decode"
2735
+ }
2736
+ },
2737
+ {
2738
+ "kind": "js",
2739
+ "name": "*",
2740
+ "declaration": {
2741
+ "name": "*",
2742
+ "package": "./encode"
2743
+ }
2744
+ }
2745
+ ]
2746
+ },
2593
2747
  {
2594
2748
  "kind": "javascript-module",
2595
2749
  "path": "src/mappers/dto/index.ts",
@@ -2814,160 +2968,6 @@
2814
2968
  }
2815
2969
  ]
2816
2970
  },
2817
- {
2818
- "kind": "javascript-module",
2819
- "path": "src/encoding/base64/decode.ts",
2820
- "declarations": [
2821
- {
2822
- "kind": "function",
2823
- "name": "decodeFromBase64",
2824
- "return": {
2825
- "type": {
2826
- "text": ""
2827
- }
2828
- },
2829
- "parameters": [
2830
- {
2831
- "name": "base64Value",
2832
- "type": {
2833
- "text": "string"
2834
- }
2835
- },
2836
- {
2837
- "description": "The value to decode from base64.",
2838
- "name": "value"
2839
- }
2840
- ],
2841
- "description": "Decodes a value from base64.",
2842
- "privacy": "public"
2843
- },
2844
- {
2845
- "kind": "function",
2846
- "name": "decodeFromBase64WithPrefix",
2847
- "return": {
2848
- "type": {
2849
- "text": ""
2850
- }
2851
- },
2852
- "parameters": [
2853
- {
2854
- "name": "value",
2855
- "type": {
2856
- "text": "string"
2857
- },
2858
- "description": "The value to decode from base64."
2859
- }
2860
- ],
2861
- "description": "Decodes a value from base64 with a prefix.",
2862
- "privacy": "public"
2863
- }
2864
- ],
2865
- "exports": [
2866
- {
2867
- "kind": "js",
2868
- "name": "decodeFromBase64",
2869
- "declaration": {
2870
- "name": "decodeFromBase64",
2871
- "module": "src/encoding/base64/decode.ts"
2872
- }
2873
- },
2874
- {
2875
- "kind": "js",
2876
- "name": "decodeFromBase64WithPrefix",
2877
- "declaration": {
2878
- "name": "decodeFromBase64WithPrefix",
2879
- "module": "src/encoding/base64/decode.ts"
2880
- }
2881
- }
2882
- ]
2883
- },
2884
- {
2885
- "kind": "javascript-module",
2886
- "path": "src/encoding/base64/encode.ts",
2887
- "declarations": [
2888
- {
2889
- "kind": "function",
2890
- "name": "encodeToBase64",
2891
- "return": {
2892
- "type": {
2893
- "text": ""
2894
- }
2895
- },
2896
- "parameters": [
2897
- {
2898
- "name": "value",
2899
- "type": {
2900
- "text": "string | ArrayBuffer"
2901
- },
2902
- "description": "The value to encode to base64."
2903
- }
2904
- ],
2905
- "description": "Encodes the given value to base64.",
2906
- "privacy": "public"
2907
- },
2908
- {
2909
- "kind": "function",
2910
- "name": "encodeToBase64WithPrefix",
2911
- "return": {
2912
- "type": {
2913
- "text": ""
2914
- }
2915
- },
2916
- "parameters": [
2917
- {
2918
- "name": "value",
2919
- "type": {
2920
- "text": "string | ArrayBuffer"
2921
- },
2922
- "description": "The value to encode to base64."
2923
- }
2924
- ],
2925
- "description": "Encodes the given value with a prefix to base64.",
2926
- "privacy": "public"
2927
- }
2928
- ],
2929
- "exports": [
2930
- {
2931
- "kind": "js",
2932
- "name": "encodeToBase64",
2933
- "declaration": {
2934
- "name": "encodeToBase64",
2935
- "module": "src/encoding/base64/encode.ts"
2936
- }
2937
- },
2938
- {
2939
- "kind": "js",
2940
- "name": "encodeToBase64WithPrefix",
2941
- "declaration": {
2942
- "name": "encodeToBase64WithPrefix",
2943
- "module": "src/encoding/base64/encode.ts"
2944
- }
2945
- }
2946
- ]
2947
- },
2948
- {
2949
- "kind": "javascript-module",
2950
- "path": "src/encoding/base64/index.ts",
2951
- "declarations": [],
2952
- "exports": [
2953
- {
2954
- "kind": "js",
2955
- "name": "*",
2956
- "declaration": {
2957
- "name": "*",
2958
- "package": "./decode"
2959
- }
2960
- },
2961
- {
2962
- "kind": "js",
2963
- "name": "*",
2964
- "declaration": {
2965
- "name": "*",
2966
- "package": "./encode"
2967
- }
2968
- }
2969
- ]
2970
- },
2971
2971
  {
2972
2972
  "kind": "javascript-module",
2973
2973
  "path": "src/mixins/pendingState/index.ts",
@@ -1 +1 @@
1
- {"version":3,"file":"variables.d.ts","sourceRoot":"","sources":["../../../src/env/variables.ts"],"names":[],"mappings":"AAQA;;;;;;;GAOG;AACH,QAAA,IAAI,QAAQ,EAAE,MAAkB,CAAC;AAQjC,OAAO,EAAE,QAAQ,IAAI,OAAO,EAAE,CAAC;AAG/B;;;;;;;GAOG;AACH,QAAA,IAAI,YAAY,EAAE,MAAY,CAAC;AAS/B,OAAO,EAAE,YAAY,IAAI,WAAW,EAAE,CAAC;AAGvC;;;;;;;;GAQG;AACH,QAAA,IAAI,WAAW,EAAE,MAAc,CAAC;AAQhC,OAAO,EAAE,WAAW,IAAI,UAAU,EAAE,CAAC;AAGrC;;;;GAIG;AACH,QAAA,IAAI,WAAW,EAAE,MAAM,CAAC;AAMxB,OAAO,EAAE,WAAW,IAAI,UAAU,EAAE,CAAC;AAErC;;;;;;;;;GASG;AACH,eAAO,MAAM,kBAAkB,QAAiF,CAAC;AAOjH;;;;;;GAMG;AACH,QAAA,IAAI,SAAS,EAAE,MAAwD,CAAC;AAQxE,OAAO,EAAE,SAAS,IAAI,QAAQ,EAAE,CAAC;AAGjC;;;;GAIG;AACH,QAAA,IAAI,YAAY,EAAE,MAAM,CAAC;AAMzB,OAAO,EAAE,YAAY,IAAI,WAAW,EAAE,CAAC;AAKvC;;;;GAIG;AACH,QAAA,IAAI,qBAAqB,EAAE,MAAM,CAAC;AAMlC,OAAO,EAAE,qBAAqB,IAAI,oBAAoB,EAAE,CAAC;AAGzD;;;;GAIG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAAM,CAAC;AAM9B,OAAO,EAAE,iBAAiB,IAAI,gBAAgB,EAAE,CAAC;AAGjD;;;;GAIG;AACH,QAAA,IAAI,aAAa,EAAE,MAAM,CAAC;AAM1B,OAAO,EAAE,aAAa,IAAI,YAAY,EAAE,CAAC;AAGzC;;GAEG;AACH,QAAA,IAAI,SAAS,EAAE,MAA+B,CAAC;AAQ/C,OAAO,EAAE,SAAS,EAAE,CAAC;AAGrB;;GAEG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAA+B,CAAC;AAQvD,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAG7B;;GAEG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAAkC,CAAC;AAQ1D,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAG7B;;GAEG;AACH,QAAA,IAAI,UAAU,EAAE,MAA2B,CAAC;AAQ5C,OAAO,EAAE,UAAU,EAAE,CAAC;AAGtB;;GAEG;AACH,QAAA,IAAI,mBAAmB,EAAE,MAAyC,CAAC;AAQnE,OAAO,EAAE,mBAAmB,EAAE,CAAC;AAG/B;;GAEG;AACH,QAAA,IAAI,mBAAmB,EAAE,MAAgD,CAAC;AAQ1E,OAAO,EAAE,mBAAmB,EAAE,CAAC;AAG/B;;GAEG;AACH,QAAA,IAAI,kBAAkB,EAAE,MAA0C,CAAC;AAQnE,OAAO,EAAE,kBAAkB,EAAE,CAAC;AAG9B;;GAEG;AACH,QAAA,IAAI,YAAY,EAAE,MAAuB,CAAC;AAQ1C,OAAO,EAAE,YAAY,EAAE,CAAC;AAGxB;;GAEG;AACH,QAAA,IAAI,aAAa,EAAE,MAAoC,CAAC;AAQxD,OAAO,EAAE,aAAa,EAAE,CAAC"}
1
+ {"version":3,"file":"variables.d.ts","sourceRoot":"","sources":["../../../src/env/variables.ts"],"names":[],"mappings":"AAGA;;;;;;;GAOG;AACH,QAAA,IAAI,QAAQ,EAAE,MAAkB,CAAC;AAQjC,OAAO,EAAE,QAAQ,IAAI,OAAO,EAAE,CAAC;AAG/B;;;;;;;GAOG;AACH,QAAA,IAAI,YAAY,EAAE,MAAY,CAAC;AAS/B,OAAO,EAAE,YAAY,IAAI,WAAW,EAAE,CAAC;AAGvC;;;;;;;;GAQG;AACH,QAAA,IAAI,WAAW,EAAE,MAAc,CAAC;AAQhC,OAAO,EAAE,WAAW,IAAI,UAAU,EAAE,CAAC;AAGrC;;;;GAIG;AACH,QAAA,IAAI,WAAW,EAAE,MAAM,CAAC;AAMxB,OAAO,EAAE,WAAW,IAAI,UAAU,EAAE,CAAC;AAErC;;;;;;;;;GASG;AACH,eAAO,MAAM,kBAAkB,QAAiF,CAAC;AAOjH;;;;;;GAMG;AACH,QAAA,IAAI,SAAS,EAAE,MAAwD,CAAC;AAQxE,OAAO,EAAE,SAAS,IAAI,QAAQ,EAAE,CAAC;AAGjC;;;;GAIG;AACH,QAAA,IAAI,YAAY,EAAE,MAAM,CAAC;AAMzB,OAAO,EAAE,YAAY,IAAI,WAAW,EAAE,CAAC;AAKvC;;;;GAIG;AACH,QAAA,IAAI,qBAAqB,EAAE,MAAM,CAAC;AAMlC,OAAO,EAAE,qBAAqB,IAAI,oBAAoB,EAAE,CAAC;AAGzD;;;;GAIG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAAM,CAAC;AAM9B,OAAO,EAAE,iBAAiB,IAAI,gBAAgB,EAAE,CAAC;AAGjD;;;;GAIG;AACH,QAAA,IAAI,aAAa,EAAE,MAAM,CAAC;AAM1B,OAAO,EAAE,aAAa,IAAI,YAAY,EAAE,CAAC;AAGzC;;GAEG;AACH,QAAA,IAAI,SAAS,EAAE,MAA+B,CAAC;AAM/C,OAAO,EAAE,SAAS,EAAE,CAAC;AAGrB;;GAEG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAA+B,CAAC;AAMvD,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAG7B;;GAEG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAAkC,CAAC;AAM1D,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAG7B;;GAEG;AACH,QAAA,IAAI,UAAU,EAAE,MAA2B,CAAC;AAM5C,OAAO,EAAE,UAAU,EAAE,CAAC;AAGtB;;GAEG;AACH,QAAA,IAAI,mBAAmB,EAAE,MAAyC,CAAC;AAMnE,OAAO,EAAE,mBAAmB,EAAE,CAAC;AAG/B;;GAEG;AACH,QAAA,IAAI,mBAAmB,EAAE,MAAgD,CAAC;AAM1E,OAAO,EAAE,mBAAmB,EAAE,CAAC;AAG/B;;GAEG;AACH,QAAA,IAAI,kBAAkB,EAAE,MAA0C,CAAC;AAMnE,OAAO,EAAE,kBAAkB,EAAE,CAAC;AAG9B;;GAEG;AACH,QAAA,IAAI,YAAY,EAAE,MAAuB,CAAC;AAM1C,OAAO,EAAE,YAAY,EAAE,CAAC;AAGxB;;GAEG;AACH,QAAA,IAAI,aAAa,EAAE,MAAoC,CAAC;AAMxD,OAAO,EAAE,aAAa,EAAE,CAAC"}
@@ -1,7 +1,4 @@
1
1
  /* eslint-disable import/no-mutable-exports */
2
- // Core
3
- /* eslint-disable import/no-mutable-exports */
4
- import { logger } from '../utils';
5
2
  /**
6
3
  * The builder aka file bundler.
7
4
  * @privateRemarks
@@ -141,9 +138,6 @@ let LOGIN_URL = '/sm/event-login-auth';
141
138
  if (typeof GENX_LOGIN_URL !== 'undefined') {
142
139
  LOGIN_URL = GENX_LOGIN_URL;
143
140
  }
144
- else {
145
- logger.debug(`GENX_LOGIN_URL unset, defaulting to ${LOGIN_URL}`);
146
- }
147
141
  export { LOGIN_URL };
148
142
  /**
149
143
  * @public
@@ -152,9 +146,6 @@ let LOGIN_REFRESH_URL = '/sm/event-login-auth';
152
146
  if (typeof GENX_LOGIN_REFRESH_URL !== 'undefined') {
153
147
  LOGIN_REFRESH_URL = GENX_LOGIN_REFRESH_URL;
154
148
  }
155
- else {
156
- logger.debug(`GENX_LOGIN_REFRESH_URL unset, defaulting to ${LOGIN_REFRESH_URL}`);
157
- }
158
149
  export { LOGIN_REFRESH_URL };
159
150
  /**
160
151
  * @public
@@ -163,9 +154,6 @@ let LOGIN_DETAILS_URL = '/sm/event-login-details';
163
154
  if (typeof GENX_LOGIN_DETAILS_URL !== 'undefined') {
164
155
  LOGIN_DETAILS_URL = GENX_LOGIN_DETAILS_URL;
165
156
  }
166
- else {
167
- logger.debug(`GENX_LOGIN_DETAILS_URL unset, defaulting to ${LOGIN_DETAILS_URL}`);
168
- }
169
157
  export { LOGIN_DETAILS_URL };
170
158
  /**
171
159
  * @public
@@ -174,9 +162,6 @@ let LOGOUT_URL = '/sm/event-logout';
174
162
  if (typeof GENX_LOGOUT_URL !== 'undefined') {
175
163
  LOGOUT_URL = GENX_LOGOUT_URL;
176
164
  }
177
- else {
178
- logger.debug(`GENX_LOGOUT_URL unset, defaulting to ${LOGOUT_URL}`);
179
- }
180
165
  export { LOGOUT_URL };
181
166
  /**
182
167
  * @public
@@ -185,9 +170,6 @@ let CHANGE_PASSWORD_URL = '/sm/event-change-user-password';
185
170
  if (typeof GENX_CHANGE_PASSWORD_URL !== 'undefined') {
186
171
  CHANGE_PASSWORD_URL = GENX_CHANGE_PASSWORD_URL;
187
172
  }
188
- else {
189
- logger.debug(`GENX_CHANGE_PASSWORD_URL unset, defaulting to ${CHANGE_PASSWORD_URL}`);
190
- }
191
173
  export { CHANGE_PASSWORD_URL };
192
174
  /**
193
175
  * @public
@@ -196,9 +178,6 @@ let FORGOT_PASSWORD_URL = '/sm/event-self-service-password-reset';
196
178
  if (typeof GENX_FORGOT_PASSWORD_URL !== 'undefined') {
197
179
  FORGOT_PASSWORD_URL = GENX_FORGOT_PASSWORD_URL;
198
180
  }
199
- else {
200
- logger.debug(`GENX_FORGOT_PASSWORD_URL unset, defaulting to ${FORGOT_PASSWORD_URL}`);
201
- }
202
181
  export { FORGOT_PASSWORD_URL };
203
182
  /**
204
183
  * @public
@@ -207,9 +186,6 @@ let RESET_PASSWORD_URL = '/sm/event-password-reset-action';
207
186
  if (typeof GENX_RESET_PASSWORD_URL !== 'undefined') {
208
187
  RESET_PASSWORD_URL = GENX_RESET_PASSWORD_URL;
209
188
  }
210
- else {
211
- logger.debug(`GENX_RESET_PASSWORD_URL unset, defaulting to ${RESET_PASSWORD_URL}`);
212
- }
213
189
  export { RESET_PASSWORD_URL };
214
190
  /**
215
191
  * @public
@@ -218,9 +194,6 @@ let SSO_LIST_URL = '/sm/sso/list';
218
194
  if (typeof GENX_SSO_LIST_URL !== 'undefined') {
219
195
  SSO_LIST_URL = GENX_SSO_LIST_URL;
220
196
  }
221
- else {
222
- logger.debug(`GENX_SSO_LIST_URL unset, defaulting to ${SSO_LIST_URL}`);
223
- }
224
197
  export { SSO_LIST_URL };
225
198
  /**
226
199
  * @public
@@ -229,7 +202,4 @@ let SSO_LOGIN_URL = '/sm/{type}/login?idp={id}';
229
202
  if (typeof GENX_SSO_LOGIN_URL !== 'undefined') {
230
203
  SSO_LOGIN_URL = GENX_SSO_LOGIN_URL;
231
204
  }
232
- else {
233
- logger.debug(`GENX_SSO_LOGIN_URL unset, defaulting to ${SSO_LOGIN_URL}`);
234
- }
235
205
  export { SSO_LOGIN_URL };
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.242.1",
4
+ "version": "14.244.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,17 +27,17 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.242.1",
31
- "@genesislcap/genx": "14.242.1",
32
- "@genesislcap/rollup-builder": "14.242.1",
33
- "@genesislcap/ts-builder": "14.242.1",
34
- "@genesislcap/uvu-playwright-builder": "14.242.1",
35
- "@genesislcap/vite-builder": "14.242.1",
36
- "@genesislcap/webpack-builder": "14.242.1",
30
+ "@genesislcap/foundation-testing": "14.244.0",
31
+ "@genesislcap/genx": "14.244.0",
32
+ "@genesislcap/rollup-builder": "14.244.0",
33
+ "@genesislcap/ts-builder": "14.244.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.244.0",
35
+ "@genesislcap/vite-builder": "14.244.0",
36
+ "@genesislcap/webpack-builder": "14.244.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.242.1",
40
+ "@genesislcap/foundation-logger": "14.244.0",
41
41
  "@microsoft/fast-components": "2.30.6",
42
42
  "@microsoft/fast-element": "1.14.0",
43
43
  "@microsoft/fast-foundation": "2.49.6",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "417b74d0261f996ec21224795760d76ea1d02816"
58
+ "gitHead": "2df19b4e6686b07ed7bccbfa39bdae30df4cba15"
59
59
  }