@medplum/agent 5.0.1 → 5.0.2

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.
@@ -69514,7 +69514,7 @@ var Qt = class {
69514
69514
  return this.masterSubEmitter || (this.masterSubEmitter = new rt(...Array.from(this.criteriaEntries.keys()))), this.masterSubEmitter;
69515
69515
  }
69516
69516
  };
69517
- var sn = "5.0.1-b8f6268";
69517
+ var sn = "5.0.2-fa3244d";
69518
69518
  var wa = O.FHIR_JSON + ", */*; q=0.1";
69519
69519
  var Aa = "https://api.medplum.com/";
69520
69520
  var Oa = 1e3;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/agent",
3
- "version": "5.0.1",
3
+ "version": "5.0.2",
4
4
  "description": "Medplum Agent",
5
5
  "homepage": "https://www.medplum.com/",
6
6
  "bugs": {
@@ -26,8 +26,8 @@
26
26
  "test": "jest --runInBand"
27
27
  },
28
28
  "dependencies": {
29
- "@medplum/core": "5.0.1",
30
- "@medplum/hl7": "5.0.1",
29
+ "@medplum/core": "5.0.2",
30
+ "@medplum/hl7": "5.0.2",
31
31
  "dcmjs-dimse": "0.3.1",
32
32
  "iconv-lite": "0.7.0",
33
33
  "semver": "7.7.3",
@@ -36,8 +36,8 @@
36
36
  "ws": "8.18.3"
37
37
  },
38
38
  "devDependencies": {
39
- "@medplum/fhirtypes": "5.0.1",
40
- "@medplum/mock": "5.0.1",
39
+ "@medplum/fhirtypes": "5.0.2",
40
+ "@medplum/mock": "5.0.2",
41
41
  "@types/async-eventemitter": "0.2.4",
42
42
  "@types/ws": "8.18.1",
43
43
  "mock-socket": "9.3.1",