@genesislcap/foundation-utils 14.184.0 → 14.186.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.
@@ -433,229 +433,6 @@
433
433
  }
434
434
  ]
435
435
  },
436
- {
437
- "kind": "javascript-module",
438
- "path": "src/env/index.ts",
439
- "declarations": [],
440
- "exports": [
441
- {
442
- "kind": "js",
443
- "name": "*",
444
- "declaration": {
445
- "name": "*",
446
- "package": "./is-dev"
447
- }
448
- },
449
- {
450
- "kind": "js",
451
- "name": "*",
452
- "declaration": {
453
- "name": "*",
454
- "package": "./variables"
455
- }
456
- }
457
- ]
458
- },
459
- {
460
- "kind": "javascript-module",
461
- "path": "src/env/is-dev.ts",
462
- "declarations": [
463
- {
464
- "kind": "function",
465
- "name": "isDev",
466
- "description": "Determines if the current environment is a development environment.",
467
- "privacy": "public"
468
- }
469
- ],
470
- "exports": [
471
- {
472
- "kind": "js",
473
- "name": "isDev",
474
- "declaration": {
475
- "name": "isDev",
476
- "module": "src/env/is-dev.ts"
477
- }
478
- }
479
- ]
480
- },
481
- {
482
- "kind": "javascript-module",
483
- "path": "src/env/variables.ts",
484
- "declarations": [
485
- {
486
- "kind": "variable",
487
- "name": "SOCKET_EXT",
488
- "type": {
489
- "text": "string"
490
- }
491
- },
492
- {
493
- "kind": "variable",
494
- "name": "_SOCKET_EXT",
495
- "type": {
496
- "text": "string"
497
- },
498
- "default": "'gwf'",
499
- "description": "The sub-path used for WebSocket connections when API_HOST is not set",
500
- "privacy": "public"
501
- },
502
- {
503
- "kind": "variable",
504
- "name": "FORCE_HTTP",
505
- "type": {
506
- "text": "string"
507
- }
508
- },
509
- {
510
- "kind": "variable",
511
- "name": "_FORCE_HTTP",
512
- "type": {
513
- "text": "string"
514
- },
515
- "description": "The path to a JSON config file for the HTTP mode.",
516
- "privacy": "public"
517
- },
518
- {
519
- "kind": "variable",
520
- "name": "API_HOST",
521
- "type": {
522
- "text": "string"
523
- }
524
- },
525
- {
526
- "kind": "variable",
527
- "name": "_API_HOST",
528
- "type": {
529
- "text": "string"
530
- },
531
- "default": "`${PROTOCOL}//${location.host}/${_SOCKET_EXT}/`",
532
- "description": "The Genesis Server URL (WebSocket or HTTP).",
533
- "privacy": "public"
534
- },
535
- {
536
- "kind": "variable",
537
- "name": "HTTP_CONFIG",
538
- "type": {
539
- "text": "string"
540
- }
541
- },
542
- {
543
- "kind": "variable",
544
- "name": "_HTTP_CONFIG",
545
- "type": {
546
- "text": "string"
547
- },
548
- "description": "Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).",
549
- "privacy": "public"
550
- },
551
- {
552
- "kind": "variable",
553
- "name": "DEFAULT_ORGANISATION",
554
- "type": {
555
- "text": "string"
556
- }
557
- },
558
- {
559
- "kind": "variable",
560
- "name": "_DEFAULT_ORGANISATION",
561
- "type": {
562
- "text": "string"
563
- },
564
- "description": "The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
565
- "privacy": "public"
566
- },
567
- {
568
- "kind": "variable",
569
- "name": "DEFAULT_PASSWORD",
570
- "type": {
571
- "text": "string"
572
- }
573
- },
574
- {
575
- "kind": "variable",
576
- "name": "_DEFAULT_PASSWORD",
577
- "type": {
578
- "text": "string"
579
- },
580
- "description": "The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
581
- "privacy": "public"
582
- },
583
- {
584
- "kind": "variable",
585
- "name": "DEFAULT_USER",
586
- "type": {
587
- "text": "string"
588
- }
589
- },
590
- {
591
- "kind": "variable",
592
- "name": "_DEFAULT_USER",
593
- "type": {
594
- "text": "string"
595
- },
596
- "description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
597
- "privacy": "public"
598
- }
599
- ],
600
- "exports": [
601
- {
602
- "kind": "js",
603
- "name": "SOCKET_EXT",
604
- "declaration": {
605
- "name": "_SOCKET_EXT",
606
- "module": "src/env/variables.ts"
607
- }
608
- },
609
- {
610
- "kind": "js",
611
- "name": "FORCE_HTTP",
612
- "declaration": {
613
- "name": "_FORCE_HTTP",
614
- "module": "src/env/variables.ts"
615
- }
616
- },
617
- {
618
- "kind": "js",
619
- "name": "API_HOST",
620
- "declaration": {
621
- "name": "_API_HOST",
622
- "module": "src/env/variables.ts"
623
- }
624
- },
625
- {
626
- "kind": "js",
627
- "name": "HTTP_CONFIG",
628
- "declaration": {
629
- "name": "_HTTP_CONFIG",
630
- "module": "src/env/variables.ts"
631
- }
632
- },
633
- {
634
- "kind": "js",
635
- "name": "DEFAULT_ORGANISATION",
636
- "declaration": {
637
- "name": "_DEFAULT_ORGANISATION",
638
- "module": "src/env/variables.ts"
639
- }
640
- },
641
- {
642
- "kind": "js",
643
- "name": "DEFAULT_PASSWORD",
644
- "declaration": {
645
- "name": "_DEFAULT_PASSWORD",
646
- "module": "src/env/variables.ts"
647
- }
648
- },
649
- {
650
- "kind": "js",
651
- "name": "DEFAULT_USER",
652
- "declaration": {
653
- "name": "_DEFAULT_USER",
654
- "module": "src/env/variables.ts"
655
- }
656
- }
657
- ]
658
- },
659
436
  {
660
437
  "kind": "javascript-module",
661
438
  "path": "src/error/errorMap.ts",
@@ -1117,6 +894,229 @@
1117
894
  }
1118
895
  ]
1119
896
  },
897
+ {
898
+ "kind": "javascript-module",
899
+ "path": "src/env/index.ts",
900
+ "declarations": [],
901
+ "exports": [
902
+ {
903
+ "kind": "js",
904
+ "name": "*",
905
+ "declaration": {
906
+ "name": "*",
907
+ "package": "./is-dev"
908
+ }
909
+ },
910
+ {
911
+ "kind": "js",
912
+ "name": "*",
913
+ "declaration": {
914
+ "name": "*",
915
+ "package": "./variables"
916
+ }
917
+ }
918
+ ]
919
+ },
920
+ {
921
+ "kind": "javascript-module",
922
+ "path": "src/env/is-dev.ts",
923
+ "declarations": [
924
+ {
925
+ "kind": "function",
926
+ "name": "isDev",
927
+ "description": "Determines if the current environment is a development environment.",
928
+ "privacy": "public"
929
+ }
930
+ ],
931
+ "exports": [
932
+ {
933
+ "kind": "js",
934
+ "name": "isDev",
935
+ "declaration": {
936
+ "name": "isDev",
937
+ "module": "src/env/is-dev.ts"
938
+ }
939
+ }
940
+ ]
941
+ },
942
+ {
943
+ "kind": "javascript-module",
944
+ "path": "src/env/variables.ts",
945
+ "declarations": [
946
+ {
947
+ "kind": "variable",
948
+ "name": "SOCKET_EXT",
949
+ "type": {
950
+ "text": "string"
951
+ }
952
+ },
953
+ {
954
+ "kind": "variable",
955
+ "name": "_SOCKET_EXT",
956
+ "type": {
957
+ "text": "string"
958
+ },
959
+ "default": "'gwf'",
960
+ "description": "The sub-path used for WebSocket connections when API_HOST is not set",
961
+ "privacy": "public"
962
+ },
963
+ {
964
+ "kind": "variable",
965
+ "name": "FORCE_HTTP",
966
+ "type": {
967
+ "text": "string"
968
+ }
969
+ },
970
+ {
971
+ "kind": "variable",
972
+ "name": "_FORCE_HTTP",
973
+ "type": {
974
+ "text": "string"
975
+ },
976
+ "description": "The path to a JSON config file for the HTTP mode.",
977
+ "privacy": "public"
978
+ },
979
+ {
980
+ "kind": "variable",
981
+ "name": "API_HOST",
982
+ "type": {
983
+ "text": "string"
984
+ }
985
+ },
986
+ {
987
+ "kind": "variable",
988
+ "name": "_API_HOST",
989
+ "type": {
990
+ "text": "string"
991
+ },
992
+ "default": "`${PROTOCOL}//${location.host}/${_SOCKET_EXT}/`",
993
+ "description": "The Genesis Server URL (WebSocket or HTTP).",
994
+ "privacy": "public"
995
+ },
996
+ {
997
+ "kind": "variable",
998
+ "name": "HTTP_CONFIG",
999
+ "type": {
1000
+ "text": "string"
1001
+ }
1002
+ },
1003
+ {
1004
+ "kind": "variable",
1005
+ "name": "_HTTP_CONFIG",
1006
+ "type": {
1007
+ "text": "string"
1008
+ },
1009
+ "description": "Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).",
1010
+ "privacy": "public"
1011
+ },
1012
+ {
1013
+ "kind": "variable",
1014
+ "name": "DEFAULT_ORGANISATION",
1015
+ "type": {
1016
+ "text": "string"
1017
+ }
1018
+ },
1019
+ {
1020
+ "kind": "variable",
1021
+ "name": "_DEFAULT_ORGANISATION",
1022
+ "type": {
1023
+ "text": "string"
1024
+ },
1025
+ "description": "The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
1026
+ "privacy": "public"
1027
+ },
1028
+ {
1029
+ "kind": "variable",
1030
+ "name": "DEFAULT_PASSWORD",
1031
+ "type": {
1032
+ "text": "string"
1033
+ }
1034
+ },
1035
+ {
1036
+ "kind": "variable",
1037
+ "name": "_DEFAULT_PASSWORD",
1038
+ "type": {
1039
+ "text": "string"
1040
+ },
1041
+ "description": "The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
1042
+ "privacy": "public"
1043
+ },
1044
+ {
1045
+ "kind": "variable",
1046
+ "name": "DEFAULT_USER",
1047
+ "type": {
1048
+ "text": "string"
1049
+ }
1050
+ },
1051
+ {
1052
+ "kind": "variable",
1053
+ "name": "_DEFAULT_USER",
1054
+ "type": {
1055
+ "text": "string"
1056
+ },
1057
+ "description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
1058
+ "privacy": "public"
1059
+ }
1060
+ ],
1061
+ "exports": [
1062
+ {
1063
+ "kind": "js",
1064
+ "name": "SOCKET_EXT",
1065
+ "declaration": {
1066
+ "name": "_SOCKET_EXT",
1067
+ "module": "src/env/variables.ts"
1068
+ }
1069
+ },
1070
+ {
1071
+ "kind": "js",
1072
+ "name": "FORCE_HTTP",
1073
+ "declaration": {
1074
+ "name": "_FORCE_HTTP",
1075
+ "module": "src/env/variables.ts"
1076
+ }
1077
+ },
1078
+ {
1079
+ "kind": "js",
1080
+ "name": "API_HOST",
1081
+ "declaration": {
1082
+ "name": "_API_HOST",
1083
+ "module": "src/env/variables.ts"
1084
+ }
1085
+ },
1086
+ {
1087
+ "kind": "js",
1088
+ "name": "HTTP_CONFIG",
1089
+ "declaration": {
1090
+ "name": "_HTTP_CONFIG",
1091
+ "module": "src/env/variables.ts"
1092
+ }
1093
+ },
1094
+ {
1095
+ "kind": "js",
1096
+ "name": "DEFAULT_ORGANISATION",
1097
+ "declaration": {
1098
+ "name": "_DEFAULT_ORGANISATION",
1099
+ "module": "src/env/variables.ts"
1100
+ }
1101
+ },
1102
+ {
1103
+ "kind": "js",
1104
+ "name": "DEFAULT_PASSWORD",
1105
+ "declaration": {
1106
+ "name": "_DEFAULT_PASSWORD",
1107
+ "module": "src/env/variables.ts"
1108
+ }
1109
+ },
1110
+ {
1111
+ "kind": "js",
1112
+ "name": "DEFAULT_USER",
1113
+ "declaration": {
1114
+ "name": "_DEFAULT_USER",
1115
+ "module": "src/env/variables.ts"
1116
+ }
1117
+ }
1118
+ ]
1119
+ },
1120
1120
  {
1121
1121
  "kind": "javascript-module",
1122
1122
  "path": "src/logger/index.ts",
@@ -1182,7 +1182,7 @@
1182
1182
  "name": "LogLevel",
1183
1183
  "declaration": {
1184
1184
  "name": "LogLevel",
1185
- "package": "consola"
1185
+ "package": "@genesislcap/foundation-logger"
1186
1186
  }
1187
1187
  },
1188
1188
  {
@@ -1,10 +1,10 @@
1
- import { Consola, ConsolaOptions } from 'consola';
2
- export { LogLevel } from 'consola';
1
+ import { Logger as NextLogger, LoggerOptions as NextLoggerOptions } from '@genesislcap/foundation-logger';
2
+ export { LogLevel } from '@genesislcap/foundation-logger';
3
3
  /**
4
4
  * Options for creating a logger.
5
5
  * @public
6
6
  */
7
- export interface LoggerOptions extends ConsolaOptions {
7
+ export interface LoggerOptions extends NextLoggerOptions {
8
8
  }
9
9
  /**
10
10
  * A logger that extends the `Consola` logger.
@@ -14,7 +14,7 @@ export interface LoggerOptions extends ConsolaOptions {
14
14
  *
15
15
  * @public
16
16
  */
17
- export interface Logger extends Consola {
17
+ export interface Logger extends NextLogger {
18
18
  /**
19
19
  * A logger method for deprecated symbols.
20
20
  *
@@ -37,12 +37,6 @@ export interface Logger extends Consola {
37
37
  */
38
38
  deprecated(symbol: string, instruction?: string, removalVersionTarget?: string): void;
39
39
  }
40
- /**
41
- * A logger that extends the `Consola` logger.
42
- * @public
43
- */
44
- export interface Logger extends Consola {
45
- }
46
40
  /**
47
41
  * The default logger options.
48
42
  * @public
@@ -1 +1 @@
1
- {"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../../src/logger/logger.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAElD,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAEnC;;;GAGG;AACH,MAAM,WAAW,aAAc,SAAQ,cAAc;CAAG;AACxD;;;;;;;GAOG;AACH,MAAM,WAAW,MAAO,SAAQ,OAAO;IACrC;;;;;;;;;;;;;;;;;;;OAmBG;IACH,UAAU,CAAC,MAAM,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM,EAAE,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACvF;AAGD;;;GAGG;AACH,MAAM,WAAW,MAAO,SAAQ,OAAO;CAAG;AAE1C;;;GAGG;AACH,eAAO,MAAM,oBAAoB,EAAE,aAElC,CAAC;AAEF;;;;;;;;GAQG;AACH,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,GAAE,aAAoC,GAAG,MAAM,CAMhG"}
1
+ {"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../../src/logger/logger.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,MAAM,IAAI,UAAU,EACpB,aAAa,IAAI,iBAAiB,EACnC,MAAM,gCAAgC,CAAC;AAExC,OAAO,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAE1D;;;GAGG;AACH,MAAM,WAAW,aAAc,SAAQ,iBAAiB;CAAG;AAC3D;;;;;;;GAOG;AACH,MAAM,WAAW,MAAO,SAAQ,UAAU;IACxC;;;;;;;;;;;;;;;;;;;OAmBG;IACH,UAAU,CAAC,MAAM,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM,EAAE,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACvF;AAID;;;GAGG;AACH,eAAO,MAAM,oBAAoB,EAAE,aAElC,CAAC;AAEF;;;;;;;;GAQG;AACH,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,GAAE,aAAoC,GAAG,MAAM,CAMhG"}
@@ -1,5 +1,5 @@
1
- import { createLogger as nextCreateLogger } from '@genesislcap/foundation-logger';
2
- export { LogLevel } from 'consola';
1
+ import { createLogger as nextCreateLogger, } from '@genesislcap/foundation-logger';
2
+ export { LogLevel } from '@genesislcap/foundation-logger';
3
3
  const logLevelDebug = 4;
4
4
  /**
5
5
  * The default logger options.
@@ -7890,8 +7890,8 @@
7890
7890
  },
7891
7891
  {
7892
7892
  "kind": "Reference",
7893
- "text": "Consola",
7894
- "canonicalReference": "consola!Consola:class"
7893
+ "text": "NextLogger",
7894
+ "canonicalReference": "@genesislcap/foundation-logger!Logger:interface"
7895
7895
  },
7896
7896
  {
7897
7897
  "kind": "Content",
@@ -7999,8 +7999,8 @@
7999
7999
  },
8000
8000
  {
8001
8001
  "kind": "Reference",
8002
- "text": "ConsolaOptions",
8003
- "canonicalReference": "consola!ConsolaOptions:interface"
8002
+ "text": "NextLoggerOptions",
8003
+ "canonicalReference": "@genesislcap/foundation-logger!LoggerOptions:interface"
8004
8004
  },
8005
8005
  {
8006
8006
  "kind": "Content",
@@ -1,8 +1,6 @@
1
1
  import { Binding } from '@microsoft/fast-element';
2
2
  import { CaptureType } from '@microsoft/fast-element';
3
3
  import { ComposableStyles } from '@microsoft/fast-element';
4
- import { Consola } from 'consola';
5
- import { ConsolaOptions } from 'consola';
6
4
  import { Constructable } from '@microsoft/fast-element';
7
5
  import { Controller } from '@microsoft/fast-element';
8
6
  import { CSSDesignToken } from '@microsoft/fast-foundation';
@@ -10,7 +8,9 @@ import { DesignSystem } from '@microsoft/fast-foundation';
10
8
  import { ElementStyles } from '@microsoft/fast-element';
11
9
  import { FASTElement } from '@microsoft/fast-element';
12
10
  import { InterfaceSymbol } from '@microsoft/fast-foundation';
13
- import { LogLevel } from 'consola';
11
+ import { Logger as Logger_2 } from '@genesislcap/foundation-logger';
12
+ import { LoggerOptions as LoggerOptions_2 } from '@genesislcap/foundation-logger';
13
+ import { LogLevel } from '@genesislcap/foundation-logger';
14
14
  import { SyntheticViewTemplate } from '@microsoft/fast-element';
15
15
 
16
16
  /**
@@ -1014,7 +1014,7 @@ export declare const loadFontFaces: (fontFaceRules: string, styleElementId: stri
1014
1014
  *
1015
1015
  * @public
1016
1016
  */
1017
- export declare interface Logger extends Consola {
1017
+ export declare interface Logger extends Logger_2 {
1018
1018
  /**
1019
1019
  * A logger method for deprecated symbols.
1020
1020
  *
@@ -1038,18 +1038,11 @@ export declare interface Logger extends Consola {
1038
1038
  deprecated(symbol: string, instruction?: string, removalVersionTarget?: string): void;
1039
1039
  }
1040
1040
 
1041
- /**
1042
- * A logger that extends the `Consola` logger.
1043
- * @public
1044
- */
1045
- export declare interface Logger extends Consola {
1046
- }
1047
-
1048
1041
  /**
1049
1042
  * Options for creating a logger.
1050
1043
  * @public
1051
1044
  */
1052
- export declare interface LoggerOptions extends ConsolaOptions {
1045
+ export declare interface LoggerOptions extends LoggerOptions_2 {
1053
1046
  }
1054
1047
 
1055
1048
  export { LogLevel }
@@ -9,9 +9,9 @@ A logger that extends the `Consola` logger.
9
9
  **Signature:**
10
10
 
11
11
  ```typescript
12
- export interface Logger extends Consola
12
+ export interface Logger extends NextLogger
13
13
  ```
14
- **Extends:** Consola
14
+ **Extends:** NextLogger
15
15
 
16
16
  ## Remarks
17
17
 
@@ -9,7 +9,7 @@ Options for creating a logger.
9
9
  **Signature:**
10
10
 
11
11
  ```typescript
12
- export interface LoggerOptions extends ConsolaOptions
12
+ export interface LoggerOptions extends NextLoggerOptions
13
13
  ```
14
- **Extends:** ConsolaOptions
14
+ **Extends:** NextLoggerOptions
15
15
 
@@ -7,8 +7,6 @@
7
7
  import { Binding } from '@microsoft/fast-element';
8
8
  import { CaptureType } from '@microsoft/fast-element';
9
9
  import { ComposableStyles } from '@microsoft/fast-element';
10
- import { Consola } from 'consola';
11
- import { ConsolaOptions } from 'consola';
12
10
  import { Constructable } from '@microsoft/fast-element';
13
11
  import { Controller } from '@microsoft/fast-element';
14
12
  import { CSSDesignToken } from '@microsoft/fast-foundation';
@@ -16,7 +14,9 @@ import { DesignSystem } from '@microsoft/fast-foundation';
16
14
  import { ElementStyles } from '@microsoft/fast-element';
17
15
  import { FASTElement } from '@microsoft/fast-element';
18
16
  import { InterfaceSymbol } from '@microsoft/fast-foundation';
19
- import { LogLevel } from 'consola';
17
+ import { Logger as Logger_2 } from '@genesislcap/foundation-logger';
18
+ import { LoggerOptions as LoggerOptions_2 } from '@genesislcap/foundation-logger';
19
+ import { LogLevel } from '@genesislcap/foundation-logger';
20
20
  import { SyntheticViewTemplate } from '@microsoft/fast-element';
21
21
 
22
22
  // @public
@@ -675,16 +675,12 @@ export type Listener<EventType> = (ev: EventType) => void;
675
675
  export const loadFontFaces: (fontFaceRules: string, styleElementId: string) => void;
676
676
 
677
677
  // @public
678
- export interface Logger extends Consola {
678
+ export interface Logger extends Logger_2 {
679
679
  deprecated(symbol: string, instruction?: string, removalVersionTarget?: string): void;
680
680
  }
681
681
 
682
682
  // @public
683
- export interface Logger extends Consola {
684
- }
685
-
686
- // @public
687
- export interface LoggerOptions extends ConsolaOptions {
683
+ export interface LoggerOptions extends LoggerOptions_2 {
688
684
  }
689
685
 
690
686
  export { LogLevel }
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.184.0",
4
+ "version": "14.186.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -14,26 +14,33 @@
14
14
  },
15
15
  "scripts": {
16
16
  "build": "genx build -b ts",
17
+ "circular": "npx -y madge --extensions ts --circular ./src",
17
18
  "clean": "rimraf dist tsconfig.tsbuildinfo",
18
19
  "dev": "genx dev -b ts",
19
20
  "test": "genx test"
20
21
  },
22
+ "madge": {
23
+ "detectiveOptions": {
24
+ "ts": {
25
+ "skipTypeImports": true
26
+ }
27
+ }
28
+ },
21
29
  "devDependencies": {
22
- "@genesislcap/foundation-testing": "14.184.0",
23
- "@genesislcap/genx": "14.184.0",
24
- "@genesislcap/rollup-builder": "14.184.0",
25
- "@genesislcap/ts-builder": "14.184.0",
26
- "@genesislcap/uvu-playwright-builder": "14.184.0",
27
- "@genesislcap/vite-builder": "14.184.0",
28
- "@genesislcap/webpack-builder": "14.184.0",
29
- "rimraf": "^3.0.2"
30
+ "@genesislcap/foundation-testing": "14.186.0",
31
+ "@genesislcap/genx": "14.186.0",
32
+ "@genesislcap/rollup-builder": "14.186.0",
33
+ "@genesislcap/ts-builder": "14.186.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.186.0",
35
+ "@genesislcap/vite-builder": "14.186.0",
36
+ "@genesislcap/webpack-builder": "14.186.0",
37
+ "rimraf": "^5.0.0"
30
38
  },
31
39
  "dependencies": {
32
- "@genesislcap/foundation-logger": "14.184.0",
40
+ "@genesislcap/foundation-logger": "14.186.0",
33
41
  "@microsoft/fast-components": "^2.30.6",
34
42
  "@microsoft/fast-element": "^1.12.0",
35
43
  "@microsoft/fast-foundation": "^2.49.4",
36
- "consola": "^2.15.3",
37
44
  "lossless-json": "^2.0.11",
38
45
  "tslib": "^2.3.1",
39
46
  "uuid": "^8.3.2"
@@ -47,5 +54,5 @@
47
54
  "access": "public"
48
55
  },
49
56
  "customElements": "dist/custom-elements.json",
50
- "gitHead": "8aef45b63f3c8b0336b3f8cc97ad79a36e9b5381"
57
+ "gitHead": "1ebc5549ab49ef3a3e6c08c8aab0886dbebb3400"
51
58
  }