@medplum/core 2.1.6 → 2.1.7

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.
@@ -8,6 +8,7 @@ import { ReadablePromise } from './readablepromise';
8
8
  import { ClientStorage } from './storage';
9
9
  import { CodeChallengeMethod, ProfileResource } from './utils';
10
10
  export declare const MEDPLUM_VERSION: string;
11
+ export declare const DEFAULT_ACCEPT: string;
11
12
  /**
12
13
  * The MedplumClientOptions interface defines configuration options for MedplumClient.
13
14
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/core",
3
- "version": "2.1.6",
3
+ "version": "2.1.7",
4
4
  "description": "Medplum TS/JS Library",
5
5
  "author": "Medplum <hello@medplum.com>",
6
6
  "license": "Apache-2.0",