@settlemint/sdk-utils 2.4.0-prb71b2280 → 2.4.0-prb9f64cf3

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.
@@ -11319,7 +11319,7 @@ function tryParseJson(value, defaultValue = null) {
11319
11319
  return defaultValue;
11320
11320
  }
11321
11321
  return parsed;
11322
- } catch (err) {
11322
+ } catch (_err) {
11323
11323
  return defaultValue;
11324
11324
  }
11325
11325
  }
@@ -18210,7 +18210,7 @@ async function findMonoRepoPackages(projectDir) {
18210
18210
  }));
18211
18211
  const allPaths = packagePaths.flat();
18212
18212
  return allPaths.length === 0 ? [projectDir] : [monoRepoRoot, ...allPaths];
18213
- } catch (error$37) {
18213
+ } catch (_error) {
18214
18214
  return [projectDir];
18215
18215
  }
18216
18216
  }