@medplum/agent 4.1.11 → 4.2.0

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.
@@ -33205,7 +33205,7 @@ var $t = class {
33205
33205
  return this.masterSubEmitter || (this.masterSubEmitter = new Ye(...Array.from(this.criteriaEntries.keys()))), this.masterSubEmitter;
33206
33206
  }
33207
33207
  };
33208
- var Yr = "4.1.11-e00f5c4a8";
33208
+ var Yr = "4.2.0-8435fe590";
33209
33209
  var ma = w.FHIR_JSON + ", */*; q=0.1";
33210
33210
  var ya = "https://api.medplum.com/";
33211
33211
  var ga = 1e3;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/agent",
3
- "version": "4.1.11",
3
+ "version": "4.2.0",
4
4
  "description": "Medplum Agent",
5
5
  "homepage": "https://www.medplum.com/",
6
6
  "bugs": {
@@ -24,15 +24,15 @@
24
24
  "test": "jest"
25
25
  },
26
26
  "dependencies": {
27
- "@medplum/core": "4.1.11",
28
- "@medplum/hl7": "4.1.11",
27
+ "@medplum/core": "4.2.0",
28
+ "@medplum/hl7": "4.2.0",
29
29
  "dcmjs-dimse": "0.2.7",
30
30
  "iconv-lite": "0.6.3",
31
31
  "ws": "8.18.2"
32
32
  },
33
33
  "devDependencies": {
34
- "@medplum/fhirtypes": "4.1.11",
35
- "@medplum/mock": "4.1.11",
34
+ "@medplum/fhirtypes": "4.2.0",
35
+ "@medplum/mock": "4.2.0",
36
36
  "@types/async-eventemitter": "0.2.4",
37
37
  "@types/ws": "8.18.1",
38
38
  "mock-socket": "9.3.1",