@genesislcap/foundation-utils 14.211.1 → 14.211.2

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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +376 -376
  2. package/package.json +10 -10
@@ -169,198 +169,23 @@
169
169
  },
170
170
  {
171
171
  "kind": "javascript-module",
172
- "path": "src/data/inMemoryDatabase.ts",
173
- "declarations": [
174
- {
175
- "kind": "class",
176
- "description": "An in memory database of specific DatabaseRecord types.",
177
- "name": "InMemoryDatabase",
178
- "members": [
179
- {
180
- "kind": "field",
181
- "name": "isWorking",
182
- "type": {
183
- "text": "boolean"
184
- },
185
- "privacy": "public",
186
- "default": "false"
187
- },
188
- {
189
- "kind": "field",
190
- "name": "records",
191
- "type": {
192
- "text": "Record<string, T>"
193
- },
194
- "privacy": "private",
195
- "default": "{}"
196
- },
197
- {
198
- "kind": "field",
199
- "name": "beforeUpdateListeners",
200
- "privacy": "private"
201
- },
202
- {
203
- "kind": "field",
204
- "name": "afterUpdateListeners",
205
- "privacy": "private"
206
- },
207
- {
208
- "kind": "method",
209
- "name": "create",
210
- "privacy": "public",
211
- "return": {
212
- "type": {
213
- "text": "Promise<DatabaseAccessResult.Create<T>>"
214
- }
215
- },
216
- "parameters": [
217
- {
218
- "name": "newValue",
219
- "type": {
220
- "text": "Omit<T, 'id'>"
221
- }
222
- }
223
- ]
224
- },
225
- {
226
- "kind": "method",
227
- "name": "read",
228
- "privacy": "public",
229
- "return": {
230
- "type": {
231
- "text": "Promise<DatabaseAccessResult.Read<T>>"
232
- }
233
- },
234
- "parameters": [
235
- {
236
- "name": "id",
237
- "type": {
238
- "text": "string"
239
- }
240
- }
241
- ]
242
- },
243
- {
244
- "kind": "method",
245
- "name": "update",
246
- "privacy": "public",
247
- "return": {
248
- "type": {
249
- "text": "Promise<DatabaseAccessResult.Update<T>>"
250
- }
251
- },
252
- "parameters": [
253
- {
254
- "name": "id",
255
- "type": {
256
- "text": "string"
257
- }
258
- },
259
- {
260
- "name": "newValue",
261
- "type": {
262
- "text": "Omit<Partial<T>, 'id'>"
263
- }
264
- }
265
- ]
266
- },
267
- {
268
- "kind": "method",
269
- "name": "delete",
270
- "privacy": "public",
271
- "return": {
272
- "type": {
273
- "text": "Promise<DatabaseAccessResult.Delete>"
274
- }
275
- },
276
- "parameters": [
277
- {
278
- "name": "id",
279
- "type": {
280
- "text": "string"
281
- }
282
- }
283
- ]
284
- },
285
- {
286
- "kind": "method",
287
- "name": "visit",
288
- "privacy": "public",
289
- "return": {
290
- "type": {
291
- "text": "Promise<void>"
292
- }
293
- },
294
- "parameters": [
295
- {
296
- "name": "visitor",
297
- "type": {
298
- "text": "(record: T) => void"
299
- }
300
- }
301
- ]
302
- },
303
- {
304
- "kind": "method",
305
- "name": "onBeforeUpdate",
306
- "privacy": "public",
307
- "return": {
308
- "type": {
309
- "text": "() => void"
310
- }
311
- },
312
- "parameters": [
313
- {
314
- "name": "listener",
315
- "type": {
316
- "text": "Listener<DatabaseEvent.BeforeUpdate<T>>"
317
- }
318
- }
319
- ]
320
- },
321
- {
322
- "kind": "method",
323
- "name": "onAfterUpdate",
324
- "privacy": "public",
325
- "return": {
326
- "type": {
327
- "text": "() => void"
328
- }
329
- },
330
- "parameters": [
331
- {
332
- "name": "listener",
333
- "type": {
334
- "text": "Listener<DatabaseEvent.AfterUpdate<T>>"
335
- }
336
- }
337
- ]
338
- }
339
- ]
340
- }
341
- ],
172
+ "path": "src/directives/index.ts",
173
+ "declarations": [],
342
174
  "exports": [
343
175
  {
344
176
  "kind": "js",
345
- "name": "InMemoryDatabase",
177
+ "name": "*",
346
178
  "declaration": {
347
- "name": "InMemoryDatabase",
348
- "module": "src/data/inMemoryDatabase.ts"
179
+ "name": "*",
180
+ "package": "./sync"
349
181
  }
350
- }
351
- ]
352
- },
353
- {
354
- "kind": "javascript-module",
355
- "path": "src/data/index.ts",
356
- "declarations": [],
357
- "exports": [
182
+ },
358
183
  {
359
184
  "kind": "js",
360
185
  "name": "*",
361
186
  "declaration": {
362
187
  "name": "*",
363
- "package": "./inMemoryDatabase"
188
+ "package": "./when-else"
364
189
  }
365
190
  }
366
191
  ]
@@ -603,6 +428,255 @@
603
428
  }
604
429
  ]
605
430
  },
431
+ {
432
+ "kind": "javascript-module",
433
+ "path": "src/error/errorMap.ts",
434
+ "declarations": [
435
+ {
436
+ "kind": "class",
437
+ "description": "",
438
+ "name": "DefaultErrorMap",
439
+ "members": [
440
+ {
441
+ "kind": "field",
442
+ "name": "map",
443
+ "privacy": "private",
444
+ "default": "new Map<keyof TErrorDetailMap, Error>()"
445
+ },
446
+ {
447
+ "kind": "field",
448
+ "name": "lastError",
449
+ "type": {
450
+ "text": "Error"
451
+ },
452
+ "description": "{@inheritDoc ErrorMap.lastError}"
453
+ },
454
+ {
455
+ "kind": "method",
456
+ "name": "set",
457
+ "return": {
458
+ "type": {
459
+ "text": "void"
460
+ }
461
+ },
462
+ "parameters": [
463
+ {
464
+ "name": "key",
465
+ "type": {
466
+ "text": "keyof TErrorDetailMap"
467
+ }
468
+ },
469
+ {
470
+ "name": "error",
471
+ "type": {
472
+ "text": "Error"
473
+ }
474
+ }
475
+ ],
476
+ "description": "{@inheritDoc ErrorMap.set}"
477
+ },
478
+ {
479
+ "kind": "method",
480
+ "name": "get",
481
+ "return": {
482
+ "type": {
483
+ "text": ""
484
+ }
485
+ },
486
+ "parameters": [
487
+ {
488
+ "name": "key",
489
+ "type": {
490
+ "text": "keyof TErrorDetailMap"
491
+ },
492
+ "description": "The key."
493
+ }
494
+ ],
495
+ "description": "Get an error by key.",
496
+ "privacy": "public"
497
+ },
498
+ {
499
+ "kind": "method",
500
+ "name": "has",
501
+ "return": {
502
+ "type": {
503
+ "text": ""
504
+ }
505
+ },
506
+ "parameters": [
507
+ {
508
+ "name": "key",
509
+ "type": {
510
+ "text": "keyof TErrorDetailMap"
511
+ },
512
+ "description": "The key."
513
+ }
514
+ ],
515
+ "description": "Has an error for key.",
516
+ "privacy": "public"
517
+ },
518
+ {
519
+ "kind": "method",
520
+ "name": "delete",
521
+ "return": {
522
+ "type": {
523
+ "text": ""
524
+ }
525
+ },
526
+ "parameters": [
527
+ {
528
+ "name": "key",
529
+ "type": {
530
+ "text": "keyof TErrorDetailMap"
531
+ },
532
+ "description": "The key."
533
+ }
534
+ ],
535
+ "description": "Delete an error.",
536
+ "privacy": "public"
537
+ },
538
+ {
539
+ "kind": "method",
540
+ "name": "clear",
541
+ "description": "Clear errors.",
542
+ "privacy": "public"
543
+ },
544
+ {
545
+ "kind": "field",
546
+ "name": "size",
547
+ "type": {
548
+ "text": "number"
549
+ },
550
+ "description": "The size of the error map.",
551
+ "return": {
552
+ "type": {
553
+ "text": ""
554
+ }
555
+ },
556
+ "privacy": "public",
557
+ "readonly": true
558
+ },
559
+ {
560
+ "kind": "method",
561
+ "name": "values",
562
+ "privacy": "public"
563
+ },
564
+ {
565
+ "kind": "field",
566
+ "name": "messages",
567
+ "type": {
568
+ "text": "string"
569
+ },
570
+ "description": "{@inheritDoc ErrorMap.messages}",
571
+ "readonly": true
572
+ }
573
+ ]
574
+ },
575
+ {
576
+ "kind": "function",
577
+ "name": "createErrorMap",
578
+ "return": {
579
+ "type": {
580
+ "text": ""
581
+ }
582
+ },
583
+ "parameters": [
584
+ {
585
+ "name": "logger",
586
+ "type": {
587
+ "text": "ErrorMapLogger"
588
+ },
589
+ "description": "A logger error method reference."
590
+ }
591
+ ],
592
+ "description": "A factory to create the error map.",
593
+ "privacy": "public"
594
+ }
595
+ ],
596
+ "exports": [
597
+ {
598
+ "kind": "js",
599
+ "name": "DefaultErrorMap",
600
+ "declaration": {
601
+ "name": "DefaultErrorMap",
602
+ "module": "src/error/errorMap.ts"
603
+ }
604
+ },
605
+ {
606
+ "kind": "js",
607
+ "name": "createErrorMap",
608
+ "declaration": {
609
+ "name": "createErrorMap",
610
+ "module": "src/error/errorMap.ts"
611
+ }
612
+ }
613
+ ]
614
+ },
615
+ {
616
+ "kind": "javascript-module",
617
+ "path": "src/error/index.ts",
618
+ "declarations": [],
619
+ "exports": [
620
+ {
621
+ "kind": "js",
622
+ "name": "*",
623
+ "declaration": {
624
+ "name": "*",
625
+ "package": "./errorMap"
626
+ }
627
+ }
628
+ ]
629
+ },
630
+ {
631
+ "kind": "javascript-module",
632
+ "path": "src/design-system/design-system.ts",
633
+ "declarations": [
634
+ {
635
+ "kind": "function",
636
+ "name": "assureDesignSystem",
637
+ "return": {
638
+ "type": {
639
+ "text": "DesignSystemModule"
640
+ }
641
+ },
642
+ "parameters": [
643
+ {
644
+ "name": "module",
645
+ "type": {
646
+ "text": "DesignSystemModule"
647
+ }
648
+ }
649
+ ],
650
+ "description": "assureDesignSystem.",
651
+ "privacy": "public"
652
+ }
653
+ ],
654
+ "exports": [
655
+ {
656
+ "kind": "js",
657
+ "name": "assureDesignSystem",
658
+ "declaration": {
659
+ "name": "assureDesignSystem",
660
+ "module": "src/design-system/design-system.ts"
661
+ }
662
+ }
663
+ ]
664
+ },
665
+ {
666
+ "kind": "javascript-module",
667
+ "path": "src/design-system/index.ts",
668
+ "declarations": [],
669
+ "exports": [
670
+ {
671
+ "kind": "js",
672
+ "name": "*",
673
+ "declaration": {
674
+ "name": "*",
675
+ "package": "./design-system"
676
+ }
677
+ }
678
+ ]
679
+ },
606
680
  {
607
681
  "kind": "javascript-module",
608
682
  "path": "src/decorators/index.ts",
@@ -658,264 +732,190 @@
658
732
  },
659
733
  {
660
734
  "kind": "javascript-module",
661
- "path": "src/error/errorMap.ts",
735
+ "path": "src/data/inMemoryDatabase.ts",
662
736
  "declarations": [
663
737
  {
664
738
  "kind": "class",
665
- "description": "",
666
- "name": "DefaultErrorMap",
739
+ "description": "An in memory database of specific DatabaseRecord types.",
740
+ "name": "InMemoryDatabase",
667
741
  "members": [
668
742
  {
669
743
  "kind": "field",
670
- "name": "map",
671
- "privacy": "private",
672
- "default": "new Map<keyof TErrorDetailMap, Error>()"
744
+ "name": "isWorking",
745
+ "type": {
746
+ "text": "boolean"
747
+ },
748
+ "privacy": "public",
749
+ "default": "false"
673
750
  },
674
751
  {
675
752
  "kind": "field",
676
- "name": "lastError",
753
+ "name": "records",
677
754
  "type": {
678
- "text": "Error"
755
+ "text": "Record<string, T>"
756
+ },
757
+ "privacy": "private",
758
+ "default": "{}"
759
+ },
760
+ {
761
+ "kind": "field",
762
+ "name": "beforeUpdateListeners",
763
+ "privacy": "private"
764
+ },
765
+ {
766
+ "kind": "field",
767
+ "name": "afterUpdateListeners",
768
+ "privacy": "private"
769
+ },
770
+ {
771
+ "kind": "method",
772
+ "name": "create",
773
+ "privacy": "public",
774
+ "return": {
775
+ "type": {
776
+ "text": "Promise<DatabaseAccessResult.Create<T>>"
777
+ }
778
+ },
779
+ "parameters": [
780
+ {
781
+ "name": "newValue",
782
+ "type": {
783
+ "text": "Omit<T, 'id'>"
784
+ }
785
+ }
786
+ ]
787
+ },
788
+ {
789
+ "kind": "method",
790
+ "name": "read",
791
+ "privacy": "public",
792
+ "return": {
793
+ "type": {
794
+ "text": "Promise<DatabaseAccessResult.Read<T>>"
795
+ }
679
796
  },
680
- "description": "{@inheritDoc ErrorMap.lastError}"
797
+ "parameters": [
798
+ {
799
+ "name": "id",
800
+ "type": {
801
+ "text": "string"
802
+ }
803
+ }
804
+ ]
681
805
  },
682
806
  {
683
807
  "kind": "method",
684
- "name": "set",
808
+ "name": "update",
809
+ "privacy": "public",
685
810
  "return": {
686
811
  "type": {
687
- "text": "void"
812
+ "text": "Promise<DatabaseAccessResult.Update<T>>"
688
813
  }
689
814
  },
690
815
  "parameters": [
691
816
  {
692
- "name": "key",
817
+ "name": "id",
693
818
  "type": {
694
- "text": "keyof TErrorDetailMap"
819
+ "text": "string"
695
820
  }
696
821
  },
697
822
  {
698
- "name": "error",
823
+ "name": "newValue",
699
824
  "type": {
700
- "text": "Error"
825
+ "text": "Omit<Partial<T>, 'id'>"
701
826
  }
702
827
  }
703
- ],
704
- "description": "{@inheritDoc ErrorMap.set}"
828
+ ]
705
829
  },
706
830
  {
707
831
  "kind": "method",
708
- "name": "get",
832
+ "name": "delete",
833
+ "privacy": "public",
709
834
  "return": {
710
835
  "type": {
711
- "text": ""
836
+ "text": "Promise<DatabaseAccessResult.Delete>"
712
837
  }
713
838
  },
714
839
  "parameters": [
715
840
  {
716
- "name": "key",
841
+ "name": "id",
717
842
  "type": {
718
- "text": "keyof TErrorDetailMap"
719
- },
720
- "description": "The key."
843
+ "text": "string"
844
+ }
721
845
  }
722
- ],
723
- "description": "Get an error by key.",
724
- "privacy": "public"
846
+ ]
725
847
  },
726
848
  {
727
849
  "kind": "method",
728
- "name": "has",
850
+ "name": "visit",
851
+ "privacy": "public",
729
852
  "return": {
730
853
  "type": {
731
- "text": ""
854
+ "text": "Promise<void>"
732
855
  }
733
856
  },
734
857
  "parameters": [
735
858
  {
736
- "name": "key",
859
+ "name": "visitor",
737
860
  "type": {
738
- "text": "keyof TErrorDetailMap"
739
- },
740
- "description": "The key."
861
+ "text": "(record: T) => void"
862
+ }
741
863
  }
742
- ],
743
- "description": "Has an error for key.",
744
- "privacy": "public"
864
+ ]
745
865
  },
746
866
  {
747
867
  "kind": "method",
748
- "name": "delete",
868
+ "name": "onBeforeUpdate",
869
+ "privacy": "public",
749
870
  "return": {
750
871
  "type": {
751
- "text": ""
872
+ "text": "() => void"
752
873
  }
753
874
  },
754
875
  "parameters": [
755
876
  {
756
- "name": "key",
877
+ "name": "listener",
757
878
  "type": {
758
- "text": "keyof TErrorDetailMap"
759
- },
760
- "description": "The key."
879
+ "text": "Listener<DatabaseEvent.BeforeUpdate<T>>"
880
+ }
761
881
  }
762
- ],
763
- "description": "Delete an error.",
764
- "privacy": "public"
882
+ ]
765
883
  },
766
884
  {
767
885
  "kind": "method",
768
- "name": "clear",
769
- "description": "Clear errors.",
770
- "privacy": "public"
771
- },
772
- {
773
- "kind": "field",
774
- "name": "size",
775
- "type": {
776
- "text": "number"
777
- },
778
- "description": "The size of the error map.",
886
+ "name": "onAfterUpdate",
887
+ "privacy": "public",
779
888
  "return": {
780
889
  "type": {
781
- "text": ""
890
+ "text": "() => void"
782
891
  }
783
892
  },
784
- "privacy": "public",
785
- "readonly": true
786
- },
787
- {
788
- "kind": "method",
789
- "name": "values",
790
- "privacy": "public"
791
- },
792
- {
793
- "kind": "field",
794
- "name": "messages",
795
- "type": {
796
- "text": "string"
797
- },
798
- "description": "{@inheritDoc ErrorMap.messages}",
799
- "readonly": true
893
+ "parameters": [
894
+ {
895
+ "name": "listener",
896
+ "type": {
897
+ "text": "Listener<DatabaseEvent.AfterUpdate<T>>"
898
+ }
899
+ }
900
+ ]
800
901
  }
801
902
  ]
802
- },
803
- {
804
- "kind": "function",
805
- "name": "createErrorMap",
806
- "return": {
807
- "type": {
808
- "text": ""
809
- }
810
- },
811
- "parameters": [
812
- {
813
- "name": "logger",
814
- "type": {
815
- "text": "ErrorMapLogger"
816
- },
817
- "description": "A logger error method reference."
818
- }
819
- ],
820
- "description": "A factory to create the error map.",
821
- "privacy": "public"
822
- }
823
- ],
824
- "exports": [
825
- {
826
- "kind": "js",
827
- "name": "DefaultErrorMap",
828
- "declaration": {
829
- "name": "DefaultErrorMap",
830
- "module": "src/error/errorMap.ts"
831
- }
832
- },
833
- {
834
- "kind": "js",
835
- "name": "createErrorMap",
836
- "declaration": {
837
- "name": "createErrorMap",
838
- "module": "src/error/errorMap.ts"
839
- }
840
- }
841
- ]
842
- },
843
- {
844
- "kind": "javascript-module",
845
- "path": "src/error/index.ts",
846
- "declarations": [],
847
- "exports": [
848
- {
849
- "kind": "js",
850
- "name": "*",
851
- "declaration": {
852
- "name": "*",
853
- "package": "./errorMap"
854
- }
855
- }
856
- ]
857
- },
858
- {
859
- "kind": "javascript-module",
860
- "path": "src/directives/index.ts",
861
- "declarations": [],
862
- "exports": [
863
- {
864
- "kind": "js",
865
- "name": "*",
866
- "declaration": {
867
- "name": "*",
868
- "package": "./sync"
869
- }
870
- },
871
- {
872
- "kind": "js",
873
- "name": "*",
874
- "declaration": {
875
- "name": "*",
876
- "package": "./when-else"
877
- }
878
- }
879
- ]
880
- },
881
- {
882
- "kind": "javascript-module",
883
- "path": "src/design-system/design-system.ts",
884
- "declarations": [
885
- {
886
- "kind": "function",
887
- "name": "assureDesignSystem",
888
- "return": {
889
- "type": {
890
- "text": "DesignSystemModule"
891
- }
892
- },
893
- "parameters": [
894
- {
895
- "name": "module",
896
- "type": {
897
- "text": "DesignSystemModule"
898
- }
899
- }
900
- ],
901
- "description": "assureDesignSystem.",
902
- "privacy": "public"
903
903
  }
904
904
  ],
905
905
  "exports": [
906
906
  {
907
907
  "kind": "js",
908
- "name": "assureDesignSystem",
908
+ "name": "InMemoryDatabase",
909
909
  "declaration": {
910
- "name": "assureDesignSystem",
911
- "module": "src/design-system/design-system.ts"
910
+ "name": "InMemoryDatabase",
911
+ "module": "src/data/inMemoryDatabase.ts"
912
912
  }
913
913
  }
914
914
  ]
915
915
  },
916
916
  {
917
917
  "kind": "javascript-module",
918
- "path": "src/design-system/index.ts",
918
+ "path": "src/data/index.ts",
919
919
  "declarations": [],
920
920
  "exports": [
921
921
  {
@@ -923,7 +923,7 @@
923
923
  "name": "*",
924
924
  "declaration": {
925
925
  "name": "*",
926
- "package": "./design-system"
926
+ "package": "./inMemoryDatabase"
927
927
  }
928
928
  }
929
929
  ]
@@ -1996,7 +1996,7 @@
1996
1996
  },
1997
1997
  {
1998
1998
  "kind": "javascript-module",
1999
- "path": "src/utils/index.ts",
1999
+ "path": "src/uuid/index.ts",
2000
2000
  "declarations": [],
2001
2001
  "exports": [
2002
2002
  {
@@ -2004,36 +2004,36 @@
2004
2004
  "name": "*",
2005
2005
  "declaration": {
2006
2006
  "name": "*",
2007
- "package": "./logger"
2007
+ "package": "./uuid"
2008
2008
  }
2009
2009
  }
2010
2010
  ]
2011
2011
  },
2012
2012
  {
2013
2013
  "kind": "javascript-module",
2014
- "path": "src/utils/logger.ts",
2014
+ "path": "src/uuid/uuid.ts",
2015
2015
  "declarations": [
2016
2016
  {
2017
2017
  "kind": "variable",
2018
- "name": "logger",
2019
- "description": "Logger for the foundation-utils package",
2018
+ "name": "UUID",
2019
+ "description": "A dependency injection token for the UUID interface.",
2020
2020
  "privacy": "public"
2021
2021
  }
2022
2022
  ],
2023
2023
  "exports": [
2024
2024
  {
2025
2025
  "kind": "js",
2026
- "name": "logger",
2026
+ "name": "UUID",
2027
2027
  "declaration": {
2028
- "name": "logger",
2029
- "module": "src/utils/logger.ts"
2028
+ "name": "UUID",
2029
+ "module": "src/uuid/uuid.ts"
2030
2030
  }
2031
2031
  }
2032
2032
  ]
2033
2033
  },
2034
2034
  {
2035
2035
  "kind": "javascript-module",
2036
- "path": "src/uuid/index.ts",
2036
+ "path": "src/utils/index.ts",
2037
2037
  "declarations": [],
2038
2038
  "exports": [
2039
2039
  {
@@ -2041,29 +2041,29 @@
2041
2041
  "name": "*",
2042
2042
  "declaration": {
2043
2043
  "name": "*",
2044
- "package": "./uuid"
2044
+ "package": "./logger"
2045
2045
  }
2046
2046
  }
2047
2047
  ]
2048
2048
  },
2049
2049
  {
2050
2050
  "kind": "javascript-module",
2051
- "path": "src/uuid/uuid.ts",
2051
+ "path": "src/utils/logger.ts",
2052
2052
  "declarations": [
2053
2053
  {
2054
2054
  "kind": "variable",
2055
- "name": "UUID",
2056
- "description": "A dependency injection token for the UUID interface.",
2055
+ "name": "logger",
2056
+ "description": "Logger for the foundation-utils package",
2057
2057
  "privacy": "public"
2058
2058
  }
2059
2059
  ],
2060
2060
  "exports": [
2061
2061
  {
2062
2062
  "kind": "js",
2063
- "name": "UUID",
2063
+ "name": "logger",
2064
2064
  "declaration": {
2065
- "name": "UUID",
2066
- "module": "src/uuid/uuid.ts"
2065
+ "name": "logger",
2066
+ "module": "src/utils/logger.ts"
2067
2067
  }
2068
2068
  }
2069
2069
  ]
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.211.1",
4
+ "version": "14.211.2",
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.211.1",
31
- "@genesislcap/genx": "14.211.1",
32
- "@genesislcap/rollup-builder": "14.211.1",
33
- "@genesislcap/ts-builder": "14.211.1",
34
- "@genesislcap/uvu-playwright-builder": "14.211.1",
35
- "@genesislcap/vite-builder": "14.211.1",
36
- "@genesislcap/webpack-builder": "14.211.1",
30
+ "@genesislcap/foundation-testing": "14.211.2",
31
+ "@genesislcap/genx": "14.211.2",
32
+ "@genesislcap/rollup-builder": "14.211.2",
33
+ "@genesislcap/ts-builder": "14.211.2",
34
+ "@genesislcap/uvu-playwright-builder": "14.211.2",
35
+ "@genesislcap/vite-builder": "14.211.2",
36
+ "@genesislcap/webpack-builder": "14.211.2",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.211.1",
40
+ "@genesislcap/foundation-logger": "14.211.2",
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": "be6e09c6d022e7d13f5423c2c5aed363668711da"
58
+ "gitHead": "c7134894f5bd7efb903b1612957041422fccb0ba"
59
59
  }