@medplum/core 0.10.0 → 0.10.1

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.
@@ -6,6 +6,7 @@ import { Hl7Message } from './hl7';
6
6
  import { ReadablePromise } from './readablepromise';
7
7
  import { IndexedStructureDefinition } from './types';
8
8
  import { ProfileResource } from './utils';
9
+ export declare const MEDPLUM_VERSION: string | undefined;
9
10
  /**
10
11
  * The MedplumClientOptions interface defines configuration options for MedplumClient.
11
12
  *
package/dist/cjs/index.js CHANGED
@@ -6245,6 +6245,7 @@
6245
6245
  // PKCE auth based on:
6246
6246
  // https://aws.amazon.com/blogs/security/how-to-add-authentication-single-page-web-application-with-amazon-cognito-oauth2-implementation/
6247
6247
  var _MedplumClient_instances, _MedplumClient_fetch, _MedplumClient_createPdf, _MedplumClient_storage, _MedplumClient_requestCache, _MedplumClient_cacheTime, _MedplumClient_baseUrl, _MedplumClient_clientId, _MedplumClient_authorizeUrl, _MedplumClient_tokenUrl, _MedplumClient_logoutUrl, _MedplumClient_onUnauthenticated, _MedplumClient_accessToken, _MedplumClient_refreshToken, _MedplumClient_refreshPromise, _MedplumClient_profilePromise, _MedplumClient_profile, _MedplumClient_config, _MedplumClient_addLogin, _MedplumClient_refreshProfile, _MedplumClient_getCacheEntry, _MedplumClient_setCacheEntry, _MedplumClient_request, _MedplumClient_addFetchOptionsDefaults, _MedplumClient_setRequestContentType, _MedplumClient_setRequestBody, _MedplumClient_handleUnauthenticated, _MedplumClient_requestAuthorization, _MedplumClient_refresh, _MedplumClient_fetchTokens, _MedplumClient_verifyTokens, _MedplumClient_setupStorageListener;
6248
+ const MEDPLUM_VERSION = "0.10.1-221e9b95";
6248
6249
  const DEFAULT_BASE_URL = 'https://api.medplum.com/';
6249
6250
  const DEFAULT_SCOPE = 'launch/patient openid fhirUser offline_access user/*.*';
6250
6251
  const DEFAULT_RESOURCE_CACHE_SIZE = 1000;
@@ -11092,6 +11093,7 @@
11092
11093
  exports.IsAtom = IsAtom;
11093
11094
  exports.LRUCache = LRUCache;
11094
11095
  exports.LiteralAtom = LiteralAtom;
11096
+ exports.MEDPLUM_VERSION = MEDPLUM_VERSION;
11095
11097
  exports.MedplumClient = MedplumClient;
11096
11098
  exports.NotEqualsAtom = NotEqualsAtom;
11097
11099
  exports.NotEquivalentAtom = NotEquivalentAtom;