@medplum/fhir-router 2.0.13 → 2.0.15

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.
@@ -172,7 +172,8 @@ export declare abstract class BaseRepository {
172
172
  searchResources<T extends Resource>(searchRequest: SearchRequest<T>): Promise<T[]>;
173
173
  }
174
174
  export declare class MemoryRepository extends BaseRepository implements FhirRepository {
175
- #private;
175
+ private readonly resources;
176
+ private readonly history;
176
177
  constructor();
177
178
  createResource<T extends Resource>(resource: T): Promise<T>;
178
179
  updateResource<T extends Resource>(resource: T): Promise<T>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/fhir-router",
3
- "version": "2.0.13",
3
+ "version": "2.0.15",
4
4
  "description": "Medplum FHIR Router",
5
5
  "author": "Medplum <hello@medplum.com>",
6
6
  "license": "Apache-2.0",