@tscircuit/props 0.0.504 → 0.0.505

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.d.ts CHANGED
@@ -17762,6 +17762,7 @@ type PartsEngine = {
17762
17762
  fetchPartCircuitJson?: (params: {
17763
17763
  supplierPartNumber?: string;
17764
17764
  manufacturerPartNumber?: string;
17765
+ platformFetch?: typeof fetch;
17765
17766
  }) => Promise<AnyCircuitElement[] | undefined> | AnyCircuitElement[] | undefined;
17766
17767
  };
17767
17768
  interface PcbRouteCache {