@genesislcap/foundation-utils 14.144.0 → 14.144.1-alpha-82ebae3.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 +255 -255
- package/package.json +5 -5
|
@@ -349,6 +349,59 @@
|
|
|
349
349
|
}
|
|
350
350
|
]
|
|
351
351
|
},
|
|
352
|
+
{
|
|
353
|
+
"kind": "javascript-module",
|
|
354
|
+
"path": "src/decorators/index.ts",
|
|
355
|
+
"declarations": [],
|
|
356
|
+
"exports": [
|
|
357
|
+
{
|
|
358
|
+
"kind": "js",
|
|
359
|
+
"name": "*",
|
|
360
|
+
"declaration": {
|
|
361
|
+
"name": "*",
|
|
362
|
+
"package": "./renderOnChange"
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
]
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"kind": "javascript-module",
|
|
369
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
370
|
+
"declarations": [
|
|
371
|
+
{
|
|
372
|
+
"kind": "function",
|
|
373
|
+
"name": "renderOnChange",
|
|
374
|
+
"parameters": [
|
|
375
|
+
{
|
|
376
|
+
"name": "target",
|
|
377
|
+
"type": {
|
|
378
|
+
"text": "FASTElement & { render(): void }"
|
|
379
|
+
},
|
|
380
|
+
"description": "The target to define the property change handler on."
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"name": "name",
|
|
384
|
+
"type": {
|
|
385
|
+
"text": "string"
|
|
386
|
+
},
|
|
387
|
+
"description": "The property name."
|
|
388
|
+
}
|
|
389
|
+
],
|
|
390
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
391
|
+
"privacy": "public"
|
|
392
|
+
}
|
|
393
|
+
],
|
|
394
|
+
"exports": [
|
|
395
|
+
{
|
|
396
|
+
"kind": "js",
|
|
397
|
+
"name": "renderOnChange",
|
|
398
|
+
"declaration": {
|
|
399
|
+
"name": "renderOnChange",
|
|
400
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
]
|
|
404
|
+
},
|
|
352
405
|
{
|
|
353
406
|
"kind": "javascript-module",
|
|
354
407
|
"path": "src/design-system/design-system.ts",
|
|
@@ -401,7 +454,7 @@
|
|
|
401
454
|
},
|
|
402
455
|
{
|
|
403
456
|
"kind": "javascript-module",
|
|
404
|
-
"path": "src/
|
|
457
|
+
"path": "src/directives/index.ts",
|
|
405
458
|
"declarations": [],
|
|
406
459
|
"exports": [
|
|
407
460
|
{
|
|
@@ -409,68 +462,238 @@
|
|
|
409
462
|
"name": "*",
|
|
410
463
|
"declaration": {
|
|
411
464
|
"name": "*",
|
|
412
|
-
"package": "./
|
|
465
|
+
"package": "./sync"
|
|
466
|
+
}
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"kind": "js",
|
|
470
|
+
"name": "*",
|
|
471
|
+
"declaration": {
|
|
472
|
+
"name": "*",
|
|
473
|
+
"package": "./when-else"
|
|
413
474
|
}
|
|
414
475
|
}
|
|
415
476
|
]
|
|
416
477
|
},
|
|
417
478
|
{
|
|
418
479
|
"kind": "javascript-module",
|
|
419
|
-
"path": "src/
|
|
480
|
+
"path": "src/env/index.ts",
|
|
481
|
+
"declarations": [],
|
|
482
|
+
"exports": [
|
|
483
|
+
{
|
|
484
|
+
"kind": "js",
|
|
485
|
+
"name": "*",
|
|
486
|
+
"declaration": {
|
|
487
|
+
"name": "*",
|
|
488
|
+
"package": "./is-dev"
|
|
489
|
+
}
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"kind": "js",
|
|
493
|
+
"name": "*",
|
|
494
|
+
"declaration": {
|
|
495
|
+
"name": "*",
|
|
496
|
+
"package": "./variables"
|
|
497
|
+
}
|
|
498
|
+
}
|
|
499
|
+
]
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"kind": "javascript-module",
|
|
503
|
+
"path": "src/env/is-dev.ts",
|
|
420
504
|
"declarations": [
|
|
421
505
|
{
|
|
422
506
|
"kind": "function",
|
|
423
|
-
"name": "
|
|
424
|
-
"
|
|
425
|
-
{
|
|
426
|
-
"name": "target",
|
|
427
|
-
"type": {
|
|
428
|
-
"text": "FASTElement & { render(): void }"
|
|
429
|
-
},
|
|
430
|
-
"description": "The target to define the property change handler on."
|
|
431
|
-
},
|
|
432
|
-
{
|
|
433
|
-
"name": "name",
|
|
434
|
-
"type": {
|
|
435
|
-
"text": "string"
|
|
436
|
-
},
|
|
437
|
-
"description": "The property name."
|
|
438
|
-
}
|
|
439
|
-
],
|
|
440
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
507
|
+
"name": "isDev",
|
|
508
|
+
"description": "Determines if the current environment is a development environment.",
|
|
441
509
|
"privacy": "public"
|
|
442
510
|
}
|
|
443
511
|
],
|
|
444
512
|
"exports": [
|
|
445
513
|
{
|
|
446
514
|
"kind": "js",
|
|
447
|
-
"name": "
|
|
515
|
+
"name": "isDev",
|
|
448
516
|
"declaration": {
|
|
449
|
-
"name": "
|
|
450
|
-
"module": "src/
|
|
517
|
+
"name": "isDev",
|
|
518
|
+
"module": "src/env/is-dev.ts"
|
|
451
519
|
}
|
|
452
520
|
}
|
|
453
521
|
]
|
|
454
522
|
},
|
|
455
523
|
{
|
|
456
524
|
"kind": "javascript-module",
|
|
457
|
-
"path": "src/
|
|
458
|
-
"declarations": [
|
|
525
|
+
"path": "src/env/variables.ts",
|
|
526
|
+
"declarations": [
|
|
527
|
+
{
|
|
528
|
+
"kind": "variable",
|
|
529
|
+
"name": "SOCKET_EXT",
|
|
530
|
+
"type": {
|
|
531
|
+
"text": "string"
|
|
532
|
+
}
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"kind": "variable",
|
|
536
|
+
"name": "_SOCKET_EXT",
|
|
537
|
+
"type": {
|
|
538
|
+
"text": "string"
|
|
539
|
+
},
|
|
540
|
+
"default": "'gwf'",
|
|
541
|
+
"description": "The sub-path used for WebSocket connections when API_HOST is not set",
|
|
542
|
+
"privacy": "public"
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"kind": "variable",
|
|
546
|
+
"name": "FORCE_HTTP",
|
|
547
|
+
"type": {
|
|
548
|
+
"text": "string"
|
|
549
|
+
}
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"kind": "variable",
|
|
553
|
+
"name": "_FORCE_HTTP",
|
|
554
|
+
"type": {
|
|
555
|
+
"text": "string"
|
|
556
|
+
},
|
|
557
|
+
"description": "The path to a JSON config file for the HTTP mode.",
|
|
558
|
+
"privacy": "public"
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"kind": "variable",
|
|
562
|
+
"name": "API_HOST",
|
|
563
|
+
"type": {
|
|
564
|
+
"text": "string"
|
|
565
|
+
}
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"kind": "variable",
|
|
569
|
+
"name": "_API_HOST",
|
|
570
|
+
"type": {
|
|
571
|
+
"text": "string"
|
|
572
|
+
},
|
|
573
|
+
"default": "`${PROTOCOL}//${location.host}/${_SOCKET_EXT}/`",
|
|
574
|
+
"description": "The Genesis Server URL (WebSocket or HTTP).",
|
|
575
|
+
"privacy": "public"
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"kind": "variable",
|
|
579
|
+
"name": "HTTP_CONFIG",
|
|
580
|
+
"type": {
|
|
581
|
+
"text": "string"
|
|
582
|
+
}
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"kind": "variable",
|
|
586
|
+
"name": "_HTTP_CONFIG",
|
|
587
|
+
"type": {
|
|
588
|
+
"text": "string"
|
|
589
|
+
},
|
|
590
|
+
"description": "Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).",
|
|
591
|
+
"privacy": "public"
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"kind": "variable",
|
|
595
|
+
"name": "DEFAULT_ORGANISATION",
|
|
596
|
+
"type": {
|
|
597
|
+
"text": "string"
|
|
598
|
+
}
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"kind": "variable",
|
|
602
|
+
"name": "_DEFAULT_ORGANISATION",
|
|
603
|
+
"type": {
|
|
604
|
+
"text": "string"
|
|
605
|
+
},
|
|
606
|
+
"description": "The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
|
607
|
+
"privacy": "public"
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"kind": "variable",
|
|
611
|
+
"name": "DEFAULT_PASSWORD",
|
|
612
|
+
"type": {
|
|
613
|
+
"text": "string"
|
|
614
|
+
}
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"kind": "variable",
|
|
618
|
+
"name": "_DEFAULT_PASSWORD",
|
|
619
|
+
"type": {
|
|
620
|
+
"text": "string"
|
|
621
|
+
},
|
|
622
|
+
"description": "The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
|
623
|
+
"privacy": "public"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"kind": "variable",
|
|
627
|
+
"name": "DEFAULT_USER",
|
|
628
|
+
"type": {
|
|
629
|
+
"text": "string"
|
|
630
|
+
}
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"kind": "variable",
|
|
634
|
+
"name": "_DEFAULT_USER",
|
|
635
|
+
"type": {
|
|
636
|
+
"text": "string"
|
|
637
|
+
},
|
|
638
|
+
"description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
|
639
|
+
"privacy": "public"
|
|
640
|
+
}
|
|
641
|
+
],
|
|
459
642
|
"exports": [
|
|
460
643
|
{
|
|
461
644
|
"kind": "js",
|
|
462
|
-
"name": "
|
|
645
|
+
"name": "SOCKET_EXT",
|
|
463
646
|
"declaration": {
|
|
464
|
-
"name": "
|
|
465
|
-
"
|
|
647
|
+
"name": "_SOCKET_EXT",
|
|
648
|
+
"module": "src/env/variables.ts"
|
|
466
649
|
}
|
|
467
650
|
},
|
|
468
651
|
{
|
|
469
652
|
"kind": "js",
|
|
470
|
-
"name": "
|
|
653
|
+
"name": "FORCE_HTTP",
|
|
471
654
|
"declaration": {
|
|
472
|
-
"name": "
|
|
473
|
-
"
|
|
655
|
+
"name": "_FORCE_HTTP",
|
|
656
|
+
"module": "src/env/variables.ts"
|
|
657
|
+
}
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"kind": "js",
|
|
661
|
+
"name": "API_HOST",
|
|
662
|
+
"declaration": {
|
|
663
|
+
"name": "_API_HOST",
|
|
664
|
+
"module": "src/env/variables.ts"
|
|
665
|
+
}
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"kind": "js",
|
|
669
|
+
"name": "HTTP_CONFIG",
|
|
670
|
+
"declaration": {
|
|
671
|
+
"name": "_HTTP_CONFIG",
|
|
672
|
+
"module": "src/env/variables.ts"
|
|
673
|
+
}
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"kind": "js",
|
|
677
|
+
"name": "DEFAULT_ORGANISATION",
|
|
678
|
+
"declaration": {
|
|
679
|
+
"name": "_DEFAULT_ORGANISATION",
|
|
680
|
+
"module": "src/env/variables.ts"
|
|
681
|
+
}
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"kind": "js",
|
|
685
|
+
"name": "DEFAULT_PASSWORD",
|
|
686
|
+
"declaration": {
|
|
687
|
+
"name": "_DEFAULT_PASSWORD",
|
|
688
|
+
"module": "src/env/variables.ts"
|
|
689
|
+
}
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"kind": "js",
|
|
693
|
+
"name": "DEFAULT_USER",
|
|
694
|
+
"declaration": {
|
|
695
|
+
"name": "_DEFAULT_USER",
|
|
696
|
+
"module": "src/env/variables.ts"
|
|
474
697
|
}
|
|
475
698
|
}
|
|
476
699
|
]
|
|
@@ -886,229 +1109,6 @@
|
|
|
886
1109
|
}
|
|
887
1110
|
]
|
|
888
1111
|
},
|
|
889
|
-
{
|
|
890
|
-
"kind": "javascript-module",
|
|
891
|
-
"path": "src/env/index.ts",
|
|
892
|
-
"declarations": [],
|
|
893
|
-
"exports": [
|
|
894
|
-
{
|
|
895
|
-
"kind": "js",
|
|
896
|
-
"name": "*",
|
|
897
|
-
"declaration": {
|
|
898
|
-
"name": "*",
|
|
899
|
-
"package": "./is-dev"
|
|
900
|
-
}
|
|
901
|
-
},
|
|
902
|
-
{
|
|
903
|
-
"kind": "js",
|
|
904
|
-
"name": "*",
|
|
905
|
-
"declaration": {
|
|
906
|
-
"name": "*",
|
|
907
|
-
"package": "./variables"
|
|
908
|
-
}
|
|
909
|
-
}
|
|
910
|
-
]
|
|
911
|
-
},
|
|
912
|
-
{
|
|
913
|
-
"kind": "javascript-module",
|
|
914
|
-
"path": "src/env/is-dev.ts",
|
|
915
|
-
"declarations": [
|
|
916
|
-
{
|
|
917
|
-
"kind": "function",
|
|
918
|
-
"name": "isDev",
|
|
919
|
-
"description": "Determines if the current environment is a development environment.",
|
|
920
|
-
"privacy": "public"
|
|
921
|
-
}
|
|
922
|
-
],
|
|
923
|
-
"exports": [
|
|
924
|
-
{
|
|
925
|
-
"kind": "js",
|
|
926
|
-
"name": "isDev",
|
|
927
|
-
"declaration": {
|
|
928
|
-
"name": "isDev",
|
|
929
|
-
"module": "src/env/is-dev.ts"
|
|
930
|
-
}
|
|
931
|
-
}
|
|
932
|
-
]
|
|
933
|
-
},
|
|
934
|
-
{
|
|
935
|
-
"kind": "javascript-module",
|
|
936
|
-
"path": "src/env/variables.ts",
|
|
937
|
-
"declarations": [
|
|
938
|
-
{
|
|
939
|
-
"kind": "variable",
|
|
940
|
-
"name": "SOCKET_EXT",
|
|
941
|
-
"type": {
|
|
942
|
-
"text": "string"
|
|
943
|
-
}
|
|
944
|
-
},
|
|
945
|
-
{
|
|
946
|
-
"kind": "variable",
|
|
947
|
-
"name": "_SOCKET_EXT",
|
|
948
|
-
"type": {
|
|
949
|
-
"text": "string"
|
|
950
|
-
},
|
|
951
|
-
"default": "'gwf'",
|
|
952
|
-
"description": "The sub-path used for WebSocket connections when API_HOST is not set",
|
|
953
|
-
"privacy": "public"
|
|
954
|
-
},
|
|
955
|
-
{
|
|
956
|
-
"kind": "variable",
|
|
957
|
-
"name": "FORCE_HTTP",
|
|
958
|
-
"type": {
|
|
959
|
-
"text": "string"
|
|
960
|
-
}
|
|
961
|
-
},
|
|
962
|
-
{
|
|
963
|
-
"kind": "variable",
|
|
964
|
-
"name": "_FORCE_HTTP",
|
|
965
|
-
"type": {
|
|
966
|
-
"text": "string"
|
|
967
|
-
},
|
|
968
|
-
"description": "The path to a JSON config file for the HTTP mode.",
|
|
969
|
-
"privacy": "public"
|
|
970
|
-
},
|
|
971
|
-
{
|
|
972
|
-
"kind": "variable",
|
|
973
|
-
"name": "API_HOST",
|
|
974
|
-
"type": {
|
|
975
|
-
"text": "string"
|
|
976
|
-
}
|
|
977
|
-
},
|
|
978
|
-
{
|
|
979
|
-
"kind": "variable",
|
|
980
|
-
"name": "_API_HOST",
|
|
981
|
-
"type": {
|
|
982
|
-
"text": "string"
|
|
983
|
-
},
|
|
984
|
-
"default": "`${PROTOCOL}//${location.host}/${_SOCKET_EXT}/`",
|
|
985
|
-
"description": "The Genesis Server URL (WebSocket or HTTP).",
|
|
986
|
-
"privacy": "public"
|
|
987
|
-
},
|
|
988
|
-
{
|
|
989
|
-
"kind": "variable",
|
|
990
|
-
"name": "HTTP_CONFIG",
|
|
991
|
-
"type": {
|
|
992
|
-
"text": "string"
|
|
993
|
-
}
|
|
994
|
-
},
|
|
995
|
-
{
|
|
996
|
-
"kind": "variable",
|
|
997
|
-
"name": "_HTTP_CONFIG",
|
|
998
|
-
"type": {
|
|
999
|
-
"text": "string"
|
|
1000
|
-
},
|
|
1001
|
-
"description": "Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).",
|
|
1002
|
-
"privacy": "public"
|
|
1003
|
-
},
|
|
1004
|
-
{
|
|
1005
|
-
"kind": "variable",
|
|
1006
|
-
"name": "DEFAULT_ORGANISATION",
|
|
1007
|
-
"type": {
|
|
1008
|
-
"text": "string"
|
|
1009
|
-
}
|
|
1010
|
-
},
|
|
1011
|
-
{
|
|
1012
|
-
"kind": "variable",
|
|
1013
|
-
"name": "_DEFAULT_ORGANISATION",
|
|
1014
|
-
"type": {
|
|
1015
|
-
"text": "string"
|
|
1016
|
-
},
|
|
1017
|
-
"description": "The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
|
1018
|
-
"privacy": "public"
|
|
1019
|
-
},
|
|
1020
|
-
{
|
|
1021
|
-
"kind": "variable",
|
|
1022
|
-
"name": "DEFAULT_PASSWORD",
|
|
1023
|
-
"type": {
|
|
1024
|
-
"text": "string"
|
|
1025
|
-
}
|
|
1026
|
-
},
|
|
1027
|
-
{
|
|
1028
|
-
"kind": "variable",
|
|
1029
|
-
"name": "_DEFAULT_PASSWORD",
|
|
1030
|
-
"type": {
|
|
1031
|
-
"text": "string"
|
|
1032
|
-
},
|
|
1033
|
-
"description": "The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
|
1034
|
-
"privacy": "public"
|
|
1035
|
-
},
|
|
1036
|
-
{
|
|
1037
|
-
"kind": "variable",
|
|
1038
|
-
"name": "DEFAULT_USER",
|
|
1039
|
-
"type": {
|
|
1040
|
-
"text": "string"
|
|
1041
|
-
}
|
|
1042
|
-
},
|
|
1043
|
-
{
|
|
1044
|
-
"kind": "variable",
|
|
1045
|
-
"name": "_DEFAULT_USER",
|
|
1046
|
-
"type": {
|
|
1047
|
-
"text": "string"
|
|
1048
|
-
},
|
|
1049
|
-
"description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
|
|
1050
|
-
"privacy": "public"
|
|
1051
|
-
}
|
|
1052
|
-
],
|
|
1053
|
-
"exports": [
|
|
1054
|
-
{
|
|
1055
|
-
"kind": "js",
|
|
1056
|
-
"name": "SOCKET_EXT",
|
|
1057
|
-
"declaration": {
|
|
1058
|
-
"name": "_SOCKET_EXT",
|
|
1059
|
-
"module": "src/env/variables.ts"
|
|
1060
|
-
}
|
|
1061
|
-
},
|
|
1062
|
-
{
|
|
1063
|
-
"kind": "js",
|
|
1064
|
-
"name": "FORCE_HTTP",
|
|
1065
|
-
"declaration": {
|
|
1066
|
-
"name": "_FORCE_HTTP",
|
|
1067
|
-
"module": "src/env/variables.ts"
|
|
1068
|
-
}
|
|
1069
|
-
},
|
|
1070
|
-
{
|
|
1071
|
-
"kind": "js",
|
|
1072
|
-
"name": "API_HOST",
|
|
1073
|
-
"declaration": {
|
|
1074
|
-
"name": "_API_HOST",
|
|
1075
|
-
"module": "src/env/variables.ts"
|
|
1076
|
-
}
|
|
1077
|
-
},
|
|
1078
|
-
{
|
|
1079
|
-
"kind": "js",
|
|
1080
|
-
"name": "HTTP_CONFIG",
|
|
1081
|
-
"declaration": {
|
|
1082
|
-
"name": "_HTTP_CONFIG",
|
|
1083
|
-
"module": "src/env/variables.ts"
|
|
1084
|
-
}
|
|
1085
|
-
},
|
|
1086
|
-
{
|
|
1087
|
-
"kind": "js",
|
|
1088
|
-
"name": "DEFAULT_ORGANISATION",
|
|
1089
|
-
"declaration": {
|
|
1090
|
-
"name": "_DEFAULT_ORGANISATION",
|
|
1091
|
-
"module": "src/env/variables.ts"
|
|
1092
|
-
}
|
|
1093
|
-
},
|
|
1094
|
-
{
|
|
1095
|
-
"kind": "js",
|
|
1096
|
-
"name": "DEFAULT_PASSWORD",
|
|
1097
|
-
"declaration": {
|
|
1098
|
-
"name": "_DEFAULT_PASSWORD",
|
|
1099
|
-
"module": "src/env/variables.ts"
|
|
1100
|
-
}
|
|
1101
|
-
},
|
|
1102
|
-
{
|
|
1103
|
-
"kind": "js",
|
|
1104
|
-
"name": "DEFAULT_USER",
|
|
1105
|
-
"declaration": {
|
|
1106
|
-
"name": "_DEFAULT_USER",
|
|
1107
|
-
"module": "src/env/variables.ts"
|
|
1108
|
-
}
|
|
1109
|
-
}
|
|
1110
|
-
]
|
|
1111
|
-
},
|
|
1112
1112
|
{
|
|
1113
1113
|
"kind": "javascript-module",
|
|
1114
1114
|
"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.144.0",
|
|
4
|
+
"version": "14.144.1-alpha-82ebae3.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"test": "genx test"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@genesislcap/foundation-testing": "14.144.0",
|
|
23
|
-
"@genesislcap/genx": "14.144.0",
|
|
22
|
+
"@genesislcap/foundation-testing": "14.144.1-alpha-82ebae3.0",
|
|
23
|
+
"@genesislcap/genx": "14.144.1-alpha-82ebae3.0",
|
|
24
24
|
"rimraf": "^3.0.2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@genesislcap/foundation-logger": "14.144.0",
|
|
27
|
+
"@genesislcap/foundation-logger": "14.144.1-alpha-82ebae3.0",
|
|
28
28
|
"@microsoft/fast-components": "^2.30.6",
|
|
29
29
|
"@microsoft/fast-element": "^1.12.0",
|
|
30
30
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
44
|
"customElements": "dist/custom-elements.json",
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "a444c0935138d856a4369b32a94a6202bb6dfeeb"
|
|
46
46
|
}
|