@genesislcap/foundation-utils 14.78.3 → 14.78.4-alpha-b87d7d2.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 +38 -38
- package/package.json +2 -2
|
@@ -1095,6 +1095,44 @@
|
|
|
1095
1095
|
}
|
|
1096
1096
|
]
|
|
1097
1097
|
},
|
|
1098
|
+
{
|
|
1099
|
+
"kind": "javascript-module",
|
|
1100
|
+
"path": "src/mappers/index.ts",
|
|
1101
|
+
"declarations": [],
|
|
1102
|
+
"exports": [
|
|
1103
|
+
{
|
|
1104
|
+
"kind": "js",
|
|
1105
|
+
"name": "*",
|
|
1106
|
+
"declaration": {
|
|
1107
|
+
"name": "*",
|
|
1108
|
+
"package": "./dto"
|
|
1109
|
+
}
|
|
1110
|
+
}
|
|
1111
|
+
]
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"kind": "javascript-module",
|
|
1115
|
+
"path": "src/mixins/index.ts",
|
|
1116
|
+
"declarations": [],
|
|
1117
|
+
"exports": [
|
|
1118
|
+
{
|
|
1119
|
+
"kind": "js",
|
|
1120
|
+
"name": "*",
|
|
1121
|
+
"declaration": {
|
|
1122
|
+
"name": "*",
|
|
1123
|
+
"package": "./pendingState"
|
|
1124
|
+
}
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"kind": "js",
|
|
1128
|
+
"name": "*",
|
|
1129
|
+
"declaration": {
|
|
1130
|
+
"name": "*",
|
|
1131
|
+
"package": "./lifecycle"
|
|
1132
|
+
}
|
|
1133
|
+
}
|
|
1134
|
+
]
|
|
1135
|
+
},
|
|
1098
1136
|
{
|
|
1099
1137
|
"kind": "javascript-module",
|
|
1100
1138
|
"path": "src/logger/index.ts",
|
|
@@ -1180,44 +1218,6 @@
|
|
|
1180
1218
|
}
|
|
1181
1219
|
]
|
|
1182
1220
|
},
|
|
1183
|
-
{
|
|
1184
|
-
"kind": "javascript-module",
|
|
1185
|
-
"path": "src/mappers/index.ts",
|
|
1186
|
-
"declarations": [],
|
|
1187
|
-
"exports": [
|
|
1188
|
-
{
|
|
1189
|
-
"kind": "js",
|
|
1190
|
-
"name": "*",
|
|
1191
|
-
"declaration": {
|
|
1192
|
-
"name": "*",
|
|
1193
|
-
"package": "./dto"
|
|
1194
|
-
}
|
|
1195
|
-
}
|
|
1196
|
-
]
|
|
1197
|
-
},
|
|
1198
|
-
{
|
|
1199
|
-
"kind": "javascript-module",
|
|
1200
|
-
"path": "src/mixins/index.ts",
|
|
1201
|
-
"declarations": [],
|
|
1202
|
-
"exports": [
|
|
1203
|
-
{
|
|
1204
|
-
"kind": "js",
|
|
1205
|
-
"name": "*",
|
|
1206
|
-
"declaration": {
|
|
1207
|
-
"name": "*",
|
|
1208
|
-
"package": "./pendingState"
|
|
1209
|
-
}
|
|
1210
|
-
},
|
|
1211
|
-
{
|
|
1212
|
-
"kind": "js",
|
|
1213
|
-
"name": "*",
|
|
1214
|
-
"declaration": {
|
|
1215
|
-
"name": "*",
|
|
1216
|
-
"package": "./lifecycle"
|
|
1217
|
-
}
|
|
1218
|
-
}
|
|
1219
|
-
]
|
|
1220
|
-
},
|
|
1221
1221
|
{
|
|
1222
1222
|
"kind": "javascript-module",
|
|
1223
1223
|
"path": "src/observer/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.78.
|
|
4
|
+
"version": "14.78.4-alpha-b87d7d2.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"access": "public"
|
|
42
42
|
},
|
|
43
43
|
"customElements": "dist/custom-elements.json",
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "f1db3abee2153a56a4c39a93639c28f5aab008a4"
|
|
45
45
|
}
|