@indexing/jiti 0.0.53 → 0.0.55

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 CHANGED
@@ -34,6 +34,10 @@ $parcel$export(module.exports, "utils", () => $882b6d93070905b3$export$eab97d15b
34
34
  $parcel$export(module.exports, "templates", () => $882b6d93070905b3$export$a8fc3402335b0b04);
35
35
  $parcel$export(module.exports, "getAllTemplates", () => $882b6d93070905b3$export$cceb5167b935aafb);
36
36
  $parcel$export(module.exports, "getTemplateByKey", () => $882b6d93070905b3$export$a07bfd14bbc36e4b);
37
+ $parcel$export(module.exports, "types", () => $faefaad95e5fcca0$exports);
38
+ var $faefaad95e5fcca0$exports = {};
39
+
40
+
37
41
  var $d7167569386d0d4c$exports = {};
38
42
  var $b8691f253b6baa6e$exports = {};
39
43
 
@@ -458,6 +462,11 @@ $parcel$exportWildcard($d7167569386d0d4c$exports, $414c83047563e72e$exports);
458
462
  $parcel$exportWildcard($d7167569386d0d4c$exports, $7fd98ef3967673b0$exports);
459
463
 
460
464
 
465
+ var $48f9879a44dd1195$exports = {};
466
+
467
+ $parcel$export($48f9879a44dd1195$exports, "filterValues", () => $9af31dbb692f94e3$export$2e2bcd8739ae039);
468
+ $parcel$export($48f9879a44dd1195$exports, "raw", () => $59fb8e0333a5d25f$export$2e2bcd8739ae039);
469
+ $parcel$export($48f9879a44dd1195$exports, "tokenTransfers", () => $7dd402f6ad0dab6a$export$2e2bcd8739ae039);
461
470
 
462
471
 
463
472
 
@@ -1325,7 +1334,7 @@ const $fc7ca671efecc378$export$a51565c56ceacb0a = {
1325
1334
  const unmatchedFrom = {};
1326
1335
  const unmatchedTo = {};
1327
1336
  for(const key in transfersByKey)for (const txfer of transfersByKey[key]){
1328
- if (!txfer.from) {
1337
+ if (!txfer.from && txfer.token !== "So11111111111111111111111111111111111111112") {
1329
1338
  if (!unmatchedFrom[txfer.token]) unmatchedFrom[txfer.token] = [];
1330
1339
  unmatchedFrom[txfer.token].push(txfer);
1331
1340
  delete transfersByKey[key];
@@ -1612,6 +1621,36 @@ const $fc7ca671efecc378$export$a51565c56ceacb0a = {
1612
1621
  transactionHash: "5usAzMSrENJQscoRdxi48n22aMcFmJ1U7f2yGmwUk8AHSFCzLfRtBP7gVnsZbe7Jy9SG2VoeVbVSoVvu43tsdvm1"
1613
1622
  }
1614
1623
  ]
1624
+ },
1625
+ {
1626
+ params: {
1627
+ network: "SOLANA",
1628
+ walletAddress: "moAGAQftMo19RY6YqStNdiDhNpejJaeNWgv5oczbp8U"
1629
+ },
1630
+ payload: "https://jiti.indexing.co/networks/solana/375557379",
1631
+ output: [
1632
+ {
1633
+ amount: 9990000n,
1634
+ blockNumber: 353720952,
1635
+ timestamp: "2025-10-24T20:23:09.000Z",
1636
+ to: "moAGAQftMo19RY6YqStNdiDhNpejJaeNWgv5oczbp8U",
1637
+ token: "So11111111111111111111111111111111111111112",
1638
+ tokenType: "TOKEN",
1639
+ transactionGasFee: 5000n,
1640
+ transactionHash: "3UCamcERYHN9JrgwPqUshvabv2f7uHpbStwfG7bbPFsVSSjQrK21Q9joj7gNLD6Ab5XHehkaUKtYp7Vptv7Kswv3"
1641
+ },
1642
+ {
1643
+ amount: 9990000n,
1644
+ blockNumber: 353720952,
1645
+ from: "moAGAQftMo19RY6YqStNdiDhNpejJaeNWgv5oczbp8U",
1646
+ timestamp: "2025-10-24T20:23:09.000Z",
1647
+ to: "5uQC5CfgqGP8B8bG64RATmZXfUKiHf1XRbYHkVKPwwny",
1648
+ token: null,
1649
+ tokenType: "NATIVE",
1650
+ transactionGasFee: 5000n,
1651
+ transactionHash: "3UCamcERYHN9JrgwPqUshvabv2f7uHpbStwfG7bbPFsVSSjQrK21Q9joj7gNLD6Ab5XHehkaUKtYp7Vptv7Kswv3"
1652
+ }
1653
+ ]
1615
1654
  }
1616
1655
  ]
1617
1656
  };
@@ -9544,25 +9583,19 @@ var $59fb8e0333a5d25f$export$2e2bcd8739ae039 = $59fb8e0333a5d25f$var$rawTemplate
9544
9583
 
9545
9584
 
9546
9585
 
9547
- const $48f9879a44dd1195$export$a8fc3402335b0b04 = [
9548
- (0, $59fb8e0333a5d25f$export$2e2bcd8739ae039),
9549
- (0, $7dd402f6ad0dab6a$export$2e2bcd8739ae039),
9550
- (0, $9af31dbb692f94e3$export$2e2bcd8739ae039)
9551
- ];
9552
9586
 
9553
9587
 
9554
9588
  const $882b6d93070905b3$export$eab97d15b1788b8d = {
9555
9589
  ...$d7167569386d0d4c$exports
9556
9590
  };
9557
- const $882b6d93070905b3$export$a8fc3402335b0b04 = (0, $48f9879a44dd1195$export$a8fc3402335b0b04).reduce((a, b)=>({
9558
- ...a,
9559
- [b.key]: Object.assign({}, b)
9560
- }), {});
9591
+ const $882b6d93070905b3$export$a8fc3402335b0b04 = {
9592
+ ...$48f9879a44dd1195$exports
9593
+ };
9561
9594
  function $882b6d93070905b3$export$cceb5167b935aafb() {
9562
- return (0, $48f9879a44dd1195$export$a8fc3402335b0b04).slice();
9595
+ return Object.values($48f9879a44dd1195$exports).slice();
9563
9596
  }
9564
9597
  function $882b6d93070905b3$export$a07bfd14bbc36e4b(key) {
9565
- return (0, $48f9879a44dd1195$export$a8fc3402335b0b04).slice().find((template)=>template.key === key);
9598
+ return $882b6d93070905b3$export$a8fc3402335b0b04[key];
9566
9599
  }
9567
9600
 
9568
9601