@medplum/agent 5.0.6 → 5.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.
@@ -69528,7 +69528,7 @@ var zt = class {
69528
69528
  return this.masterSubEmitter || (this.masterSubEmitter = new it(...Array.from(this.criteriaEntries.keys()))), this.masterSubEmitter;
69529
69529
  }
69530
69530
  };
69531
- var an = "5.0.6-f3fe14c";
69531
+ var an = "5.0.7-72fe4eb";
69532
69532
  var _a = w.FHIR_JSON + ", */*; q=0.1";
69533
69533
  var La = "https://api.medplum.com/";
69534
69534
  var Fa = 1e3;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/agent",
3
- "version": "5.0.6",
3
+ "version": "5.0.7",
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.6",
30
- "@medplum/hl7": "5.0.6",
29
+ "@medplum/core": "5.0.7",
30
+ "@medplum/hl7": "5.0.7",
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.6",
40
- "@medplum/mock": "5.0.6",
39
+ "@medplum/fhirtypes": "5.0.7",
40
+ "@medplum/mock": "5.0.7",
41
41
  "@types/async-eventemitter": "0.2.4",
42
42
  "@types/ws": "8.18.1",
43
43
  "mock-socket": "9.3.1",