@medplum/core 5.1.21 → 5.1.22

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.
@@ -5838,8 +5838,6 @@ export declare interface MedplumClientOptions {
5838
5838
  * Fetch implementation.
5839
5839
  *
5840
5840
  * Default is `window.fetch` (if available).
5841
- *
5842
- * For Node.js applications, consider the 'node-fetch' package.
5843
5841
  */
5844
5842
  fetch?: FetchLike;
5845
5843
  /**
@@ -5838,8 +5838,6 @@ export declare interface MedplumClientOptions {
5838
5838
  * Fetch implementation.
5839
5839
  *
5840
5840
  * Default is `window.fetch` (if available).
5841
- *
5842
- * For Node.js applications, consider the 'node-fetch' package.
5843
5841
  */
5844
5842
  fetch?: FetchLike;
5845
5843
  /**