@indexing/jiti 0.0.50 → 0.0.51
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/main.js +48 -28
- package/dist/main.js.map +1 -1
- package/dist/module.js +48 -28
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/module.js
CHANGED
|
@@ -768,10 +768,13 @@ function $8331f131029dede8$export$146821f89c094be4(evt) {
|
|
|
768
768
|
case "MESSAGE_TYPE_USER_DATA_ADD":
|
|
769
769
|
{
|
|
770
770
|
processed._dataType = "user_data";
|
|
771
|
-
|
|
772
|
-
if (key
|
|
773
|
-
|
|
774
|
-
|
|
771
|
+
let key = $8331f131029dede8$var$getValueFromObject(data, "user_data_body.type");
|
|
772
|
+
if (typeof key === "string") {
|
|
773
|
+
key = key.trim().split("_").pop().toLowerCase();
|
|
774
|
+
processed.data = {
|
|
775
|
+
[key]: $8331f131029dede8$var$getValueFromObject(data, "user_data_body.value")
|
|
776
|
+
};
|
|
777
|
+
}
|
|
775
778
|
break;
|
|
776
779
|
}
|
|
777
780
|
case "MESSAGE_TYPE_USERNAME_PROOF":
|
|
@@ -9297,32 +9300,49 @@ const $dc0c078500ed1fea$var$filterValuesTemplate = {
|
|
|
9297
9300
|
},
|
|
9298
9301
|
{
|
|
9299
9302
|
params: {},
|
|
9300
|
-
payload: "https://jiti.indexing.co/networks/cast_protocol/
|
|
9303
|
+
payload: "https://jiti.indexing.co/networks/cast_protocol/14872632",
|
|
9301
9304
|
output: [
|
|
9302
|
-
"
|
|
9303
|
-
"
|
|
9304
|
-
"
|
|
9305
|
-
"
|
|
9306
|
-
"
|
|
9307
|
-
"
|
|
9308
|
-
"
|
|
9309
|
-
"
|
|
9310
|
-
"
|
|
9311
|
-
"
|
|
9312
|
-
"
|
|
9313
|
-
"
|
|
9314
|
-
"
|
|
9305
|
+
"1051614",
|
|
9306
|
+
"1066546",
|
|
9307
|
+
"1117909",
|
|
9308
|
+
"1118563",
|
|
9309
|
+
"1125456",
|
|
9310
|
+
"1131909",
|
|
9311
|
+
"1142406",
|
|
9312
|
+
"1148280",
|
|
9313
|
+
"1162854",
|
|
9314
|
+
"1178996",
|
|
9315
|
+
"1197494",
|
|
9316
|
+
"1271844",
|
|
9317
|
+
"1284009",
|
|
9318
|
+
"1306705",
|
|
9319
|
+
"1314738",
|
|
9320
|
+
"1314747",
|
|
9321
|
+
"1315087",
|
|
9322
|
+
"1315140",
|
|
9323
|
+
"1316693",
|
|
9324
|
+
"1318078",
|
|
9325
|
+
"1322250",
|
|
9326
|
+
"1322625",
|
|
9327
|
+
"1326658",
|
|
9328
|
+
"1332646",
|
|
9329
|
+
"1333799",
|
|
9330
|
+
"1336836",
|
|
9331
|
+
"1337581",
|
|
9332
|
+
"1337966",
|
|
9333
|
+
"16353",
|
|
9334
|
+
"199989",
|
|
9335
|
+
"243056",
|
|
9336
|
+
"272115",
|
|
9337
|
+
"283733",
|
|
9315
9338
|
"285998",
|
|
9316
|
-
"
|
|
9317
|
-
"
|
|
9318
|
-
"
|
|
9319
|
-
"
|
|
9320
|
-
"
|
|
9321
|
-
"
|
|
9322
|
-
"
|
|
9323
|
-
"832276",
|
|
9324
|
-
"957217",
|
|
9325
|
-
"968720"
|
|
9339
|
+
"316323",
|
|
9340
|
+
"430267",
|
|
9341
|
+
"456627",
|
|
9342
|
+
"462627",
|
|
9343
|
+
"822718",
|
|
9344
|
+
"960767",
|
|
9345
|
+
"968965"
|
|
9326
9346
|
]
|
|
9327
9347
|
},
|
|
9328
9348
|
{
|