@genesislcap/foundation-utils 14.116.1 → 14.117.1-alpha-7cac6ae.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 +86 -86
- package/package.json +5 -5
|
@@ -883,6 +883,92 @@
|
|
|
883
883
|
}
|
|
884
884
|
]
|
|
885
885
|
},
|
|
886
|
+
{
|
|
887
|
+
"kind": "javascript-module",
|
|
888
|
+
"path": "src/logger/index.ts",
|
|
889
|
+
"declarations": [],
|
|
890
|
+
"exports": [
|
|
891
|
+
{
|
|
892
|
+
"kind": "js",
|
|
893
|
+
"name": "*",
|
|
894
|
+
"declaration": {
|
|
895
|
+
"name": "*",
|
|
896
|
+
"package": "./logger"
|
|
897
|
+
}
|
|
898
|
+
}
|
|
899
|
+
]
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"kind": "javascript-module",
|
|
903
|
+
"path": "src/logger/logger.ts",
|
|
904
|
+
"declarations": [
|
|
905
|
+
{
|
|
906
|
+
"kind": "variable",
|
|
907
|
+
"name": "defaultLoggerOptions",
|
|
908
|
+
"type": {
|
|
909
|
+
"text": "LoggerOptions"
|
|
910
|
+
},
|
|
911
|
+
"default": "{\n level: logLevelDebug,\n}",
|
|
912
|
+
"description": "The default logger options.",
|
|
913
|
+
"privacy": "public"
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"kind": "function",
|
|
917
|
+
"name": "createLogger",
|
|
918
|
+
"return": {
|
|
919
|
+
"type": {
|
|
920
|
+
"text": ""
|
|
921
|
+
}
|
|
922
|
+
},
|
|
923
|
+
"parameters": [
|
|
924
|
+
{
|
|
925
|
+
"name": "name",
|
|
926
|
+
"type": {
|
|
927
|
+
"text": "string"
|
|
928
|
+
},
|
|
929
|
+
"description": "The name to give the logger."
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"name": "options",
|
|
933
|
+
"default": "defaultLoggerOptions",
|
|
934
|
+
"type": {
|
|
935
|
+
"text": "LoggerOptions"
|
|
936
|
+
},
|
|
937
|
+
"description": "The options to use when creating the logger."
|
|
938
|
+
}
|
|
939
|
+
],
|
|
940
|
+
"description": "Creates a logger with the given name and options.",
|
|
941
|
+
"deprecated": "- Use `createLogger` from `@genesislcap/foundation-logger` instead.",
|
|
942
|
+
"privacy": "public"
|
|
943
|
+
}
|
|
944
|
+
],
|
|
945
|
+
"exports": [
|
|
946
|
+
{
|
|
947
|
+
"kind": "js",
|
|
948
|
+
"name": "LogLevel",
|
|
949
|
+
"declaration": {
|
|
950
|
+
"name": "LogLevel",
|
|
951
|
+
"package": "consola"
|
|
952
|
+
}
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"kind": "js",
|
|
956
|
+
"name": "defaultLoggerOptions",
|
|
957
|
+
"declaration": {
|
|
958
|
+
"name": "defaultLoggerOptions",
|
|
959
|
+
"module": "src/logger/logger.ts"
|
|
960
|
+
}
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"kind": "js",
|
|
964
|
+
"name": "createLogger",
|
|
965
|
+
"declaration": {
|
|
966
|
+
"name": "createLogger",
|
|
967
|
+
"module": "src/logger/logger.ts"
|
|
968
|
+
}
|
|
969
|
+
}
|
|
970
|
+
]
|
|
971
|
+
},
|
|
886
972
|
{
|
|
887
973
|
"kind": "javascript-module",
|
|
888
974
|
"path": "src/formatters/datetime.ts",
|
|
@@ -1095,92 +1181,6 @@
|
|
|
1095
1181
|
}
|
|
1096
1182
|
]
|
|
1097
1183
|
},
|
|
1098
|
-
{
|
|
1099
|
-
"kind": "javascript-module",
|
|
1100
|
-
"path": "src/logger/index.ts",
|
|
1101
|
-
"declarations": [],
|
|
1102
|
-
"exports": [
|
|
1103
|
-
{
|
|
1104
|
-
"kind": "js",
|
|
1105
|
-
"name": "*",
|
|
1106
|
-
"declaration": {
|
|
1107
|
-
"name": "*",
|
|
1108
|
-
"package": "./logger"
|
|
1109
|
-
}
|
|
1110
|
-
}
|
|
1111
|
-
]
|
|
1112
|
-
},
|
|
1113
|
-
{
|
|
1114
|
-
"kind": "javascript-module",
|
|
1115
|
-
"path": "src/logger/logger.ts",
|
|
1116
|
-
"declarations": [
|
|
1117
|
-
{
|
|
1118
|
-
"kind": "variable",
|
|
1119
|
-
"name": "defaultLoggerOptions",
|
|
1120
|
-
"type": {
|
|
1121
|
-
"text": "LoggerOptions"
|
|
1122
|
-
},
|
|
1123
|
-
"default": "{\n level: logLevelDebug,\n}",
|
|
1124
|
-
"description": "The default logger options.",
|
|
1125
|
-
"privacy": "public"
|
|
1126
|
-
},
|
|
1127
|
-
{
|
|
1128
|
-
"kind": "function",
|
|
1129
|
-
"name": "createLogger",
|
|
1130
|
-
"return": {
|
|
1131
|
-
"type": {
|
|
1132
|
-
"text": ""
|
|
1133
|
-
}
|
|
1134
|
-
},
|
|
1135
|
-
"parameters": [
|
|
1136
|
-
{
|
|
1137
|
-
"name": "name",
|
|
1138
|
-
"type": {
|
|
1139
|
-
"text": "string"
|
|
1140
|
-
},
|
|
1141
|
-
"description": "The name to give the logger."
|
|
1142
|
-
},
|
|
1143
|
-
{
|
|
1144
|
-
"name": "options",
|
|
1145
|
-
"default": "defaultLoggerOptions",
|
|
1146
|
-
"type": {
|
|
1147
|
-
"text": "LoggerOptions"
|
|
1148
|
-
},
|
|
1149
|
-
"description": "The options to use when creating the logger."
|
|
1150
|
-
}
|
|
1151
|
-
],
|
|
1152
|
-
"description": "Creates a logger with the given name and options.",
|
|
1153
|
-
"deprecated": "- Use `createLogger` from `@genesislcap/foundation-logger` instead.",
|
|
1154
|
-
"privacy": "public"
|
|
1155
|
-
}
|
|
1156
|
-
],
|
|
1157
|
-
"exports": [
|
|
1158
|
-
{
|
|
1159
|
-
"kind": "js",
|
|
1160
|
-
"name": "LogLevel",
|
|
1161
|
-
"declaration": {
|
|
1162
|
-
"name": "LogLevel",
|
|
1163
|
-
"package": "consola"
|
|
1164
|
-
}
|
|
1165
|
-
},
|
|
1166
|
-
{
|
|
1167
|
-
"kind": "js",
|
|
1168
|
-
"name": "defaultLoggerOptions",
|
|
1169
|
-
"declaration": {
|
|
1170
|
-
"name": "defaultLoggerOptions",
|
|
1171
|
-
"module": "src/logger/logger.ts"
|
|
1172
|
-
}
|
|
1173
|
-
},
|
|
1174
|
-
{
|
|
1175
|
-
"kind": "js",
|
|
1176
|
-
"name": "createLogger",
|
|
1177
|
-
"declaration": {
|
|
1178
|
-
"name": "createLogger",
|
|
1179
|
-
"module": "src/logger/logger.ts"
|
|
1180
|
-
}
|
|
1181
|
-
}
|
|
1182
|
-
]
|
|
1183
|
-
},
|
|
1184
1184
|
{
|
|
1185
1185
|
"kind": "javascript-module",
|
|
1186
1186
|
"path": "src/mappers/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.117.1-alpha-7cac6ae.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.
|
|
23
|
-
"@genesislcap/genx": "14.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.117.1-alpha-7cac6ae.0",
|
|
23
|
+
"@genesislcap/genx": "14.117.1-alpha-7cac6ae.0",
|
|
24
24
|
"rimraf": "^3.0.2"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@genesislcap/foundation-logger": "14.
|
|
27
|
+
"@genesislcap/foundation-logger": "14.117.1-alpha-7cac6ae.0",
|
|
28
28
|
"@microsoft/fast-components": "^2.21.3",
|
|
29
29
|
"@microsoft/fast-element": "^1.7.0",
|
|
30
30
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
44
|
"customElements": "dist/custom-elements.json",
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "2512159d58bbc359d03ec49dd788ca01b9ea0dbf"
|
|
46
46
|
}
|