@medplum/core 2.0.6 → 2.0.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.
- package/dist/cjs/index.cjs +2 -2
- package/dist/cjs/index.cjs.map +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/dist/esm/search/details.mjs +1 -1
- package/dist/esm/search/details.mjs.map +1 -1
- package/package.json +1 -1
- package/tsconfig.build.json +0 -9
package/dist/cjs/index.cjs
CHANGED
|
@@ -6352,7 +6352,7 @@
|
|
|
6352
6352
|
// PKCE auth based on:
|
|
6353
6353
|
// https://aws.amazon.com/blogs/security/how-to-add-authentication-single-page-web-application-with-amazon-cognito-oauth2-implementation/
|
|
6354
6354
|
var _MedplumClient_instances, _MedplumClient_fetch, _MedplumClient_createPdf, _MedplumClient_storage, _MedplumClient_requestCache, _MedplumClient_cacheTime, _MedplumClient_baseUrl, _MedplumClient_fhirBaseUrl, _MedplumClient_authorizeUrl, _MedplumClient_tokenUrl, _MedplumClient_logoutUrl, _MedplumClient_onUnauthenticated, _MedplumClient_autoBatchTime, _MedplumClient_autoBatchQueue, _MedplumClient_clientId, _MedplumClient_clientSecret, _MedplumClient_autoBatchTimerId, _MedplumClient_accessToken, _MedplumClient_refreshToken, _MedplumClient_refreshPromise, _MedplumClient_profilePromise, _MedplumClient_profile, _MedplumClient_config, _MedplumClient_addLogin, _MedplumClient_refreshProfile, _MedplumClient_getCacheEntry, _MedplumClient_setCacheEntry, _MedplumClient_cacheResource, _MedplumClient_deleteCacheEntry, _MedplumClient_request, _MedplumClient_fetchWithRetry, _MedplumClient_executeAutoBatch, _MedplumClient_addFetchOptionsDefaults, _MedplumClient_setRequestContentType, _MedplumClient_setRequestBody, _MedplumClient_handleUnauthenticated, _MedplumClient_requestAuthorization, _MedplumClient_refresh, _MedplumClient_fetchTokens, _MedplumClient_verifyTokens, _MedplumClient_setupStorageListener;
|
|
6355
|
-
const MEDPLUM_VERSION = "2.0.
|
|
6355
|
+
const MEDPLUM_VERSION = "2.0.7-c59953c5";
|
|
6356
6356
|
const DEFAULT_BASE_URL = 'https://api.medplum.com/';
|
|
6357
6357
|
const DEFAULT_RESOURCE_CACHE_SIZE = 1000;
|
|
6358
6358
|
const DEFAULT_CACHE_TIME = 60000; // 60 seconds
|
|
@@ -11935,7 +11935,7 @@
|
|
|
11935
11935
|
if (result.includes('[0]')) {
|
|
11936
11936
|
result = result.replaceAll('[0]', '');
|
|
11937
11937
|
}
|
|
11938
|
-
const stopStrings = [' != ', ' as ', '.as(', '.exists(', '.where('];
|
|
11938
|
+
const stopStrings = [' != ', ' as ', '.as(', '.exists(', '.resolve(', '.where('];
|
|
11939
11939
|
for (const stopString of stopStrings) {
|
|
11940
11940
|
if (result.includes(stopString)) {
|
|
11941
11941
|
result = result.substring(0, result.indexOf(stopString));
|