@medplum/core 2.0.16 → 2.0.17
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/cjs/index.cjs +1 -1
- package/dist/cjs/index.min.cjs +1 -1
- package/dist/esm/client.mjs +1 -1
- package/dist/esm/index.min.mjs +1 -1
- package/package.json +1 -1
package/dist/cjs/index.cjs
CHANGED
|
@@ -6404,7 +6404,7 @@
|
|
|
6404
6404
|
const globalSchema = baseSchema;
|
|
6405
6405
|
|
|
6406
6406
|
// PKCE auth based on:
|
|
6407
|
-
const MEDPLUM_VERSION = "2.0.
|
|
6407
|
+
const MEDPLUM_VERSION = "2.0.17-5c5ebbda";
|
|
6408
6408
|
const DEFAULT_BASE_URL = 'https://api.medplum.com/';
|
|
6409
6409
|
const DEFAULT_RESOURCE_CACHE_SIZE = 1000;
|
|
6410
6410
|
const DEFAULT_CACHE_TIME = 60000; // 60 seconds
|