@tscircuit/parts-engine 0.0.19 → 0.0.20

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/index.js CHANGED
@@ -10551,6 +10551,7 @@ var JlcPcbPartsEngine = class {
10551
10551
  } = {}) {
10552
10552
  this.defaultPlatformFetch = defaultPlatformFetch;
10553
10553
  this.easyEdaProxyConfig = easyEdaProxyConfig;
10554
+ this.fetchPartCircuitJson = this.fetchPartCircuitJson.bind(this);
10554
10555
  }
10555
10556
  getEasyEdaPlatformFetch(platformFetchOverride) {
10556
10557
  const resolvedPlatformFetch = platformFetchOverride ?? this.defaultPlatformFetch ?? globalThis.fetch;