@genesislcap/foundation-utils 14.166.0 → 14.167.1-alpha-b66e0bd.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.
- package/dist/custom-elements.json +233 -233
- package/package.json +10 -10
|
@@ -151,29 +151,6 @@
|
|
|
151
151
|
}
|
|
152
152
|
]
|
|
153
153
|
},
|
|
154
|
-
{
|
|
155
|
-
"kind": "javascript-module",
|
|
156
|
-
"path": "src/directives/index.ts",
|
|
157
|
-
"declarations": [],
|
|
158
|
-
"exports": [
|
|
159
|
-
{
|
|
160
|
-
"kind": "js",
|
|
161
|
-
"name": "*",
|
|
162
|
-
"declaration": {
|
|
163
|
-
"name": "*",
|
|
164
|
-
"package": "./sync"
|
|
165
|
-
}
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"kind": "js",
|
|
169
|
-
"name": "*",
|
|
170
|
-
"declaration": {
|
|
171
|
-
"name": "*",
|
|
172
|
-
"package": "./when-else"
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
]
|
|
176
|
-
},
|
|
177
154
|
{
|
|
178
155
|
"kind": "javascript-module",
|
|
179
156
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -374,191 +351,57 @@
|
|
|
374
351
|
},
|
|
375
352
|
{
|
|
376
353
|
"kind": "javascript-module",
|
|
377
|
-
"path": "src/
|
|
354
|
+
"path": "src/design-system/design-system.ts",
|
|
378
355
|
"declarations": [
|
|
379
|
-
{
|
|
380
|
-
"kind": "class",
|
|
381
|
-
"description": "",
|
|
382
|
-
"name": "DefaultErrorMap",
|
|
383
|
-
"members": [
|
|
384
|
-
{
|
|
385
|
-
"kind": "field",
|
|
386
|
-
"name": "map",
|
|
387
|
-
"privacy": "private",
|
|
388
|
-
"default": "new Map<keyof TErrorDetailMap, Error>()"
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
"kind": "field",
|
|
392
|
-
"name": "lastError",
|
|
393
|
-
"type": {
|
|
394
|
-
"text": "Error"
|
|
395
|
-
},
|
|
396
|
-
"description": "{@inheritDoc ErrorMap.lastError}"
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
"kind": "method",
|
|
400
|
-
"name": "set",
|
|
401
|
-
"return": {
|
|
402
|
-
"type": {
|
|
403
|
-
"text": "void"
|
|
404
|
-
}
|
|
405
|
-
},
|
|
406
|
-
"parameters": [
|
|
407
|
-
{
|
|
408
|
-
"name": "key",
|
|
409
|
-
"type": {
|
|
410
|
-
"text": "keyof TErrorDetailMap"
|
|
411
|
-
}
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
"name": "error",
|
|
415
|
-
"type": {
|
|
416
|
-
"text": "Error"
|
|
417
|
-
}
|
|
418
|
-
}
|
|
419
|
-
],
|
|
420
|
-
"description": "{@inheritDoc ErrorMap.set}"
|
|
421
|
-
},
|
|
422
|
-
{
|
|
423
|
-
"kind": "method",
|
|
424
|
-
"name": "get",
|
|
425
|
-
"return": {
|
|
426
|
-
"type": {
|
|
427
|
-
"text": ""
|
|
428
|
-
}
|
|
429
|
-
},
|
|
430
|
-
"parameters": [
|
|
431
|
-
{
|
|
432
|
-
"name": "key",
|
|
433
|
-
"type": {
|
|
434
|
-
"text": "keyof TErrorDetailMap"
|
|
435
|
-
},
|
|
436
|
-
"description": "The key."
|
|
437
|
-
}
|
|
438
|
-
],
|
|
439
|
-
"description": "Get an error by key.",
|
|
440
|
-
"privacy": "public"
|
|
441
|
-
},
|
|
442
|
-
{
|
|
443
|
-
"kind": "method",
|
|
444
|
-
"name": "has",
|
|
445
|
-
"return": {
|
|
446
|
-
"type": {
|
|
447
|
-
"text": ""
|
|
448
|
-
}
|
|
449
|
-
},
|
|
450
|
-
"parameters": [
|
|
451
|
-
{
|
|
452
|
-
"name": "key",
|
|
453
|
-
"type": {
|
|
454
|
-
"text": "keyof TErrorDetailMap"
|
|
455
|
-
},
|
|
456
|
-
"description": "The key."
|
|
457
|
-
}
|
|
458
|
-
],
|
|
459
|
-
"description": "Has an error for key.",
|
|
460
|
-
"privacy": "public"
|
|
461
|
-
},
|
|
462
|
-
{
|
|
463
|
-
"kind": "method",
|
|
464
|
-
"name": "delete",
|
|
465
|
-
"return": {
|
|
466
|
-
"type": {
|
|
467
|
-
"text": ""
|
|
468
|
-
}
|
|
469
|
-
},
|
|
470
|
-
"parameters": [
|
|
471
|
-
{
|
|
472
|
-
"name": "key",
|
|
473
|
-
"type": {
|
|
474
|
-
"text": "keyof TErrorDetailMap"
|
|
475
|
-
},
|
|
476
|
-
"description": "The key."
|
|
477
|
-
}
|
|
478
|
-
],
|
|
479
|
-
"description": "Delete an error.",
|
|
480
|
-
"privacy": "public"
|
|
481
|
-
},
|
|
482
|
-
{
|
|
483
|
-
"kind": "method",
|
|
484
|
-
"name": "clear",
|
|
485
|
-
"description": "Clear errors.",
|
|
486
|
-
"privacy": "public"
|
|
487
|
-
},
|
|
488
|
-
{
|
|
489
|
-
"kind": "field",
|
|
490
|
-
"name": "size",
|
|
491
|
-
"type": {
|
|
492
|
-
"text": "number"
|
|
493
|
-
},
|
|
494
|
-
"description": "The size of the error map.",
|
|
495
|
-
"return": {
|
|
496
|
-
"type": {
|
|
497
|
-
"text": ""
|
|
498
|
-
}
|
|
499
|
-
},
|
|
500
|
-
"privacy": "public",
|
|
501
|
-
"readonly": true
|
|
502
|
-
},
|
|
503
|
-
{
|
|
504
|
-
"kind": "method",
|
|
505
|
-
"name": "values",
|
|
506
|
-
"privacy": "public"
|
|
507
|
-
},
|
|
508
|
-
{
|
|
509
|
-
"kind": "field",
|
|
510
|
-
"name": "messages",
|
|
511
|
-
"type": {
|
|
512
|
-
"text": "string"
|
|
513
|
-
},
|
|
514
|
-
"description": "{@inheritDoc ErrorMap.messages}",
|
|
515
|
-
"readonly": true
|
|
516
|
-
}
|
|
517
|
-
]
|
|
518
|
-
},
|
|
519
356
|
{
|
|
520
357
|
"kind": "function",
|
|
521
|
-
"name": "
|
|
358
|
+
"name": "assureDesignSystem",
|
|
522
359
|
"return": {
|
|
523
360
|
"type": {
|
|
524
|
-
"text": ""
|
|
361
|
+
"text": "DesignSystemModule"
|
|
525
362
|
}
|
|
526
363
|
},
|
|
527
364
|
"parameters": [
|
|
528
365
|
{
|
|
529
|
-
"name": "
|
|
366
|
+
"name": "module",
|
|
530
367
|
"type": {
|
|
531
|
-
"text": "
|
|
532
|
-
}
|
|
533
|
-
"description": "A logger error method reference."
|
|
368
|
+
"text": "DesignSystemModule"
|
|
369
|
+
}
|
|
534
370
|
}
|
|
535
371
|
],
|
|
536
|
-
"description": "
|
|
372
|
+
"description": "assureDesignSystem.",
|
|
537
373
|
"privacy": "public"
|
|
538
374
|
}
|
|
539
375
|
],
|
|
540
376
|
"exports": [
|
|
541
377
|
{
|
|
542
378
|
"kind": "js",
|
|
543
|
-
"name": "
|
|
379
|
+
"name": "assureDesignSystem",
|
|
544
380
|
"declaration": {
|
|
545
|
-
"name": "
|
|
546
|
-
"module": "src/
|
|
381
|
+
"name": "assureDesignSystem",
|
|
382
|
+
"module": "src/design-system/design-system.ts"
|
|
547
383
|
}
|
|
548
|
-
}
|
|
384
|
+
}
|
|
385
|
+
]
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"kind": "javascript-module",
|
|
389
|
+
"path": "src/design-system/index.ts",
|
|
390
|
+
"declarations": [],
|
|
391
|
+
"exports": [
|
|
549
392
|
{
|
|
550
393
|
"kind": "js",
|
|
551
|
-
"name": "
|
|
394
|
+
"name": "*",
|
|
552
395
|
"declaration": {
|
|
553
|
-
"name": "
|
|
554
|
-
"
|
|
396
|
+
"name": "*",
|
|
397
|
+
"package": "./design-system"
|
|
555
398
|
}
|
|
556
399
|
}
|
|
557
400
|
]
|
|
558
401
|
},
|
|
559
402
|
{
|
|
560
403
|
"kind": "javascript-module",
|
|
561
|
-
"path": "src/
|
|
404
|
+
"path": "src/directives/index.ts",
|
|
562
405
|
"declarations": [],
|
|
563
406
|
"exports": [
|
|
564
407
|
{
|
|
@@ -566,7 +409,15 @@
|
|
|
566
409
|
"name": "*",
|
|
567
410
|
"declaration": {
|
|
568
411
|
"name": "*",
|
|
569
|
-
"package": "./
|
|
412
|
+
"package": "./sync"
|
|
413
|
+
}
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"kind": "js",
|
|
417
|
+
"name": "*",
|
|
418
|
+
"declaration": {
|
|
419
|
+
"name": "*",
|
|
420
|
+
"package": "./when-else"
|
|
570
421
|
}
|
|
571
422
|
}
|
|
572
423
|
]
|
|
@@ -849,42 +700,191 @@
|
|
|
849
700
|
},
|
|
850
701
|
{
|
|
851
702
|
"kind": "javascript-module",
|
|
852
|
-
"path": "src/
|
|
703
|
+
"path": "src/error/errorMap.ts",
|
|
853
704
|
"declarations": [
|
|
705
|
+
{
|
|
706
|
+
"kind": "class",
|
|
707
|
+
"description": "",
|
|
708
|
+
"name": "DefaultErrorMap",
|
|
709
|
+
"members": [
|
|
710
|
+
{
|
|
711
|
+
"kind": "field",
|
|
712
|
+
"name": "map",
|
|
713
|
+
"privacy": "private",
|
|
714
|
+
"default": "new Map<keyof TErrorDetailMap, Error>()"
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"kind": "field",
|
|
718
|
+
"name": "lastError",
|
|
719
|
+
"type": {
|
|
720
|
+
"text": "Error"
|
|
721
|
+
},
|
|
722
|
+
"description": "{@inheritDoc ErrorMap.lastError}"
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"kind": "method",
|
|
726
|
+
"name": "set",
|
|
727
|
+
"return": {
|
|
728
|
+
"type": {
|
|
729
|
+
"text": "void"
|
|
730
|
+
}
|
|
731
|
+
},
|
|
732
|
+
"parameters": [
|
|
733
|
+
{
|
|
734
|
+
"name": "key",
|
|
735
|
+
"type": {
|
|
736
|
+
"text": "keyof TErrorDetailMap"
|
|
737
|
+
}
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
"name": "error",
|
|
741
|
+
"type": {
|
|
742
|
+
"text": "Error"
|
|
743
|
+
}
|
|
744
|
+
}
|
|
745
|
+
],
|
|
746
|
+
"description": "{@inheritDoc ErrorMap.set}"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"kind": "method",
|
|
750
|
+
"name": "get",
|
|
751
|
+
"return": {
|
|
752
|
+
"type": {
|
|
753
|
+
"text": ""
|
|
754
|
+
}
|
|
755
|
+
},
|
|
756
|
+
"parameters": [
|
|
757
|
+
{
|
|
758
|
+
"name": "key",
|
|
759
|
+
"type": {
|
|
760
|
+
"text": "keyof TErrorDetailMap"
|
|
761
|
+
},
|
|
762
|
+
"description": "The key."
|
|
763
|
+
}
|
|
764
|
+
],
|
|
765
|
+
"description": "Get an error by key.",
|
|
766
|
+
"privacy": "public"
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"kind": "method",
|
|
770
|
+
"name": "has",
|
|
771
|
+
"return": {
|
|
772
|
+
"type": {
|
|
773
|
+
"text": ""
|
|
774
|
+
}
|
|
775
|
+
},
|
|
776
|
+
"parameters": [
|
|
777
|
+
{
|
|
778
|
+
"name": "key",
|
|
779
|
+
"type": {
|
|
780
|
+
"text": "keyof TErrorDetailMap"
|
|
781
|
+
},
|
|
782
|
+
"description": "The key."
|
|
783
|
+
}
|
|
784
|
+
],
|
|
785
|
+
"description": "Has an error for key.",
|
|
786
|
+
"privacy": "public"
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"kind": "method",
|
|
790
|
+
"name": "delete",
|
|
791
|
+
"return": {
|
|
792
|
+
"type": {
|
|
793
|
+
"text": ""
|
|
794
|
+
}
|
|
795
|
+
},
|
|
796
|
+
"parameters": [
|
|
797
|
+
{
|
|
798
|
+
"name": "key",
|
|
799
|
+
"type": {
|
|
800
|
+
"text": "keyof TErrorDetailMap"
|
|
801
|
+
},
|
|
802
|
+
"description": "The key."
|
|
803
|
+
}
|
|
804
|
+
],
|
|
805
|
+
"description": "Delete an error.",
|
|
806
|
+
"privacy": "public"
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"kind": "method",
|
|
810
|
+
"name": "clear",
|
|
811
|
+
"description": "Clear errors.",
|
|
812
|
+
"privacy": "public"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"kind": "field",
|
|
816
|
+
"name": "size",
|
|
817
|
+
"type": {
|
|
818
|
+
"text": "number"
|
|
819
|
+
},
|
|
820
|
+
"description": "The size of the error map.",
|
|
821
|
+
"return": {
|
|
822
|
+
"type": {
|
|
823
|
+
"text": ""
|
|
824
|
+
}
|
|
825
|
+
},
|
|
826
|
+
"privacy": "public",
|
|
827
|
+
"readonly": true
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"kind": "method",
|
|
831
|
+
"name": "values",
|
|
832
|
+
"privacy": "public"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"kind": "field",
|
|
836
|
+
"name": "messages",
|
|
837
|
+
"type": {
|
|
838
|
+
"text": "string"
|
|
839
|
+
},
|
|
840
|
+
"description": "{@inheritDoc ErrorMap.messages}",
|
|
841
|
+
"readonly": true
|
|
842
|
+
}
|
|
843
|
+
]
|
|
844
|
+
},
|
|
854
845
|
{
|
|
855
846
|
"kind": "function",
|
|
856
|
-
"name": "
|
|
847
|
+
"name": "createErrorMap",
|
|
857
848
|
"return": {
|
|
858
849
|
"type": {
|
|
859
|
-
"text": "
|
|
850
|
+
"text": ""
|
|
860
851
|
}
|
|
861
852
|
},
|
|
862
853
|
"parameters": [
|
|
863
854
|
{
|
|
864
|
-
"name": "
|
|
855
|
+
"name": "logger",
|
|
865
856
|
"type": {
|
|
866
|
-
"text": "
|
|
867
|
-
}
|
|
857
|
+
"text": "ErrorMapLogger"
|
|
858
|
+
},
|
|
859
|
+
"description": "A logger error method reference."
|
|
868
860
|
}
|
|
869
861
|
],
|
|
870
|
-
"description": "
|
|
862
|
+
"description": "A factory to create the error map.",
|
|
871
863
|
"privacy": "public"
|
|
872
864
|
}
|
|
873
865
|
],
|
|
874
866
|
"exports": [
|
|
875
867
|
{
|
|
876
868
|
"kind": "js",
|
|
877
|
-
"name": "
|
|
869
|
+
"name": "DefaultErrorMap",
|
|
878
870
|
"declaration": {
|
|
879
|
-
"name": "
|
|
880
|
-
"module": "src/
|
|
871
|
+
"name": "DefaultErrorMap",
|
|
872
|
+
"module": "src/error/errorMap.ts"
|
|
873
|
+
}
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"kind": "js",
|
|
877
|
+
"name": "createErrorMap",
|
|
878
|
+
"declaration": {
|
|
879
|
+
"name": "createErrorMap",
|
|
880
|
+
"module": "src/error/errorMap.ts"
|
|
881
881
|
}
|
|
882
882
|
}
|
|
883
883
|
]
|
|
884
884
|
},
|
|
885
885
|
{
|
|
886
886
|
"kind": "javascript-module",
|
|
887
|
-
"path": "src/
|
|
887
|
+
"path": "src/error/index.ts",
|
|
888
888
|
"declarations": [],
|
|
889
889
|
"exports": [
|
|
890
890
|
{
|
|
@@ -892,7 +892,7 @@
|
|
|
892
892
|
"name": "*",
|
|
893
893
|
"declaration": {
|
|
894
894
|
"name": "*",
|
|
895
|
-
"package": "./
|
|
895
|
+
"package": "./errorMap"
|
|
896
896
|
}
|
|
897
897
|
}
|
|
898
898
|
]
|
|
@@ -1233,6 +1233,47 @@
|
|
|
1233
1233
|
}
|
|
1234
1234
|
]
|
|
1235
1235
|
},
|
|
1236
|
+
{
|
|
1237
|
+
"kind": "javascript-module",
|
|
1238
|
+
"path": "src/resource/index.ts",
|
|
1239
|
+
"declarations": [],
|
|
1240
|
+
"exports": [
|
|
1241
|
+
{
|
|
1242
|
+
"kind": "js",
|
|
1243
|
+
"name": "*",
|
|
1244
|
+
"declaration": {
|
|
1245
|
+
"name": "*",
|
|
1246
|
+
"package": "./types"
|
|
1247
|
+
}
|
|
1248
|
+
}
|
|
1249
|
+
]
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
"kind": "javascript-module",
|
|
1253
|
+
"path": "src/resource/types.ts",
|
|
1254
|
+
"declarations": [
|
|
1255
|
+
{
|
|
1256
|
+
"kind": "variable",
|
|
1257
|
+
"name": "ResourceType",
|
|
1258
|
+
"type": {
|
|
1259
|
+
"text": "{\n local: 'local',\n remote: 'remote',\n}"
|
|
1260
|
+
},
|
|
1261
|
+
"default": "{\n local: 'local',\n remote: 'remote',\n}",
|
|
1262
|
+
"description": "An object that defines two resource types: \"local\" and \"remote\".",
|
|
1263
|
+
"privacy": "public"
|
|
1264
|
+
}
|
|
1265
|
+
],
|
|
1266
|
+
"exports": [
|
|
1267
|
+
{
|
|
1268
|
+
"kind": "js",
|
|
1269
|
+
"name": "ResourceType",
|
|
1270
|
+
"declaration": {
|
|
1271
|
+
"name": "ResourceType",
|
|
1272
|
+
"module": "src/resource/types.ts"
|
|
1273
|
+
}
|
|
1274
|
+
}
|
|
1275
|
+
]
|
|
1276
|
+
},
|
|
1236
1277
|
{
|
|
1237
1278
|
"kind": "javascript-module",
|
|
1238
1279
|
"path": "src/observer/index.ts",
|
|
@@ -1305,47 +1346,6 @@
|
|
|
1305
1346
|
}
|
|
1306
1347
|
]
|
|
1307
1348
|
},
|
|
1308
|
-
{
|
|
1309
|
-
"kind": "javascript-module",
|
|
1310
|
-
"path": "src/resource/index.ts",
|
|
1311
|
-
"declarations": [],
|
|
1312
|
-
"exports": [
|
|
1313
|
-
{
|
|
1314
|
-
"kind": "js",
|
|
1315
|
-
"name": "*",
|
|
1316
|
-
"declaration": {
|
|
1317
|
-
"name": "*",
|
|
1318
|
-
"package": "./types"
|
|
1319
|
-
}
|
|
1320
|
-
}
|
|
1321
|
-
]
|
|
1322
|
-
},
|
|
1323
|
-
{
|
|
1324
|
-
"kind": "javascript-module",
|
|
1325
|
-
"path": "src/resource/types.ts",
|
|
1326
|
-
"declarations": [
|
|
1327
|
-
{
|
|
1328
|
-
"kind": "variable",
|
|
1329
|
-
"name": "ResourceType",
|
|
1330
|
-
"type": {
|
|
1331
|
-
"text": "{\n local: 'local',\n remote: 'remote',\n}"
|
|
1332
|
-
},
|
|
1333
|
-
"default": "{\n local: 'local',\n remote: 'remote',\n}",
|
|
1334
|
-
"description": "An object that defines two resource types: \"local\" and \"remote\".",
|
|
1335
|
-
"privacy": "public"
|
|
1336
|
-
}
|
|
1337
|
-
],
|
|
1338
|
-
"exports": [
|
|
1339
|
-
{
|
|
1340
|
-
"kind": "js",
|
|
1341
|
-
"name": "ResourceType",
|
|
1342
|
-
"declaration": {
|
|
1343
|
-
"name": "ResourceType",
|
|
1344
|
-
"module": "src/resource/types.ts"
|
|
1345
|
-
}
|
|
1346
|
-
}
|
|
1347
|
-
]
|
|
1348
|
-
},
|
|
1349
1349
|
{
|
|
1350
1350
|
"kind": "javascript-module",
|
|
1351
1351
|
"path": "src/serializers/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.
|
|
4
|
+
"version": "14.167.1-alpha-b66e0bd.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -19,17 +19,17 @@
|
|
|
19
19
|
"test": "genx test"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@genesislcap/foundation-testing": "14.
|
|
23
|
-
"@genesislcap/genx": "14.
|
|
24
|
-
"@genesislcap/rollup-builder": "14.
|
|
25
|
-
"@genesislcap/ts-builder": "14.
|
|
26
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
27
|
-
"@genesislcap/vite-builder": "14.
|
|
28
|
-
"@genesislcap/webpack-builder": "14.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.167.1-alpha-b66e0bd.0",
|
|
23
|
+
"@genesislcap/genx": "14.167.1-alpha-b66e0bd.0",
|
|
24
|
+
"@genesislcap/rollup-builder": "14.167.1-alpha-b66e0bd.0",
|
|
25
|
+
"@genesislcap/ts-builder": "14.167.1-alpha-b66e0bd.0",
|
|
26
|
+
"@genesislcap/uvu-playwright-builder": "14.167.1-alpha-b66e0bd.0",
|
|
27
|
+
"@genesislcap/vite-builder": "14.167.1-alpha-b66e0bd.0",
|
|
28
|
+
"@genesislcap/webpack-builder": "14.167.1-alpha-b66e0bd.0",
|
|
29
29
|
"rimraf": "^3.0.2"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@genesislcap/foundation-logger": "14.
|
|
32
|
+
"@genesislcap/foundation-logger": "14.167.1-alpha-b66e0bd.0",
|
|
33
33
|
"@microsoft/fast-components": "^2.30.6",
|
|
34
34
|
"@microsoft/fast-element": "^1.12.0",
|
|
35
35
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"access": "public"
|
|
48
48
|
},
|
|
49
49
|
"customElements": "dist/custom-elements.json",
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "d04b7c489d262892daf7772c220a02bf56937460"
|
|
51
51
|
}
|