@indexing/jiti 0.0.66 → 0.0.67

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
@@ -1381,7 +1381,7 @@ const $fc7ca671efecc378$export$a51565c56ceacb0a = {
1381
1381
  ...svmTx.transaction.message.instructions[idx],
1382
1382
  index: idx
1383
1383
  });
1384
- allUntypedInstructions.push(...svmTx.meta.innerInstructions.filter((ii)=>ii.index === idx).map((ii)=>ii.instructions.map((i, subIdx)=>({
1384
+ allUntypedInstructions.push(...(svmTx.meta.innerInstructions || []).filter((ii)=>ii.index === idx).map((ii)=>ii.instructions.map((i, subIdx)=>({
1385
1385
  ...i,
1386
1386
  rootIndex: ii.index,
1387
1387
  index: subIdx