@genesislcap/foundation-utils 14.215.1 → 14.216.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/custom-elements.json +358 -358
  2. package/package.json +10 -10
@@ -367,30 +367,42 @@
367
367
  },
368
368
  {
369
369
  "kind": "javascript-module",
370
- "path": "src/directives/index.ts",
371
- "declarations": [],
372
- "exports": [
370
+ "path": "src/design-system/design-system.ts",
371
+ "declarations": [
373
372
  {
374
- "kind": "js",
375
- "name": "*",
376
- "declaration": {
377
- "name": "*",
378
- "package": "./sync"
379
- }
380
- },
373
+ "kind": "function",
374
+ "name": "assureDesignSystem",
375
+ "return": {
376
+ "type": {
377
+ "text": "DesignSystemModule"
378
+ }
379
+ },
380
+ "parameters": [
381
+ {
382
+ "name": "module",
383
+ "type": {
384
+ "text": "DesignSystemModule"
385
+ }
386
+ }
387
+ ],
388
+ "description": "assureDesignSystem.",
389
+ "privacy": "public"
390
+ }
391
+ ],
392
+ "exports": [
381
393
  {
382
394
  "kind": "js",
383
- "name": "*",
395
+ "name": "assureDesignSystem",
384
396
  "declaration": {
385
- "name": "*",
386
- "package": "./when-else"
397
+ "name": "assureDesignSystem",
398
+ "module": "src/design-system/design-system.ts"
387
399
  }
388
400
  }
389
401
  ]
390
402
  },
391
403
  {
392
404
  "kind": "javascript-module",
393
- "path": "src/env/index.ts",
405
+ "path": "src/design-system/index.ts",
394
406
  "declarations": [],
395
407
  "exports": [
396
408
  {
@@ -398,272 +410,67 @@
398
410
  "name": "*",
399
411
  "declaration": {
400
412
  "name": "*",
401
- "package": "./is-dev"
402
- }
403
- },
404
- {
405
- "kind": "js",
406
- "name": "*",
407
- "declaration": {
408
- "name": "*",
409
- "package": "./variables"
410
- }
411
- }
412
- ]
413
- },
414
- {
415
- "kind": "javascript-module",
416
- "path": "src/env/is-dev.ts",
417
- "declarations": [
418
- {
419
- "kind": "function",
420
- "name": "isDev",
421
- "description": "Determines if the current environment is a development environment.",
422
- "privacy": "public"
423
- }
424
- ],
425
- "exports": [
426
- {
427
- "kind": "js",
428
- "name": "isDev",
429
- "declaration": {
430
- "name": "isDev",
431
- "module": "src/env/is-dev.ts"
413
+ "package": "./design-system"
432
414
  }
433
415
  }
434
416
  ]
435
417
  },
436
418
  {
437
419
  "kind": "javascript-module",
438
- "path": "src/env/variables.ts",
439
- "declarations": [
440
- {
441
- "kind": "variable",
442
- "name": "SOCKET_EXT",
443
- "type": {
444
- "text": "string"
445
- }
446
- },
447
- {
448
- "kind": "variable",
449
- "name": "_SOCKET_EXT",
450
- "type": {
451
- "text": "string"
452
- },
453
- "default": "'gwf'",
454
- "description": "The sub-path used for WebSocket connections when API_HOST is not set",
455
- "privacy": "public"
456
- },
457
- {
458
- "kind": "variable",
459
- "name": "FORCE_HTTP",
460
- "type": {
461
- "text": "string"
462
- }
463
- },
464
- {
465
- "kind": "variable",
466
- "name": "_FORCE_HTTP",
467
- "type": {
468
- "text": "string"
469
- },
470
- "description": "The path to a JSON config file for the HTTP mode.",
471
- "privacy": "public"
472
- },
473
- {
474
- "kind": "variable",
475
- "name": "GENESIS_SOCKET_URL",
476
- "default": "`${location.protocol.replace('http', 'ws')}//${location.host}/${_SOCKET_EXT}/`",
477
- "description": "Genesis Socket URL",
478
- "privacy": "public"
479
- },
480
- {
481
- "kind": "variable",
482
- "name": "API_HOST",
483
- "type": {
484
- "text": "string"
485
- }
486
- },
487
- {
488
- "kind": "variable",
489
- "name": "_API_HOST",
490
- "type": {
491
- "text": "string"
492
- },
493
- "default": "`${PROTOCOL}//${location.host}/${_SOCKET_EXT}/`",
494
- "description": "The Genesis Server URL (WebSocket or HTTP).",
495
- "privacy": "public"
496
- },
497
- {
498
- "kind": "variable",
499
- "name": "HTTP_CONFIG",
500
- "type": {
501
- "text": "string"
502
- }
503
- },
504
- {
505
- "kind": "variable",
506
- "name": "_HTTP_CONFIG",
507
- "type": {
508
- "text": "string"
509
- },
510
- "description": "Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).",
511
- "privacy": "public"
512
- },
513
- {
514
- "kind": "variable",
515
- "name": "DEFAULT_ORGANISATION",
516
- "type": {
517
- "text": "string"
518
- }
519
- },
520
- {
521
- "kind": "variable",
522
- "name": "_DEFAULT_ORGANISATION",
523
- "type": {
524
- "text": "string"
525
- },
526
- "description": "The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
527
- "privacy": "public"
528
- },
529
- {
530
- "kind": "variable",
531
- "name": "DEFAULT_PASSWORD",
532
- "type": {
533
- "text": "string"
534
- }
535
- },
536
- {
537
- "kind": "variable",
538
- "name": "_DEFAULT_PASSWORD",
539
- "type": {
540
- "text": "string"
541
- },
542
- "description": "The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
543
- "privacy": "public"
544
- },
545
- {
546
- "kind": "variable",
547
- "name": "DEFAULT_USER",
548
- "type": {
549
- "text": "string"
550
- }
551
- },
552
- {
553
- "kind": "variable",
554
- "name": "_DEFAULT_USER",
555
- "type": {
556
- "text": "string"
557
- },
558
- "description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
559
- "privacy": "public"
560
- }
561
- ],
420
+ "path": "src/decorators/index.ts",
421
+ "declarations": [],
562
422
  "exports": [
563
423
  {
564
424
  "kind": "js",
565
- "name": "SOCKET_EXT",
566
- "declaration": {
567
- "name": "_SOCKET_EXT",
568
- "module": "src/env/variables.ts"
569
- }
570
- },
571
- {
572
- "kind": "js",
573
- "name": "FORCE_HTTP",
574
- "declaration": {
575
- "name": "_FORCE_HTTP",
576
- "module": "src/env/variables.ts"
577
- }
578
- },
579
- {
580
- "kind": "js",
581
- "name": "GENESIS_SOCKET_URL",
582
- "declaration": {
583
- "name": "GENESIS_SOCKET_URL",
584
- "module": "src/env/variables.ts"
585
- }
586
- },
587
- {
588
- "kind": "js",
589
- "name": "API_HOST",
590
- "declaration": {
591
- "name": "_API_HOST",
592
- "module": "src/env/variables.ts"
593
- }
594
- },
595
- {
596
- "kind": "js",
597
- "name": "HTTP_CONFIG",
598
- "declaration": {
599
- "name": "_HTTP_CONFIG",
600
- "module": "src/env/variables.ts"
601
- }
602
- },
603
- {
604
- "kind": "js",
605
- "name": "DEFAULT_ORGANISATION",
606
- "declaration": {
607
- "name": "_DEFAULT_ORGANISATION",
608
- "module": "src/env/variables.ts"
609
- }
610
- },
611
- {
612
- "kind": "js",
613
- "name": "DEFAULT_PASSWORD",
614
- "declaration": {
615
- "name": "_DEFAULT_PASSWORD",
616
- "module": "src/env/variables.ts"
617
- }
618
- },
619
- {
620
- "kind": "js",
621
- "name": "DEFAULT_USER",
425
+ "name": "*",
622
426
  "declaration": {
623
- "name": "_DEFAULT_USER",
624
- "module": "src/env/variables.ts"
427
+ "name": "*",
428
+ "package": "./renderOnChange"
625
429
  }
626
430
  }
627
431
  ]
628
432
  },
629
433
  {
630
434
  "kind": "javascript-module",
631
- "path": "src/design-system/design-system.ts",
435
+ "path": "src/decorators/renderOnChange.ts",
632
436
  "declarations": [
633
437
  {
634
438
  "kind": "function",
635
- "name": "assureDesignSystem",
636
- "return": {
637
- "type": {
638
- "text": "DesignSystemModule"
639
- }
640
- },
439
+ "name": "renderOnChange",
641
440
  "parameters": [
642
441
  {
643
- "name": "module",
442
+ "name": "target",
644
443
  "type": {
645
- "text": "DesignSystemModule"
646
- }
444
+ "text": "FASTElement & { render(): void }"
445
+ },
446
+ "description": "The target to define the property change handler on."
447
+ },
448
+ {
449
+ "name": "name",
450
+ "type": {
451
+ "text": "string"
452
+ },
453
+ "description": "The property name."
647
454
  }
648
455
  ],
649
- "description": "assureDesignSystem.",
456
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
650
457
  "privacy": "public"
651
458
  }
652
459
  ],
653
460
  "exports": [
654
461
  {
655
462
  "kind": "js",
656
- "name": "assureDesignSystem",
463
+ "name": "renderOnChange",
657
464
  "declaration": {
658
- "name": "assureDesignSystem",
659
- "module": "src/design-system/design-system.ts"
465
+ "name": "renderOnChange",
466
+ "module": "src/decorators/renderOnChange.ts"
660
467
  }
661
468
  }
662
469
  ]
663
470
  },
664
471
  {
665
472
  "kind": "javascript-module",
666
- "path": "src/design-system/index.ts",
473
+ "path": "src/directives/index.ts",
667
474
  "declarations": [],
668
475
  "exports": [
669
476
  {
@@ -671,7 +478,15 @@
671
478
  "name": "*",
672
479
  "declaration": {
673
480
  "name": "*",
674
- "package": "./design-system"
481
+ "package": "./sync"
482
+ }
483
+ },
484
+ {
485
+ "kind": "js",
486
+ "name": "*",
487
+ "declaration": {
488
+ "name": "*",
489
+ "package": "./when-else"
675
490
  }
676
491
  }
677
492
  ]
@@ -821,109 +636,294 @@
821
636
  ]
822
637
  },
823
638
  {
824
- "kind": "function",
825
- "name": "createErrorMap",
826
- "return": {
827
- "type": {
828
- "text": ""
829
- }
639
+ "kind": "function",
640
+ "name": "createErrorMap",
641
+ "return": {
642
+ "type": {
643
+ "text": ""
644
+ }
645
+ },
646
+ "parameters": [
647
+ {
648
+ "name": "logger",
649
+ "type": {
650
+ "text": "ErrorMapLogger"
651
+ },
652
+ "description": "A logger error method reference."
653
+ }
654
+ ],
655
+ "description": "A factory to create the error map.",
656
+ "privacy": "public"
657
+ }
658
+ ],
659
+ "exports": [
660
+ {
661
+ "kind": "js",
662
+ "name": "DefaultErrorMap",
663
+ "declaration": {
664
+ "name": "DefaultErrorMap",
665
+ "module": "src/error/errorMap.ts"
666
+ }
667
+ },
668
+ {
669
+ "kind": "js",
670
+ "name": "createErrorMap",
671
+ "declaration": {
672
+ "name": "createErrorMap",
673
+ "module": "src/error/errorMap.ts"
674
+ }
675
+ }
676
+ ]
677
+ },
678
+ {
679
+ "kind": "javascript-module",
680
+ "path": "src/error/index.ts",
681
+ "declarations": [],
682
+ "exports": [
683
+ {
684
+ "kind": "js",
685
+ "name": "*",
686
+ "declaration": {
687
+ "name": "*",
688
+ "package": "./errorMap"
689
+ }
690
+ }
691
+ ]
692
+ },
693
+ {
694
+ "kind": "javascript-module",
695
+ "path": "src/env/index.ts",
696
+ "declarations": [],
697
+ "exports": [
698
+ {
699
+ "kind": "js",
700
+ "name": "*",
701
+ "declaration": {
702
+ "name": "*",
703
+ "package": "./is-dev"
704
+ }
705
+ },
706
+ {
707
+ "kind": "js",
708
+ "name": "*",
709
+ "declaration": {
710
+ "name": "*",
711
+ "package": "./variables"
712
+ }
713
+ }
714
+ ]
715
+ },
716
+ {
717
+ "kind": "javascript-module",
718
+ "path": "src/env/is-dev.ts",
719
+ "declarations": [
720
+ {
721
+ "kind": "function",
722
+ "name": "isDev",
723
+ "description": "Determines if the current environment is a development environment.",
724
+ "privacy": "public"
725
+ }
726
+ ],
727
+ "exports": [
728
+ {
729
+ "kind": "js",
730
+ "name": "isDev",
731
+ "declaration": {
732
+ "name": "isDev",
733
+ "module": "src/env/is-dev.ts"
734
+ }
735
+ }
736
+ ]
737
+ },
738
+ {
739
+ "kind": "javascript-module",
740
+ "path": "src/env/variables.ts",
741
+ "declarations": [
742
+ {
743
+ "kind": "variable",
744
+ "name": "SOCKET_EXT",
745
+ "type": {
746
+ "text": "string"
747
+ }
748
+ },
749
+ {
750
+ "kind": "variable",
751
+ "name": "_SOCKET_EXT",
752
+ "type": {
753
+ "text": "string"
754
+ },
755
+ "default": "'gwf'",
756
+ "description": "The sub-path used for WebSocket connections when API_HOST is not set",
757
+ "privacy": "public"
758
+ },
759
+ {
760
+ "kind": "variable",
761
+ "name": "FORCE_HTTP",
762
+ "type": {
763
+ "text": "string"
764
+ }
765
+ },
766
+ {
767
+ "kind": "variable",
768
+ "name": "_FORCE_HTTP",
769
+ "type": {
770
+ "text": "string"
771
+ },
772
+ "description": "The path to a JSON config file for the HTTP mode.",
773
+ "privacy": "public"
774
+ },
775
+ {
776
+ "kind": "variable",
777
+ "name": "GENESIS_SOCKET_URL",
778
+ "default": "`${location.protocol.replace('http', 'ws')}//${location.host}/${_SOCKET_EXT}/`",
779
+ "description": "Genesis Socket URL",
780
+ "privacy": "public"
781
+ },
782
+ {
783
+ "kind": "variable",
784
+ "name": "API_HOST",
785
+ "type": {
786
+ "text": "string"
787
+ }
788
+ },
789
+ {
790
+ "kind": "variable",
791
+ "name": "_API_HOST",
792
+ "type": {
793
+ "text": "string"
794
+ },
795
+ "default": "`${PROTOCOL}//${location.host}/${_SOCKET_EXT}/`",
796
+ "description": "The Genesis Server URL (WebSocket or HTTP).",
797
+ "privacy": "public"
798
+ },
799
+ {
800
+ "kind": "variable",
801
+ "name": "HTTP_CONFIG",
802
+ "type": {
803
+ "text": "string"
804
+ }
805
+ },
806
+ {
807
+ "kind": "variable",
808
+ "name": "_HTTP_CONFIG",
809
+ "type": {
810
+ "text": "string"
830
811
  },
831
- "parameters": [
832
- {
833
- "name": "logger",
834
- "type": {
835
- "text": "ErrorMapLogger"
836
- },
837
- "description": "A logger error method reference."
838
- }
839
- ],
840
- "description": "A factory to create the error map.",
812
+ "description": "Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).",
813
+ "privacy": "public"
814
+ },
815
+ {
816
+ "kind": "variable",
817
+ "name": "DEFAULT_ORGANISATION",
818
+ "type": {
819
+ "text": "string"
820
+ }
821
+ },
822
+ {
823
+ "kind": "variable",
824
+ "name": "_DEFAULT_ORGANISATION",
825
+ "type": {
826
+ "text": "string"
827
+ },
828
+ "description": "The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
829
+ "privacy": "public"
830
+ },
831
+ {
832
+ "kind": "variable",
833
+ "name": "DEFAULT_PASSWORD",
834
+ "type": {
835
+ "text": "string"
836
+ }
837
+ },
838
+ {
839
+ "kind": "variable",
840
+ "name": "_DEFAULT_PASSWORD",
841
+ "type": {
842
+ "text": "string"
843
+ },
844
+ "description": "The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
845
+ "privacy": "public"
846
+ },
847
+ {
848
+ "kind": "variable",
849
+ "name": "DEFAULT_USER",
850
+ "type": {
851
+ "text": "string"
852
+ }
853
+ },
854
+ {
855
+ "kind": "variable",
856
+ "name": "_DEFAULT_USER",
857
+ "type": {
858
+ "text": "string"
859
+ },
860
+ "description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
841
861
  "privacy": "public"
842
862
  }
843
863
  ],
844
864
  "exports": [
845
865
  {
846
866
  "kind": "js",
847
- "name": "DefaultErrorMap",
867
+ "name": "SOCKET_EXT",
848
868
  "declaration": {
849
- "name": "DefaultErrorMap",
850
- "module": "src/error/errorMap.ts"
869
+ "name": "_SOCKET_EXT",
870
+ "module": "src/env/variables.ts"
851
871
  }
852
872
  },
853
873
  {
854
874
  "kind": "js",
855
- "name": "createErrorMap",
875
+ "name": "FORCE_HTTP",
856
876
  "declaration": {
857
- "name": "createErrorMap",
858
- "module": "src/error/errorMap.ts"
877
+ "name": "_FORCE_HTTP",
878
+ "module": "src/env/variables.ts"
859
879
  }
860
- }
861
- ]
862
- },
863
- {
864
- "kind": "javascript-module",
865
- "path": "src/error/index.ts",
866
- "declarations": [],
867
- "exports": [
880
+ },
868
881
  {
869
882
  "kind": "js",
870
- "name": "*",
883
+ "name": "GENESIS_SOCKET_URL",
871
884
  "declaration": {
872
- "name": "*",
873
- "package": "./errorMap"
885
+ "name": "GENESIS_SOCKET_URL",
886
+ "module": "src/env/variables.ts"
874
887
  }
875
- }
876
- ]
877
- },
878
- {
879
- "kind": "javascript-module",
880
- "path": "src/decorators/index.ts",
881
- "declarations": [],
882
- "exports": [
888
+ },
883
889
  {
884
890
  "kind": "js",
885
- "name": "*",
891
+ "name": "API_HOST",
886
892
  "declaration": {
887
- "name": "*",
888
- "package": "./renderOnChange"
893
+ "name": "_API_HOST",
894
+ "module": "src/env/variables.ts"
889
895
  }
890
- }
891
- ]
892
- },
893
- {
894
- "kind": "javascript-module",
895
- "path": "src/decorators/renderOnChange.ts",
896
- "declarations": [
896
+ },
897
897
  {
898
- "kind": "function",
899
- "name": "renderOnChange",
900
- "parameters": [
901
- {
902
- "name": "target",
903
- "type": {
904
- "text": "FASTElement & { render(): void }"
905
- },
906
- "description": "The target to define the property change handler on."
907
- },
908
- {
909
- "name": "name",
910
- "type": {
911
- "text": "string"
912
- },
913
- "description": "The property name."
914
- }
915
- ],
916
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
917
- "privacy": "public"
918
- }
919
- ],
920
- "exports": [
898
+ "kind": "js",
899
+ "name": "HTTP_CONFIG",
900
+ "declaration": {
901
+ "name": "_HTTP_CONFIG",
902
+ "module": "src/env/variables.ts"
903
+ }
904
+ },
921
905
  {
922
906
  "kind": "js",
923
- "name": "renderOnChange",
907
+ "name": "DEFAULT_ORGANISATION",
924
908
  "declaration": {
925
- "name": "renderOnChange",
926
- "module": "src/decorators/renderOnChange.ts"
909
+ "name": "_DEFAULT_ORGANISATION",
910
+ "module": "src/env/variables.ts"
911
+ }
912
+ },
913
+ {
914
+ "kind": "js",
915
+ "name": "DEFAULT_PASSWORD",
916
+ "declaration": {
917
+ "name": "_DEFAULT_PASSWORD",
918
+ "module": "src/env/variables.ts"
919
+ }
920
+ },
921
+ {
922
+ "kind": "js",
923
+ "name": "DEFAULT_USER",
924
+ "declaration": {
925
+ "name": "_DEFAULT_USER",
926
+ "module": "src/env/variables.ts"
927
927
  }
928
928
  }
929
929
  ]
@@ -2031,6 +2031,43 @@
2031
2031
  }
2032
2032
  ]
2033
2033
  },
2034
+ {
2035
+ "kind": "javascript-module",
2036
+ "path": "src/uuid/index.ts",
2037
+ "declarations": [],
2038
+ "exports": [
2039
+ {
2040
+ "kind": "js",
2041
+ "name": "*",
2042
+ "declaration": {
2043
+ "name": "*",
2044
+ "package": "./uuid"
2045
+ }
2046
+ }
2047
+ ]
2048
+ },
2049
+ {
2050
+ "kind": "javascript-module",
2051
+ "path": "src/uuid/uuid.ts",
2052
+ "declarations": [
2053
+ {
2054
+ "kind": "variable",
2055
+ "name": "UUID",
2056
+ "description": "A dependency injection token for the UUID interface.",
2057
+ "privacy": "public"
2058
+ }
2059
+ ],
2060
+ "exports": [
2061
+ {
2062
+ "kind": "js",
2063
+ "name": "UUID",
2064
+ "declaration": {
2065
+ "name": "UUID",
2066
+ "module": "src/uuid/uuid.ts"
2067
+ }
2068
+ }
2069
+ ]
2070
+ },
2034
2071
  {
2035
2072
  "kind": "javascript-module",
2036
2073
  "path": "src/window/index.ts",
@@ -2179,43 +2216,6 @@
2179
2216
  }
2180
2217
  ]
2181
2218
  },
2182
- {
2183
- "kind": "javascript-module",
2184
- "path": "src/uuid/index.ts",
2185
- "declarations": [],
2186
- "exports": [
2187
- {
2188
- "kind": "js",
2189
- "name": "*",
2190
- "declaration": {
2191
- "name": "*",
2192
- "package": "./uuid"
2193
- }
2194
- }
2195
- ]
2196
- },
2197
- {
2198
- "kind": "javascript-module",
2199
- "path": "src/uuid/uuid.ts",
2200
- "declarations": [
2201
- {
2202
- "kind": "variable",
2203
- "name": "UUID",
2204
- "description": "A dependency injection token for the UUID interface.",
2205
- "privacy": "public"
2206
- }
2207
- ],
2208
- "exports": [
2209
- {
2210
- "kind": "js",
2211
- "name": "UUID",
2212
- "declaration": {
2213
- "name": "UUID",
2214
- "module": "src/uuid/uuid.ts"
2215
- }
2216
- }
2217
- ]
2218
- },
2219
2219
  {
2220
2220
  "kind": "javascript-module",
2221
2221
  "path": "src/directives/sync/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.215.1",
4
+ "version": "14.216.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.215.1",
31
- "@genesislcap/genx": "14.215.1",
32
- "@genesislcap/rollup-builder": "14.215.1",
33
- "@genesislcap/ts-builder": "14.215.1",
34
- "@genesislcap/uvu-playwright-builder": "14.215.1",
35
- "@genesislcap/vite-builder": "14.215.1",
36
- "@genesislcap/webpack-builder": "14.215.1",
30
+ "@genesislcap/foundation-testing": "14.216.0",
31
+ "@genesislcap/genx": "14.216.0",
32
+ "@genesislcap/rollup-builder": "14.216.0",
33
+ "@genesislcap/ts-builder": "14.216.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.216.0",
35
+ "@genesislcap/vite-builder": "14.216.0",
36
+ "@genesislcap/webpack-builder": "14.216.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.215.1",
40
+ "@genesislcap/foundation-logger": "14.216.0",
41
41
  "@microsoft/fast-components": "^2.30.6",
42
42
  "@microsoft/fast-element": "^1.12.0",
43
43
  "@microsoft/fast-foundation": "^2.49.4",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "f7a58325bc859e6ce441c7df636009d16baca008"
58
+ "gitHead": "b376558560c01c275ea32ac90429521839776d02"
59
59
  }