@atbash/sdk 0.4.0-dev.3 → 0.5.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/browser.mjs CHANGED
@@ -43769,6 +43769,8 @@ var Atbash = class _Atbash {
43769
43769
  }
43770
43770
  }
43771
43771
  const brid = this.bridFromChainOpts(chainOpts);
43772
+ console.log({ brid });
43773
+ console.log({ chainOpts });
43772
43774
  const logResult = await this.logToolCall(action, context, {
43773
43775
  toolName: options.toolName,
43774
43776
  toolArgsJson: options.toolArgsJson,